Posts by mglae

    Should i keep this version of service.libreelec.settings ?

    Yes, if further backups are desired ;)

    What will happen in the next version update of LibreELEC ?

    This version is continued to be executed a long the addon version of the update is still 10.0. Keep in mind to delete the installed addon.

    If mglae can do a PR and it ticks all the correct boxes, then it could be in the next release.

    It's almost done.

    It is possible that Kodi is crashing while rendering the the Hebrew characters. I've uploaded service.libreelec.settings-10.0-20210914.zip to Testing LibreELEC-settings addon · Issue #4547 · LibreELEC/LibreELEC.tv · GitHub only showing ASCII characters. Please test.


    The Kodi log file was not included because your RPI did not update the system time via NTP. Therefore the log file was directly deleted because seen as oldest one.

    There is an interrupt that cannot be handled:

    IRQ 20 is used for PCI Interrupt Link [LUS0] enabled at IRQ 20 (IMO the USB) and PCI Interrupt Link [Z00F] enabled at IRQ 20 (no idea what this is).

    Likely a driver for the Z00F device is missing.

    Try adding the mentioned irqpoll kernel parameter to the APPEND line in /flash/syslinux.cfg (after mount -o remount,rw /flash).

    1. The kernel file can not be opened. But the legacy image was only created to in case the usual GPT disk is not possible.

    2. The size of the used stick is unknown so we start with a small 32MiB file system that is expanded at first boot.

    The filesystem repair may have been started because you pulled the stick before any data was flushed.

    A. Don't be afraid of the installer, you have to select the installation, choose the disk and then being asked twice if you really like to erase the HD.

    B. We do use a GPT image. The changes will be used if accepted by the team.

    1. Yes, write 100 times: there is no /etc/fstab used in LE.

    With UUIDs this should work. Only with a second copy attached the same time you don't know which is mounted.

    2. A long we don't know why the LE image is not accepted this cannot be corrected. Use what is working.

    I've created two additional test images, please test on a spare stick if you see the syslinux boot messages.

    a) LibreELEC-Generic.x86_64-legacy.empty.img.gz.zip

    b) LibreELEC-Generic.x86_64-gpt.empty.img.gz.zip

    1.) The randomly generated UUIDs can be read from any linux system and then stored in the syslinux.cfg. LE is not using /etc/fstab.

    boot=/dev/sdb1 disk=/dev/sdb2 is possible but not reliable because it depend on the disk initialization order. Another possibility is to use boot=LABEL=xxx disk=LABEL=yyy if the file system labels are defined.

    The UUID was not incorrect, it still pointed to the original file system of the copied syslinux.cfg

    2) No. ISO is read only.

    Boot problems are very rare, although reported from time to time.

    2. Does this mean I will have to do manual config every time there is a new install?

    It is the nature of UUIDs to be unique. :) So yes, with any new created file system.

    3. On my current config ( Syslinux 6.0.4 boot showing fat32 in my 14.9 GB USB space, and copy over Kernel and System files), how do I add ext4 partition to enable run mode?

    Shrink the fat32 partition and create an additional ext4 one. (Don't forget to replace the disk=UUID= in syslinux.cfg)

    I'm not aware of any Windows tool capable of doing this. Use e.g. gparted from any Linux distribution or Gparted Live.