You are on page 1of 1

1. Repartition your disk so you have at least 4.2G free, unpartitioned space.

I
used EASEUS tool (http://www.partition-tool.com/) - it's free
2. Start installation and during disk initiation pick the option that suggest us
ing all remaining, unpartitioned space. This will create a default layout. You c
an also partition it manually providing you add a 250M partition for /boot (ext3
), some swap and the rest for / root partition under (btrfs)
3. Proceed with installation and after reboot in MeeGo, go to Applications -> Te
rminal:
$ sudo vi /boot/extlinux/extlinux.conf

Code:
prompt 0
timeout 5
To have some time for the decission before it boots.
Code:
#menu hidden
To show the boot menu
Code:
label meego
menu label MeeGo (2.6.33.3-11.1-netbook)
kernel vmlinuz-2.6.33.3-11.1-netbook
append ro root=/dev/sda3 quiet vga=current
label Other
menu label Windows
kernel chain.c32
append boot 1
menu default
Put menu default for you default OS you want to boot automatically.
Hope that helped

You might also like