January 6, 2017 at 12:14 PM #1 Hello,can i use with how to adding LibreELEC to the GRUB2 bootloader?Dual Boot - OpenELECLibreELEC FAQ - LibreELEC Quote 3.1 Is it possible to dualboot LibreELEC? Yes, it is. But it´s not supported. See: "Link to 'How-To:dual-boot'-Wiki" liberi
January 6, 2017 at 12:27 PM Official Post #2 Doublecheck your drive numbers via Code sudo blkid Add the following to your 40_custom file: Code menuentry "LibreELEC" { set root=(hd0,5) linux /KERNEL boot=/dev/sda5 disk=/dev/sda6 quiet } Adjust the drive values to your own PC setup as check at the start.Then finalize the GRUB2 setup Code sudo update-grub2 Reboot for the result.
November 20, 2017 at 11:57 AM #3 Hello, can i use this menuentry with LibreELEC 8.2? Code menuentry "LibreELEC" { set root=(hd0,5) linux /KERNEL boot=/dev/sda5 disk=/dev/sda6 quiet } Greetzliberi
November 20, 2017 at 1:03 PM Official Post #4 Only if both LibreELEC /dev/sdXx partition numbers are identical to those on your own system.Otherwise you need to change them.