Pages

Saturday, June 2, 2012

Guide: Run Nemo (U-boot) with Multiboot

If you have used Multiboot and ever tried to install U-Boot with it you should have noticed some warnings that Application conflicts with another application install. well that application is Multiboot. You can't run both at the same time. but at TMO Melisa Queen posted a guide for this to install U-boot with Multiboot and then boot Nemo with it. Here is the Guide:

But first a small warning IF ANYTHING GOES WRONG THEN IM NOT RESPONSIBLE. DO IT AT YOUR OWN RISK.

Here is the guide for creating a .item file for mulitboot to load U-Boot:

Open Xterminal and type:

Note that leafpad and wget should be install. if not installed in your N900 then install them by open Xterm and type apt-get install leafpad wget



Guide:

root

cd /home/user/MyDocs
mkdir uboot
cd uboot
wget http://repository.maemo.org/extras-devel/pool/fremantle/free/u/uboot-pr13/uboot-pr13_1.0.2_armel.deb
dpkg -X uboot-pr13_1.0.2_armel.deb ex
cd ex/boot
flasher -u -F uboot-and-zImage-2.6.28-20103103+0m5.fiasco
cp zImage /boot/multiboot/vmlinuz-2.6.28-omap2
cd /lib/modules/
cp -rf 2.6.28-omap1 2.6.28-omap2
cd /etc/multiboot.d
cp 00-Maemo-2.6.28-omap1.item. 02-Maemo-2.6.28-omap2.item
leafpad 02-Maemo-2.6.28-omap2.item


When leafpad opens then type these in leafpad file and then save it:


ITEM_NAME="Maemo 2.6.20-omap1 with uboot"
ITEM_KERNEL=2.6.28-omap2
ITEM_MODULES=ext3




Thats it. Enjoy.

P.S if you encounter and any problem booting multiboot again when selecting u-boot then when u-boot will show countdown to load kernel automatically then press any key and type:

run noloboot


then press Enter and it will load multiboot. 

All created goes to Melisa Queen for creating this guide.

Link to Orginal Post: CLICK HERE

IF YOU FACE ANY PROBLEM THEN PLEASE POST IT TO COMMENT OR ON FACEBOOK N900 TIPS AND TRICKS PAGE. I WILL TRY TO SOLVE YOUR PROBLEM.

No comments:

Post a Comment