![]() |
2010-07-06
, 17:48
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#382
|
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?
The Following User Says Thank You to Dousan For This Useful Post: | ||
![]() |
2010-07-06
, 17:58
|
Posts: 98 |
Thanked: 6 times |
Joined on Apr 2010
|
#384
|
![]() |
2010-07-06
, 18:03
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#385
|
![]() |
2010-07-06
, 18:08
|
Posts: 98 |
Thanked: 6 times |
Joined on Apr 2010
|
#386
|
![]() |
2010-07-06
, 19:00
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#387
|
![]() |
2010-07-06
, 19:38
|
Posts: 98 |
Thanked: 6 times |
Joined on Apr 2010
|
#388
|
![]() |
2010-07-06
, 21:02
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#389
|
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"
![]() |
2010-07-06
, 21:05
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#390
|
The Following User Says Thank You to Dousan For This Useful Post: | ||
getbootstate: Invalid selection:
choose bootup option:
2)MMC
9) Start a Shell
What do i type?