On Jan 8, 2013, at 7:07 AM, Baho Utot wrote:

I have usb built into the kernel. I just would like to know if I missed something as it won't boot.

Chris stated earlier about what you need.

This is what you need to boot from your USB flash drive (thumb drive isn't very good terminology).

Build into your kernel the folloing:

USB drivers for EHCI, OHCI, UHCI. Use only what your platform uses. (usb drivers section).
Include the USB mass storage driver in the kernel. (usb drivers section)
Make sure scsi disk block device driver is built in the kernel (scsi device drivers area.)
Make sure filesystem driver is in the kernel as well.
And as Chris stated, include rootdelay kernel parameter at the kernel line in your boot loader. (Documentation/kernel-parameters.txt)


Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to