After installing init_flasher, I get the "Press Menu to activate boot menu" message for like a half a second and it immediately goes to booting from flash. No pressing of menu or any key seems to affect it. I wonder if the problem is that I upgraded the OS to Nokia's latest fix level after unpacking my N810 on Dec 30. Has anyone else experienced this kind of behavior? hmm... iwhen removing "extra stuff" the shell text says "extracting boot menu files for initfs version osso-RX-44.2007-49..." Should that be 2008? Thanks Frank
# 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=3 # IP address for USB networking USB_IP=192.168.1.2 # 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" #last item index, change if you add/remove items MENU_MAX=4