View Single Post
Posts: 18 | Thanked: 6 times | Joined on Oct 2009 @ Bayonne, France
#856
@new_beee: you have to create a file named "android.ext.item", save this file in /etc/bootmenu.d/
edit this file and insert:
Code:
ITEM_NAME="Android (external SD, partition 3)"
ITEM_ID="android3"                        
ITEM_DEVICE="${EXT_CARD}p3"                                                  
ITEM_MODULES="mbcache jbd ext3 fat vfat"
ITEM_FSTYPE="ext3"                                             
ITEM_FSOPTIONS="noatime"
in the section ITEM_DEVICE, replace "3" by the number of your partition containing android.
At next boot, you will be able to choose android (unless I made a mistake!!)
 

The Following 2 Users Say Thank You to JackyBoy For This Useful Post: