View Single Post
Posts: 121 | Thanked: 28 times | Joined on Oct 2007
#22
Originally Posted by fanoush View Post
you also need to copy sda2 device node to initfs as explained previously, it won't boot without it
I get that far but after the flash my beetmenu is all messed up where i can not boot from my MMC card on my n810 .This is what i have so far . But after useing this bootmenu.conf I can not boot from my mmc . Can you or anyone see where my error is ? if i flash initfs without bootmenu.conf it boots my flash and mmc card just fine .I also like to have it boot auto to my mmc card too.


# bootmenu customisation file
#
# included from bootmenu.sh after default menu is defined
# you can change some items or redefine menu completely

# timeout for automatic selection when no key is pressed
# set to -1 for no timeout (not recommended, can drain battery when device reboots unatteded)
MENU_TIMEOUT=30

# IP address for USB networking
USB_IP=192.168.2.103

# dim screen when in menu
#/usr/sbin/dsmetest -l 1

# menu items
MENU_MIN=1 # first item index

#no need to redefine
#MENU_1_NAME="Internal flash"
#MENU_1_ID="flash"

MENU_2_NAME="Internal MMC, partition 2, ext2"
MENU_2_ID="mmc2"
MENU_2_DEVICE="mmcblk1p2"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="noatime"

MENU_3_NAME="External MMC card, partition 2, ext3"
MENU_3_ID="mmc12"
MENU_3_DEVICE="mmcblk0p2"
MENU_3_MODULES="mbcache jbd ext3"
MENU_3_FSTYPE="ext3"
MENU_3_FSOPTIONS="noatime" #",data=writeback"

MENU_4_NAME="Power off (when not on charger)"
MENU_4_ID="off"

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"

#last item index, change if you add/remove items
MENU_MAX=5


cp bootmenu.conf.n8x0.example bootmenu.conf


Thanks


computerfreek