View Single Post
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#382
Originally Posted by cpate99 View Post
When I try to boot android it stops at this in the blackscreen
getbootstate: Invalid selection:
choose bootup option:
2)MMC
9) Start a Shell


What do i type?
Check your bootmenu settup... You can do it like this...

Open xterm:
sudo gainroot 'enter'
cd /etc/bootmenu.d 'enter'
leafpad android.etc.item 'enter'
(if you prefere to use another text editor just type that name instead of leafpad)...
Try it without the sudo gainroot first, don't think you need to be root to do this
Mine looks like this:
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"
__________________
My Procreate art:
https://folio.procreate.art/dousan

My Søciety6:
http://society6.com/Dousan

Last edited by Dousan; 2010-07-06 at 17:59.
 

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