maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic (https://talk.maemo.org/showthread.php?t=60461)

eL.ectron1k 2010-08-16 09:50

Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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)

kingoddball 2010-08-16 10:14

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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 :)

eL.ectron1k 2010-08-16 10:22

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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? =)

SimonGie 2010-08-16 12:00

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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 2010-08-16 12:27

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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 =)

SimonGie 2010-08-16 12:33

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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 2010-08-16 12:44

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
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!

SimonGie 2010-08-16 12:45

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
No problem, let us know how it goes.

eL.ectron1k 2010-08-16 13:09

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
Hm

Quote:

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?

mornage 2010-08-16 13:40

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
Quote:

Originally Posted by eL.ectron1k (Post 788072)
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.


All times are GMT. The time now is 07:20.

vBulletin® Version 3.8.8