View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#21
Originally Posted by tomstratton View Post
How I did it...
Nice guide, few comments below

Originally Posted by tomstratton View Post
Installing Boot Menu

go to http://fanoush.wz.cz/maemo with the browser and download:
initfs_flasher.tgz
....
If all is well you will get the "bootmenu" on restart - choose to boot from Flash
maybe console-tools does it for you but when running it directly as described you need to run cal-tool to see the menu
Code:
$ sudo gainroot
# chroot /mnt/initfs cal-tool --set-root-device ask
otherwise the default is to wait briefly for menu key press and then boot directly with no menu. best is probably to set the root device to ask:yourpreferredmenuitemid so it shows the menu but boots your preferred item automatically after countdown

Originally Posted by tomstratton View Post
NOTE - I keep getting errors from the OS saying that the Memory Card is corrupted or unformatted - just ignore them!
it is OK to ignore dialogs that pop up, the OS tries to automount your card when it is not formatted yet. However you should not ignore i/o errors when cloning, some people had issues with cards giving errors when writing data. Full format with Panasonic SD formatter sometimes helped. After cloning or when you suspect data corruption it is good idea to run dmesg command and check kernel log for mmc device i/o error messages. When something is wrong there are tons of them for every data block system failed to read or write.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 

The Following 2 Users Say Thank You to fanoush For This Useful Post: