View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#75
Originally Posted by pali View Post
Here are all supported variables for bootmenu entry:

ITEM_NAME=""
ITEM_DEVICE=""
ITEM_FSTYPE=""
ITEM_KERNEL=""
ITEM_INITRD=""
ITEM_SCRIPT=""
ITEM_CMDLINE=""
ITEM_USEATAG=""

Try to play with it, maybe you can get nemo booting. Now I do not have time to playing with it.

I tried this (stored kernel uImage-nemo in MyDocs) but not worked:
ITEM_NAME="Nemo"
ITEM_KERNEL="uImage-nemo"
ITEM_DEVICE="${INT_CARD}p1"
ITEM_FSTYPE="fat"
I think you need to add:
ITEM_CMDLINE="root=${EXT_CARD}p6"

or wherever the Nemo partition is.
 

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