![]() |
2008-05-21
, 07:49
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#2
|
N
Edit: I did move the bootmenu.conf into a PC, renamed it into bootmenu.conf.txt and edit as above using wordpad, then renamed it back to bootmenu.conf and txf back to the tablet. Would wordpad added those funny characters and mess up the bootmenu?
The Following 2 Users Say Thank You to fanoush For This Useful Post: | ||
![]() |
2008-05-21
, 07:59
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#3
|
.........this is very sad, I have tuned my n810 for a month, oh well. I reflashed it and is scare to put any bootmenu now. Suggestions?
flasher-3.0 -n initfs.jffs2 -f
The Following 2 Users Say Thank You to fanoush For This Useful Post: | ||
![]() |
2008-05-21
, 08:08
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#4
|
1. you don't need to completely reflash, you can reflash just initfs part with linux flasherCode:flasher-3.0 -n initfs.jffs2 -f
![]() |
2008-05-21
, 08:41
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
The Following 2 Users Say Thank You to fanoush For This Useful Post: | ||
![]() |
2008-05-21
, 11:33
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#6
|
__________________________________________________ ________
# 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.15
# dim screen when in menu
#/usr/sbin/dsmetest -l 1 #for OS2006/7
#/usr/sbin/dsmetest -l 3 #for OS2008, 1 turns screen completely off
# 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 card, partition 2, ext2"
MENU_2_ID="mmc2"
MENU_2_DEVICE="${INT_CARD}p2"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="noatime"
[ -d "/sys/block/${INT_CARD}/${MENU_2_DEVICE}" ] || MENU_2_NAME="(${MENU_2_NAME}) N/A"
#MENU_3_NAME="Internal MMC card, partition 3, ext2"
#MENU_3_ID="mmc3"
#MENU_3_DEVICE="${INT_CARD}p3"
#MENU_3_MODULES="mbcache ext2"
#MENU_3_FSTYPE="ext2"
#MENU_3_FSOPTIONS="noatime"
#[ -d "/sys/block/${INT_CARD}/${MENU_3_DEVICE}" ] || MENU_3_NAME="(${MENU_3_NAME}) N/A"
MENU_3_NAME="External MMC card, partition 2, ext2"
MENU_3_ID="mmc3"
MENU_3_DEVICE="${EXT_CARD}p2"
MENU_3_MODULES="mbcache ext2"
MENU_3_FSTYPE="ext2"
MENU_3_FSOPTIONS="noatime"
[ -d "/sys/block/${EXT_CARD}/${MENU_3_DEVICE}" ] || MENU_3_NAME="(${MENU_3_NAME}) N/A"
MENU_4_NAME="External MMC card, partition 2, ext3"
MENU_4_ID="mmc12"
MENU_4_DEVICE="${EXT_CARD}p2"
MENU_4_MODULES="mbcache jbd ext3"
MENU_4_FSTYPE="ext3"
MENU_4_FSOPTIONS="noatime" #",data=writeback"
[ -d "/sys/block/${EXT_CARD}/${MENU_4_DEVICE}" ] || MENU_4_NAME="(${MENU_4_NAME}) N/A"
MENU_5_NAME="Power off (when not on charger)"
MENU_5_ID="off"
#last item index, change if you add/remove items
MENU_MAX=5
__________________________________________________
Result: the n810 menu showed up but with some funny characters at the end...(this is NOT funny though), but Dpad is NOT able to move the choices, so the n810 is frozen..........this is very sad, I have tuned my n810 for a month, oh well. I reflashed it and is scare to put any bootmenu now. Suggestions? Comments? Help? Could somebody, Fanoush, or guru just make a bootmenu.conf for me, please, this is all greek to me. My cloned mmcboot is on mmc1/partition2/ext2. TIA,
Edit: I did move the bootmenu.conf into a PC, renamed it into bootmenu.conf.txt and edit as above using wordpad, then renamed it back to bootmenu.conf and txf back to the tablet. Would wordpad added those funny characters and mess up the bootmenu?
bun
Last edited by bunanson; 2008-05-21 at 07:06.