On Friday 03 September 2010 13:44:47 Thiago Padilha wrote: > Hi, I have the entire LFS 6.6 inside a squashfs file. In grub I specify a > small initramfs file that contains a minimal system with busybox, this > small system only purpose is to mount the squashed file, and switch root to > it. If the squashfs file is in my hd, the system boots fine, and all my > hardware is detected properly. The problem is that I wanna put that squash > file in my usb stick and since the busybox system isnt detecting it(the > only persistent block device in /sys/block is sda which is my hd). > ... Does anybody have a clue of what might be happening?
You may need to mount /proc/bus/usb after the USB modules have been loaded. You may need to wait up to 20 seconds for any/all USB devices to become ready. Is udev doing its thing? If you don't have udev running in your initramfs, try manually creating the /dev/sdb node(s). -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
