View Single Post
Posts: 87 | Thanked: 14 times | Joined on Mar 2011
#24
Originally Posted by ammyt View Post
change
ITEM_DEVICE:mmcblk0p2
to
ITEM_DEVICE:${INT_CARD}p2
and tell me if it won't work
No, it's not that. It was there but i changed and it works.
so everybody who have similar problems do this:

# root
# leafpad /etc/multiboot.d/11-NITDroid-mmcblk0p2-2.6.28.NIT.06.item

then copy/paste this in there:

ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.06"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3
ITEM_DEVICE=mmcblk0p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
EOF

That works for me now.