OK, got it booting. 3. I edited my initfs_flasher/bootmenu.conf file to have the following entry: Code: MENU_5_USBMODE=host MENU_5_NAME="External USB HDD" MENU_5_ID="usb2" MENU_5_DEVICE="sda2" MENU_5_MODULES="g_ether mbcache jbd ext3" MENU_5_FSTYPE="ext3" MENU_5_FSOPTIONS="noatime" 4. I added the following to the very end of my initfs_flasher/bootmenu.sh file: Code: case "$default_root" in usb2) sleep 7 ;; esac ?
MENU_5_USBMODE=host MENU_5_NAME="External USB HDD" MENU_5_ID="usb2" MENU_5_DEVICE="sda2" MENU_5_MODULES="g_ether mbcache jbd ext3" MENU_5_FSTYPE="ext3" MENU_5_FSOPTIONS="noatime"
case "$default_root" in usb2) sleep 7 ;; esac