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
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.
sudo su
cp /media/OPENELEC/KERNEL /media/BOOT
cp /media/OPENELEC/SYSTEM /media/BOOTsudo su
nano /etc/grub.d/40_custom
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
}nano /etc/default/grubGRUB_DEFAULT=”OpenELEC.tv”
GRUB_HIDDEN_TIMEOUT=
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5update-grub
Last Updated
5th of July, 2012