View Single Post
Posts: 74 | Thanked: 9 times | Joined on Jul 2010
#1951
Originally Posted by Man_Utd_4Ever View Post
hi everybody
please help me
i always see this error


what i can to do?
i did all srtucture
I'm Italian and this is my first post here. Sorry for my bad english

I've the same error

Same here.

You need to configure Bootmenu to search for the right partition...im at an airport atm and dont have time to paste the code but in the bootmenu settings file you need to direct the bootmenu to the correct
partition (one with android on it...EXT4 on memory card)
I added this code in leafpad android.etc.item

Code:
ITEM_NAME="Android (external SD, partition 2)"
ITEM_ID="android3"
ITEM_DEVICE="${EXT_CARD}p2"
ITEM_MODULES="mbcache jbd ext3 fat vfat"
ITEM_FSTYPE="ext3"
ITEM_FSOPTIONS="noatime,rw"
I must write "ext4" in "ITEM_FSTYPE"?

Last edited by hidetoshi777; 2010-07-02 at 07:31.