You are not logged in.
I checked hash of the downloaded iso before dd to USB. X86 image. I tried to save logs to the web or local from the upper menu but process of saving freezing on zero.
Last edited by vitaly-zdanevich (2015-10-24 11:59:22)
Offline
Try dd-ing again. Brew a pot of coffee while waiting; sometimes the cache is still writing to the drive even after the activity light goes out. Depending on your USB drive, it could take over 5 minutes to write the image.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
Even when screen is red - installation can processed?
Offline
Even when screen is red - installation can processed?
No.
Try transferring the image to the USB stick again and make sure you use:
conv=sync
as one of the options (or add ;sync at the end of the command) and wait for the prompt to return before removing the stick.
Is the USB stick old?
Offline
I used this command:
dd if=<file> of=<device> bs=4M; sync
USB is pretty old, but I have no problems with it... Maybe I can somehow to check the files on usb after dd?
Offline
When you get the error screen, switch to virtual console 3 (or 4? I don't remember which one exactly). Should give you more info on what is going wrong.
Offline
How can I switch to virtual console? You mean Ctrl + Alt + 3?
Offline
Ctrl + Alt + F3
Offline
Priviet Vitaly,
Click continue and it'd take you back to a list of installation actions. You have to remember the action you've done just before. Click on it again and check whether that action would start. If not, it is a problem with the iso in your usb stick. Check the downloaded iso and dd it back to the usb stick. (if you have another one, try the new usb stick.) Let me know what happens.
Offline
Problem somewhere with my hardware - or with drivers of Debian - because at my old PC I can't install any *buntu or Debian-based systems - Xubuntu Live for example in live mode from different USBs can work only one minute and after that looks like USB was rejected. Bunse work correct in Live Mode. Fedora (with spins) can correctly install and work - I tested this few times. Thank you everyone for help, Bunse is the perfect distro, but
Last edited by vitaly-zdanevich (2015-10-22 08:35:47)
Offline
What kind of PC are you trying to install to? How old is it?
Offline
PC from year 2007: motherboard: M2N-SLI DELUXE, Athlon 64 X2 5000+, 3gb RAM, GeForce 6600 GT
Fedora Mate x64 working fast.
Offline
Bunse work correct in Live Mode.
meaning the usb is not rejected in live mode. How long can you use live mode, without the usb getting rejected? Or, it never gets rejected in live mode?
Offline
Bunse Live Mode worked correctly for me maybe half of the hour without problems (USB never "rejected"), but *buntu not.
Last edited by vitaly-zdanevich (2015-10-22 14:10:52)
Offline
worked correctly for me maybe half of the hour
you mentioned that several times now.
so what exactly happens after that half hour?
Offline
so what exactly happens after that half hour?
I reboot the PC.
Offline
ohnonot wrote:so what exactly happens after that half hour?
I reboot the PC.
You mean, the PC gets rebooted or you do it manually?
Offline
Manually - Live Mode have no problems for me, I just can't install.
Offline
...so did you or did you not try re-dd'ing the ISO to the USB drive? I ask because the error you're getting is typical of an incomplete write to the drive. The installation files are towards the end of the image, and because of the nature of images dd'd directly to /dev/sdX, it isn't uncommon for the live session to work properly with an incomplete write.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
I tried dd to the new usb - all the same: at ~13% I get red screen and massages from logs that my filesystem (that was formatted minute ago by the installer) is read-only.
Offline