ascherjim
|
2007-12-20
, 15:38
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#61
|
|
2007-12-21
, 14:01
|
|
Posts: 87 |
Thanked: 1 time |
Joined on Mar 2006
|
#62
|
Soo, what about a dual boot with OS2007? Is there a way to perhaps modify OS2007 kernels to the updated versions of WLAN modules to get online with OS2007 as well? Once over this obstacle I´ve no plans for going back, soo...
|
2007-12-21
, 19:57
|
Posts: 41 |
Thanked: 17 times |
Joined on Oct 2007
@ La Pêche, Québec, Canada
|
#63
|
Is anyone except me actually having no problem with initfs_flasher and latest 2008 firmware?
|
2008-01-03
, 00:00
|
Posts: 97 |
Thanked: 3 times |
Joined on Jan 2008
|
#64
|
|
2008-01-03
, 00:38
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#65
|
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
The Following User Says Thank You to PinCushionQueen For This Useful Post: | ||
|
2008-01-03
, 02:26
|
Posts: 97 |
Thanked: 3 times |
Joined on Jan 2008
|
#66
|
|
2008-01-03
, 09:04
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#67
|
chroot /mnt/initfs cal-tool --set-root-device ask:mmc2
|
2008-01-03
, 09:16
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#68
|
|
2008-01-03
, 13:59
|
Posts: 97 |
Thanked: 3 times |
Joined on Jan 2008
|
#69
|
Yes, this is a bug and I think I know how to fix it. Sorry, it is hard to spot such bugs without having N810. Meanwhile as a workaround you can force the menu to appear everytime by running
as root on your tablet. The 'ask' part is important, mmc2 is preselected choice.Code:chroot /mnt/initfs cal-tool --set-root-device ask:mmc2
|
2008-01-03
, 14:33
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#70
|
I guess moving the menubar via up and down hardware presses fails also due to the same problem as the menu key?
The Following User Says Thank You to fanoush For This Useful Post: | ||