Active Topics

 


Reply
Thread Tools
eL.ectron1k's Avatar
Posts: 149 | Thanked: 15 times | Joined on Jul 2010 @ Russia
#1
Hi everybody!

Now i'm havin some questions, tried to get answers on Russian f-boards, but no one helped me.So...


Now i'm having Nitdroid on SD card as second OS, but as i see, we can install Ubuntu 9.10 and MeeGo on N900....

So my question is how to install 3 OS ( Nitdroid, MeeGo and Ubuntu ) using Multiboot and .item files?

Anyone can help me and my crazy head? ^_^

Sorry for my Eng and mistakes)
 

The Following 2 Users Say Thank You to eL.ectron1k For This Useful Post:
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#2
Make 4 partitions.
Find out how to get Multiboot to install any Kernels you want and create the .item files with the correct partition numbers.

It's virtually the same as installing just one OS, but you just change the Partition number to 3 or 4 and find the right kernel.

Done
__________________
The thanks button? Sure! You can press it! I would!
 
eL.ectron1k's Avatar
Posts: 149 | Thanked: 15 times | Joined on Jul 2010 @ Russia
#3
So i can just repart my SD card to mmcblk1p1 ( k1p2 + k1p3 )

and like in nitdroid add information in item file to boot from % partition with % params and use % filesystem, yep? =)

Last edited by eL.ectron1k; 2010-08-16 at 10:23. Reason: Mistakes =( ..monday
 
Posts: 52 | Thanked: 17 times | Joined on Jun 2010 @ United Kingdom....for now.
#4
Yep, exactly right. But you also need to have the fiasco kernel image in /boot/multiboot/
Then multiboot will dynamically flash the different kernels as it needs them.
 
eL.ectron1k's Avatar
Posts: 149 | Thanked: 15 times | Joined on Jul 2010 @ Russia
#5
Hm
Yep, as i see now in my terminal :

#root
#cd /boot/multiboot/
#ls
vmlinuz-2.6.28-omap1 vmlinuz-2.6.28.NIT.05

So the next two should be [vmlinuz-2.6.28-MeeGo & vmlinuz-2.6.28-Ubuntu]
And that names should be correctly be written in /etc/bootmenu.d items.

Push me if i wrong in that =)
 
Posts: 52 | Thanked: 17 times | Joined on Jun 2010 @ United Kingdom....for now.
#6
100%
Just make sure that the kernel name you put in the item file matches the kernel name properly.

Normaly the kernel name in the .item file is the same as the name in /etc/multiboot/ just with the vmlinuz- removed.
 
eL.ectron1k's Avatar
Posts: 149 | Thanked: 15 times | Joined on Jul 2010 @ Russia
#7
Okay, after my HARDEST monday, i'll come home, take n900, get in bad and spend all time just before my gf comes home ^_^

If i get any news, i'll post them here, like manual..)

10x SimonGie and kingoddball!
 
Posts: 52 | Thanked: 17 times | Joined on Jun 2010 @ United Kingdom....for now.
#8
No problem, let us know how it goes.
 
eL.ectron1k's Avatar
Posts: 149 | Thanked: 15 times | Joined on Jul 2010 @ Russia
#9
Hm

sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,,L
,,
,,
EOF
If i'm doing that - i get a k1p1 with 14gb available, and k1p2 with 2 gb for NitDroid. OK

So now, if i'll try to do that again, my whole SD card will format again, isn't it?


Can i repart not a whole hard disk, but a partition with --force command?

Or better use fdisk for that?
 
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#10
Originally Posted by eL.ectron1k View Post
Hm


If i'm doing that - i get a k1p1 with 14gb available, and k1p2 with 2 gb for NitDroid. OK

So now, if i'll try to do that again, my whole SD card will format again, isn't it?


Can i repart not a whole hard disk, but a partition with --force command?

Or better use fdisk for that?
For more patitions:

Code:
sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,<YOUR NUMBER IN MB>,C
,<YOUR NUMBER IN MB>,C
,,L
EOF
That will create four partitions, the first 3 will be fat, the last will be EXT3. Choose partition sizes for the first 3 and whatever is left will be the ext 3 partition.

The letter you put on the end of the line decides the file system so if you need ext3 partitions, use L instead of C.
__________________
Temporary signature: Real signature removed for cleaning.

Don't forget the thanks button if I helped you
 

The Following 3 Users Say Thank You to mornage For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 04:13.