View Single Post
Posts: 11 | Thanked: 3 times | Joined on Aug 2008
#563
Originally Posted by penguinbait View Post
MENU WILL NOT APPEAR
boot to flash and open xterm and become root and run the following command:
chroot /mnt/initfs cal-tool –set-root-device ask:flash
Instead of flash, you can also set the default boot image to be mmcX

mmc2 is partition 2 on internal
mmc3 is partition 3 on internal
mmc12 is partition 2 on external
mmc13 is partition 3 on external

Your menu will not display until you set it to ask:somthing then reboot.
I believe that the command should have two dashes before "set" so it reads:
chroot /mnt/initfs cal-tool --set-root-device ask:flash

Missing one dash gives you a cal-tool error.
It would probably be a good idea to fix this so people don't get confused or have any problems.
 

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