LE but no Kodi

  • I removed my build (Wookies) from a wizard via fresh start, now on bootup, I see the LibreElec (Generic on a NUC) logo, but then just a blank screen, no Kodi logo, nothing. I've tried installing a USB stick with LE on it, nothing? How can I remove the remnants of what's left of LibreElec so that I can start anew with a fresh install?

    Edited once, last by captainthe (February 22, 2017 at 8:11 PM).

  • Code
    systemctl stop kodi.service
    mv /storage/.kodi /storage/.kodi-old
    systemctl start kodi.service

    ^^ will give you a clean Kodi instance without reinstalling. It's easy to stop/start Kodi to move working bits of the old configuration to the new one.

  • Code
    systemctl stop kodi.service
    mv /storage/.kodi /storage/.kodi-old
    systemctl start kodi.service

    ^^ will give you a clean Kodi instance without reinstalling. It's easy to stop/start Kodi to move working bits of the old configuration to the new one.

    Thanks, after about the 20th reboot, it finally came on.