Kodi Community Forum

Full Version: Libreelec will be initialized by a grub2 entry
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

today I am embedded Libreelec to my grub2 bootloader. I run Libreelec under a second hard disk. Therefore I setted up the gru2-file "40_custom" under /etc/ grub.d/40_custom. The code I enhanced is: https://paste.kodi.tv/xegezofoku. When I boot my pc grub2 finds Libreelec and boot the system but funnily enough Librelec is always initialized.

Does anyone know this problem? Is a parameter in file "40_custom" missing?

Thank you in advance
kolumbus
LibreELEC requires two partitions to be assigned, the other one is for the data/storage partition.

Code:
menuentry "LibreELEC" {
set root=(hd1,1)
linux /KERNEL boot=/dev/sdb1 disk=/dev/sdb2 quiet
}
Thank you for your answer. The problem is solved.

Regards
kolumbus
Thread marked solved.