The Following User Says Thank You to fifth For This Useful Post: | ||
|
2009-03-22
, 18:18
|
Posts: 15 |
Thanked: 1 time |
Joined on Sep 2008
|
#12
|
The Following User Says Thank You to n810_itt For This Useful Post: | ||
|
2009-03-22
, 18:22
|
Posts: 15 |
Thanked: 1 time |
Joined on Sep 2008
|
#13
|
apt-get update
|
2009-03-22
, 18:23
|
Posts: 37 |
Thanked: 19 times |
Joined on Mar 2009
@ Scotland
|
#14
|
The Following User Says Thank You to fifth For This Useful Post: | ||
|
2009-03-22
, 18:53
|
Posts: 29 |
Thanked: 7 times |
Joined on Nov 2008
@ France
|
#15
|
|
2009-03-22
, 19:45
|
Posts: 37 |
Thanked: 19 times |
Joined on Mar 2009
@ Scotland
|
#16
|
#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"
|
2009-03-22
, 20:26
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#17
|
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;
Booting menu2 (Jaunty), the Ubuntu logo shows up followed by a message 'Incompatible Boot Loader'.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/${EXT_CARD}/${MENU_2_DEVICE}" ] || MENU_4_NAME="(${MENU_2_NAME}) N/A" MENU_3_NAME="Power off (when not on charger)" MENU_3_ID="off"
What have i done wrong?
|
2009-03-22
, 21:13
|
Posts: 37 |
Thanked: 19 times |
Joined on Mar 2009
@ Scotland
|
#18
|
You must use bootmenu that comes with Merinstaller. Install Mer installer and then make a bootmenu .item for ubuntu /etc/bootmenu.d/ubuntu.item for example
ITEM_NAME="Jaunty on internal card, p3" ITEM_ID="Jaunty on internal, p3" ITEM_DEVICE="mmcblk0p3" ITEM_MODULES="mbcache jbd ext3" ITEM_FSTYPE="ext3" ITEM_FSOPTIONS="noatime,ro" ITEM_LINUXRC="linuxrc"
|
2009-03-22
, 21:20
|
Posts: 15 |
Thanked: 1 time |
Joined on Sep 2008
|
#19
|
|
2009-03-22
, 21:27
|
Posts: 15 |
Thanked: 1 time |
Joined on Sep 2008
|
#20
|
Seems to be going well now, extraction success! I'd had problems with the insmod commands, so the mount didn't give any error mounting the swap partition, so i was actually extracting in the built-in memory space rather than the memory card.
Last edited by fifth; 2009-03-22 at 18:08.