First you need to plan out your partitions; if you don’t know what you really want to do, moving partitions around after they are created, can be very difficult. So give yourself a break and take some time to plan this portion out.
The placements for the partitions I describe below are only my preference and not mandatory, they simply work for me and that’s how I choose to present them.
Here are some requirements to consider.
Minimum space requirements
Windows XP - 1.5GB
Windows 7 - (32-bit)16GB, (64-bit)20GB
Ubuntu 11.04 - 15GB
Openexec - 256MB
Openelec requires two partitions, a “BOOT” and a “STORAGE” partition. In my setup I have a Network Attached Storage unit, where I store all my media, so the “STORAGE” partition that Openelec uses is minimal. So I don’t allocate a lot of space for it.
Here is an example of my drive partition schema.
Partition File System Label Size Flags Use
/dev/sda1 ntfs Windows 25GB Windows is installed here
/dev/sda4 extended 20GB Ubuntu is installed here
/dev/sda5 ext4 Ubuntu 16GB
/dev/sda6 linux-swap 4GB
/dev/sda3 ext3 STORAGE 10GB Openelec storage partition
/dev/sda2 ext3 BOOT 1GB boot Openelec is installed here
On to the steps:
- Download your respective version of Openelec and create a bootable thumb drive by running create_installstick.bat in the downloaded archive.
Installing Windows
[LIST=3]
[*]Boot your computer to your Windows CD.
[*]Delete all existing partitions and create a single partition of the desired size you planned for in the above section.
[*]Install Windows to that new partition.
[/LIST]
Installing Openelec and Ubuntu
[LIST=15]
[*]Boot your computer to your Ubuntu CD, select “Try Ubuntu” when prompted between “Try Ubuntu” and “Install Ubuntu”.
[*]When Ubuntu boots, open Gparted Partition Manager.
[*]Now create a partition with the following parameters.
Quote:File System: ext3[*]Now create a second partition with the following parameters.
Label: BOOT
Flags: boot
Size: the desired size you planned for in the above section.
Placement: put it at the very end of the drive
Quote:File System: ext3[*]After you apply these changes you should have an empty space of “unallocated” space on your drive, between the Windows and Openelec partitions. Close Gparted Partition Manager and open Terminal.
Label: STORAGE
Size: the desired size you planned for in the above section.
Placement: put it just before the previously created partition.
[*]Plug in your Openelec thumb drive and run the following code in the terminal, to install Openelec onto the “BOOT” partition of your drive.
Code:
sudo su
cp /media/OPENELEC/KERNEL /media/BOOT
cp /media/OPENELEC/SYSTEM /media/BOOT[*]Select the option to let Ubuntu install alongside Windows.
[*]When you’re prompted to restart the computer select “No”.
[*]Now open Terminal again and run the following code.
Code:
sudo su
nano /etc/grub.d/40_customCode:
menuentry "OpenELEC.tv" {
set root=(hd0,BOOTSDANUM)
linux /KERNEL boot=/dev/sdaBOOTSDANUM disk=/dev/sdaSTORAGESDANUM quiet
}
menuentry "OpenELEC.tv (Textmode)" {
set root=(hd0,BOOTSDANUM)
linux /KERNEL boot=/dev/sdaBOOTSDANUM disk=/dev/sdaSTORAGESDANUM textmode quiet
}
menuentry "OpenELEC.tv (Debugmode)" {
set root=(hd0,BOOTSDANUM)
linux /KERNEL boot=/dev/sdaBOOTSDANUM disk=/dev/sdaSTORAGESDANUM debugging textmode quiet
}[*]Next type the following in the Terminal
Code:
nano /etc/default/grubCode:
GRUB_DEFAULT=”OpenELEC.tv”
GRUB_HIDDEN_TIMEOUT=
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5[*]Lastly, in the Terminal run the following code.
Code:
update-grub[/LIST]
I hope this guide helps clear up some things and isn't too confusing. I got alot of this info from the OpenELEC forums, so thank you OpenELEC forums for some place to start!

Search
Help