You are not logged in.
I reported this on Hydrogen .x version on the old #! forums also.
But when booting from the USB to perform an install, it can't find the CD-ROM. So I now have to burn the .ISO to a DVD and install from there. Not an issue for me because my machine has a DVD drive. But some people might not an optical drive, or as with a lot of older laptops - a working optical drive. Just throwing it out there so hopefully this issue can be fixed in RC2.
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
How did you transfer the iso to the USB? I would get issues like this if I used Unetbootin, but using the dd method worked perfectly.
The servant lifted off a kind of ottoman a long peacock-blue drapery, rather of the nature of a domino, on the front of which was emblazoned a large golden sun, and which was splashed here and there with flaming stars and crescents. “You’re to be dressed as Thursday, sir,” said the valet somewhat affably.
Offline
Agreed, try using cp or dd if your transffering the ISO to USB using a Linux system. For example, if my USB is /dev/sdb and I'm using the 64 bit ISO...
cd Downloads
sudo cp bl-Hydrogen-rc1-amd64.iso /dev/sdb;sync
I don't care what you do at home. Would you care to explain?
Offline
Unetbootin also did not work for me. But dd did work with the 64-bit .iso
...
Linux in the backwoods of the Rocky Mountains...
Offline
Offline
I used universal usb isntaller for windows which is supposedly designed for making bootable *nix sticks. But I'll bust out my other laptop which already has linux on it and use that to make the stick.
EDIT: It worked perfectly. Thank you so much. I am now up and running on my Dell Precision M4400. I love this laptop. Now it's even better because it's been bunsenfied.
Last edited by Temetka (2015-10-30 03:19:38)
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
I used universal usb isntaller for windows
These methods all work for isohybrid images in a Windows system:
https://wiki.archlinux.org/index.php/US … In_Windows
Offline