PDA

View Full Version : Bootmenu not letting me select MMC


pugboy
07-25-2008, 06:37 PM
For some reason, now my n810 won't let me select boot from the MMC. The menu just won't show when I press the key.

The only thing I did was boot to flash, then copied some files over to the MMC card. I shouldn't have done that, should I?

douwen
07-28-2008, 09:27 PM
what key do you press? do you try press menu key?

penguinbait
08-06-2008, 04:13 PM
As root run

chroot /mnt/initfs cal-tool --set-root-device ask:mmc2
or
chroot /mnt/initfs cal-tool --set-root-device ask:flash

Or whatever partition you want.

DistantFire
08-06-2008, 04:16 PM
This sounds like the exact thing I saw when I first installed ... and pb's guidance above was right on the money.
DF

ericdkirk
08-06-2008, 04:39 PM
On my 770 I had to use

chroot /mnt/initfs cal-tool --set-root-device ask:mmc12

penguinbait
08-06-2008, 06:29 PM
On my 770 I had to use

chroot /mnt/initfs cal-tool --set-root-device ask:mmc12

Yes it depends on what partition you need to use, like this

chroot /mnt/initfs cal-tool --set-root-device ask:mmc2


mmc2 is partition 2 on internal
mmc3 is partition 3 on internal

mmc12 is partition 2 on external
mmc13 is partition 3 on external

You also set the default to flash

chroot /mnt/initfs cal-tool --set-root-device ask:flash