View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#150
Ok I don't know if it's just me or what... But after assigning INT_CARD on bootmenu item whenever I boot into that it shows the other way around!

Example when I set

ITEM_DEVICE="${INT_CARD}p2"
it boots mmcblk1p2 instead of mmcblk0p2

and

ITEM_DEVICE="${EXT_CARD}p2"
it boots mmcblk0p2 instead of mmcblk1p2

anybody can confirm this? Is this a bug on bootmenu, kernel or what?