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"