View Single Post
Posts: 162 | Thanked: 24 times | Joined on Feb 2010 @ Essex, UK
#150
I not too good with this stuff either, but I'm 95% sure you must complete these steps (after downloading required files in step 1):

Originally Posted by dj_steve;759371
2.
Originally Posted by Jay-C

Download this file into /home/user:

[code
cd /home/user
wget http://downloads.nitdroid.com/Jay-c/remove-multiboot-0.1.x.tar.gz
[/code]

Then run this as root On the device:

Code:
    cd /home/user
    tar xzvf remove-multiboot-0.1.x.tar.gz
    chmod +x multiboot-remove
    ./multiboot-remove
    rm multiboot-remove
    rm remove-multiboot-0.1.x.tar.gz
Also, if you don't use Titans power37 kernel, you can manually delete the files:

Code:
    rm /boot/vmlinuz-2.6.28.10power37
    rm -r /lib/modules/2.6.28.10power37
3. Now lets get down to actually installing things starting with Multiboot:

Code:
dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb
Thats the new Multiboot installed
EDIT: I really don't know much else about this sorry, I just followed the steps, except the partitioning part, it all worked, and it removed the .item files from previous multiboot X)
__________________
"But when you’re living on the bleeding edge, you should not be surprised when you do, in fact, bleed."

Last edited by 6sicSIX; 2010-07-24 at 09:50.