View Single Post
Posts: 7 | Thanked: 0 times | Joined on May 2009
#134
Originally Posted by mlferreira View Post
I made a change in the bootmenu.conf and gave no message that boot failed, but hangs on startup.

Code:
MENU_2_NAME="UBUNTU ON N810"
MENU_2_ID="mmc2"
MENU_2_DEVICE="${INT_CART}p3"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="noatime"
...
and boot message is...

Booting from mmc2 (mmcblk0p3 ext2)...

and freeze

any help please??
You have to change the format of your ext partition because it has to be ext3 if is ext3 try to change it to this:

Code:
MENU_2_NAME="UBUNTU ON N810"
MENU_2_ID="ubuntu"
MENU_2_DEVICE="${INT_CART}p3"
MENU_2_MODULES="mbcache jbd ext3"
MENU_2_FSTYPE="ext3"
MENU_2_FSOPTIONS="noatime, ro"