OpenElec: Difference between revisions
(Created page with "(this distro is discontinued, a fork LibreElec exists but i haven't explored) {| class="mw-collapsible mw-collapsed wikitable" ! OpenELEC multi-boot install |- | The easiest...") |
(No difference)
|
Latest revision as of 19:51, 6 June 2022
(this distro is discontinued, a fork LibreElec exists but i haven't explored)
OpenELEC multi-boot install |
---|
The easiest way is to add a new drive just for OpenElec and install OpenElec to it with the installer. But if you want to SHARE ONE DRIVE with other boots, DO NOT DO THAT :-) Do this instead:
/dev/disk/by-label/SYSTEM /openelec-system ext4 noatime 0 0 /dev/disk/by-label/STORAGE /openelec-storage ext4 noatime 0 0
cp OpenELEC_img/target/KERNEL /openelec-system/ cp OpenELEC_img/target/SYSTEM /openelec-system/
# MDM Trying this, from: http://openelec.tv/forum/64-installation/70783-how-to-efi-booting-openelec-on-new-pc-s-nuc-s # Only I had to change BOOT to SYSTEM. and quiet to debugging. menuentry OpenELEC { icon EFI/refind/icons/os_openelec.png volume SYSTEM ostype Linux loader KERNEL # options "boot=LABEL=SYSTEM disk=LABEL=STORAGE debugging" options "boot=LABEL=SYSTEM disk=LABEL=STORAGE quiet" }
cp target/boot/bootx64.efi /openelec-system/BOOT cp target/boot/bootx64.efi /boot/efi/EFI/ubuntu/ cp target/boot/bootx64.efi /boot/efi/EFI/ubuntu/ |
OpenELEC boot from thumb |
---|
NOTE: I have the image already on a white stick with red lettering... anyway...
|