Posts by Klojum

    Quote


    backup from one box to another box...

    And which boxes are those?

    4+ hours is of course not good. I guess that can somehow happen when Krypton-compatible versions of your addon(s) are not yet, or no longer, available.

    As always, it's good to make a full backup first per machine before you start upgrading. Something with Murphy's Law and such. Try rebooting and, if necessary, delete the Addons26/27.db files before you reboot again. You will probably have to reinstall the addons after that. Addon settings should still be there.

    Quote


    17:48:20.931 T:547519888848 NOTICE: Disabled debug logging due to GUI setting. Level 0.
    17:48:20.931 T:547519888848 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"

    if you are using a different skin, go back to Estary first.
    Rename the .kodi folder to something else, if you need a fresh setup.
    Then enable debugging, reboot and send in a new log file.

    No, there is currently no foolproof tool/installer that comfortably installs LibreELEC onto a machine and keeping existing operating systems alive. Perhaps if we had enough man power / skills / time / testing facilities, a capable enough installer could be created. Right now, it still comes down to only a few minutes of manual labor (if you know what you are doing...).

    (Mind you, this tutorial is all with no guarantee whatsoever if you yourself fcuk up.)
    Since you are using Ubuntu and talk about extended partitions, you should also be comfortable using bootable tools like Gparted Live. If so, create 2 EXT4 partitions : one 512MB system partition, the another one using up the rest of the availabe free space for LibreELEC's storage partition. Whether those are primary or extended is up to you. All primary is possible when you have no seperate partitions for Linux's home, boot, or its other options. So if you have currently only a single EXT4 partition for Ubuntu along with a SWAP partition, it's possible. Otherwise, create the 2 EXT4 partitions in the extended partition area. Also, give the new partitions labels, to identify them more easily.

    Reboot the machine, Ubuntu should start.
    Go into a terminal. Type sudo blkid
    You will get a list of drives/partitions, pick out your two new partitions, and remember their device numbers. You will need them later on.
    Now you need to add the LibreELEC menu item to the GRUB2 boot system.
    In the terminal, type sudo nano /etc/grub.d/40_custom .
    Paste in the following text:
    menuentry "LibreELEC 8.0 Krypton" {
    set root=(hd0,6)
    linux /KERNEL boot=/dev/sda6 disk=/dev/sda7 quiet
    }

    Replace all three drive numbers (in my case, twice 6 & 7) with the ones you got for your respective system and storage partitions from the blkid command.
    CTRL-O for storing the file changes
    CTRL-X for leaving the nano editor

    Update the GRUB2 menus: sudo update-grub2 .

    Reboot your machine and hold the left SHIFT key.
    Tadaa !!!

    For more convenience, install Grub Customizer or some other grub tool if you want to make the GRUB2 booter visible at boot time.

    We're not very fond of people coming to us with a 'fully loaded' setup with what Kodi considers illegal repositories and/or addons, and asking questions about things not working, or working different.

    Next time be sure to have removed those repositories/addons first before asking new questions.

    Check the result per option
    - rename the .kodi folder to something else to create a fresh install
    - install the latest Milhouse build with the latest Linux kernel
    - install a simple Nvidia graphics card (f.e. GT520/610/720, passively cooled) as AMD graphics support via Linux is a total lottery these days.
    [hr]
    @SN33KY
    BTW, I just tested LibreELEC 8.0 final (not released yet..) on my A4-5300 (HD7480D) AMD box. It has no problems when connecting to a PC monitor. I haven't attached it to a proper TV though. But as already indicated, AMD is a tough cookie.

    I'm by no means a video expert, but the dmesg report does show a EDID problem. A handshake that does not go well resulting in a limited set of resolutions. Also the lack of sound is a little weird.
    So starting with the bloody obvious, but perhaps you powered on the NUC first, and then the TV ?
    Or maybe you can try a different HDMI cable? Most cables should be fine, but some cables are different from others.

    I have no idea how the USB-C->HDMI active display adapter and LibreELEC will react to eachother.
    We're all still a bit at a learning stage, with the latest new hardware and Linux (video) drivers catching up.

    Alternatively, try upgrading to the latest Generic Milhouse build (it has the latest Linux kernel), and see if that has a better outcome. Forum thread is here.

    an older HP laptop... Can you please be a little less vague on the tech details of your hardware?

    Try using SSH to log into your laptop when running LibreELEC and your TV connected.
    Give us the returned URLs from the following commands:

    Code
    dmesg | pastebinit
    xrandr | pastebinit

    Several crashes a day? How is LibreELEC installed, on HDD / SSD / USB ?

    IMO, start with a real clean install. New database files, no addons, no TVH, nothing. And let it sit idle for a day. Without your reboot script.

    Add your weather addon. And let it sit idle for a day.
    Scrape your video collection. And let it sit idle for a day. Play videos for a day.
    Add your other addons. And let it sit idle for a day. Play videos and/or addons for a day.
    Install the TVH stuff. And let it sit idle for a day. Play tv channels for a day.

    Something should turn up.