Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242852 - LiveUSB HowTo, missing information, unbootable.
Summary: LiveUSB HowTo, missing information, unbootable.
Status: VERIFIED NEEDINFO
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/liveusb.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-20 06:18 UTC by dane
Modified: 2008-10-21 05:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dane 2008-10-20 06:18:01 UTC
The howto on LiveUSB is missing renaming of important files, thus making the USB device unbootable.

Reproducible: Always

Steps to Reproduce:
1. Follow LiveUSB howto.
2. Reboot to USB
3. Error booting system.

Actual Results:  
Follow the guide (in URL). This makes the USB-key bootable BUT it is not possible to start the OS. This due to missing files the bootloader can't run correctly.

Expected Results:  
Success!

Correcting the howto with this simple step (below) makes the USB-Key bootable and installation possible.

# cp -r /mnt/cdrom/* /mnt/usb
# mv /mnt/usb/isolinux/* /mnt/usb
# mv /mnt/usb/isolinux.cfg /mnt/usb/syslinux.cfg
NEW >>>> # mv /mnt/usb/isolinux.bin /mnt/usb/syslinux.bin <<<< NEW
# rm -rf /mnt/usb/isolinux*
Comment 1 nm (RETIRED) gentoo-dev 2008-10-20 07:33:22 UTC
Are you sure you're doing it right? What version of syslinux are you trying to install?

None of the versions I've run into so far rename the file that way.
Comment 2 dane 2008-10-20 20:44:26 UTC
(In reply to comment #1)
> Are you sure you're doing it right? What version of syslinux are you trying to
> install?
> 
> None of the versions I've run into so far rename the file that way.
> 

I tried several times to get the LiveUSB-HowTo to work. Nothing worked until changing the name of isolinux.bin.

Version of syslinux: v3.72 (latest)
Comment 3 nm (RETIRED) gentoo-dev 2008-10-21 05:30:33 UTC
Well, that's why it didn't work. You're using the unstable ~arch version, while we document only the ~stable version. We already know there are some significant changes to the ~unstable version -- not just renaming, but also changed file locations, etc.

Nothing we can do about it until it's marked stable.