View Single Post
Posts: 121 | Thanked: 28 times | Joined on Oct 2007
#20
Originally Posted by qole View Post
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
?
Can you send me your bootmenu.conf and bootmenu.sh .. I edited mine over and over .. it seems like my usb starts working but then i can not boot to my exteral flash card on my n810.

I need a boot menu setup
like this

internal flash
external mmc card partition 2 ext 2
And the one you made for USB2 !

Hope u can help .

Thank you
Compuerfreek