View Single Post
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#935
I can help with this.

first of all.
Open xterm and type: "sudo apt-get install nano" (or vim. I like nano)

Then
Code:
 "root"
cd .. 
cd ..
cd etc/bootmenu.d

nano android.etc.item
Once in nano type:

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"


Once done (use correct caps and symbols) press (touch screen button) CTRL + X. Press Y. Press Enter.
Done.
Just to varify type "ls".
You will see "android.ext.item"
You can reboot and you will see "Android blah blah blah".
If you have followed all instructions and are in RD mode.. Android should boot (took me over 4 hours today!) I had kernel and OS issues.
 

The Following User Says Thank You to kingoddball For This Useful Post: