![]() |
2008-02-28
, 14:13
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#2
|
# 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
![]() |
2008-02-28
, 14:38
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#3
|
![]() |
2008-02-28
, 18:42
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#4
|
This is bug/feature of kernel
http://bugs.maemo.org/show_bug.cgi?id=2747
Try solution here
http://www.internettablettalk.com/fo...657#post124657
or combine it with this
http://www.internettablettalk.com/fo...155#post145155
or simply make two identical items as you currently have, one with mmcblk0 and one with mmcblk1 and boot the second one with card inserted.
Hopefully I will update the flasher this weekend with final fix. The version posted by me works for OS2008 based N810 and N800 but it fails for N800 with OS2007. Unfortunately the file /sys/block/mmcblkX/device/../slot_name does not exist so it is harder to figure out which slot belongs to which mmcbklX device.
![]() |
2008-02-28
, 19:04
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
So Fanoush, is your bootmenu.conf file better than mine? It looks like the main difference is the additional code at the beginning which looks like it looks to see if a card is inserted or not.
I know my bootmenu.conf file works, but I never take my card out of the slot on my N810. If someone wants to be able to boot without a card in the slot do they need to add that extra code?
i have no linux experience, so this is all confusing to me. any enlightenment/solution would be greatly appreciated!
i used this thread to clone: http://www.internettablettalk.com/fo...mplified+clone
and got the idea to take out the miniSD from: http://www.internettablettalk.com/fo...t=n810+cloning