Can not confirm 'screwness' of bootmenu. Everything fine here, just tested it. (I do not need it, as my default -KP50- is the attached one. So removed the link again ). About boot items for NITDroid and Nemo, please see below. Both are running fine. NITDroid on SD, p1 (boot.scr, kernel) with FAT and p2 (nitdroid) wih EXT3 Nemo on SD, default image. NITDroid: put kernel (uImage) on p1 of SD or wherever you want it, just adapt Code: ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk1p2" ITEM_KERNEL="uImage" ITEM_DEVICE="${EXT_CARD}p1" ITEM_FSTYPE="vfat" ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p2 rw rootwait init=/init panic=30 debug" ITEM_OMAPATAG="1" Nemo: put kernel into "/boot", to have update script convert it Code: ITEM_NAME="Nemo with kernel 2.6.37-10.7" ITEM_KERNEL="nemo-handset-armv7hl-n900-0.20120614.1.NEMO.2012-07-02.1-vmlinuz-2.6.37-10.7.Nemo.Adaptation.N900-adaptation-n900" ITEM_MODULES="ext3" Have fun! --edit another example for NITDroid: put kernel (uImage) on p2 (/home) of eMMC and nitdroid rootfs also on eMMC p2 (home) Code: ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk0p2" ITEM_KERNEL="uImage" ITEM_DEVICE="${INT_CARD}p2" ITEM_FSTYPE="ext3" ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p2 rw rootwait init=/init panic=30 debug" ITEM_OMAPATAG="1"
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk1p2" ITEM_KERNEL="uImage" ITEM_DEVICE="${EXT_CARD}p1" ITEM_FSTYPE="vfat" ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p2 rw rootwait init=/init panic=30 debug" ITEM_OMAPATAG="1"
ITEM_NAME="Nemo with kernel 2.6.37-10.7" ITEM_KERNEL="nemo-handset-armv7hl-n900-0.20120614.1.NEMO.2012-07-02.1-vmlinuz-2.6.37-10.7.Nemo.Adaptation.N900-adaptation-n900" ITEM_MODULES="ext3"
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk0p2" ITEM_KERNEL="uImage" ITEM_DEVICE="${INT_CARD}p2" ITEM_FSTYPE="ext3" ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p2 rw rootwait init=/init panic=30 debug" ITEM_OMAPATAG="1"