View Single Post
Posts: 37 | Thanked: 19 times | Joined on Mar 2009 @ Scotland
#16
As I'm new to n810 and alternative installs, can anyone help with the booting?

I've installed the boot menu as per the instructions.

As I used the partitions shown in the post, I've customized menu options on bootmenu.conf to;

Code:
#no need to redefine
#MENU_1_NAME="Internal flash"
#MENU_1_ID="flash"

MENU_2_NAME="Jaunty Internal MMC, partition 3, ext3"
MENU_2_ID="mmc2"
MENU_2_DEVICE="${INT_CARD}p3"
MENU_2_MODULES="mbcache jbd ext3"
MENU_2_FSTYPE="ext3"
MENU_2_FSOPTIONS="noatime" #",data=writeback"
[ -d "/sys/block/${INT_CARD}/${MENU_2_DEVICE}" ] || MENU_2_NAME="(${MENU_2_NAME}) N/A"

MENU_3_NAME="Power off (when not on charger)"
MENU_3_ID="off"
Booting menu2 (Jaunty), the Ubuntu logo shows up followed by a message 'Incompatible Boot Loader'.

What have i done wrong?

Last edited by fifth; 2009-03-22 at 22:29.