[x86-64] Blank screen when installed, live mode works fine

  • I've been running LibreElec on an old Sandy Bridge machine for ages. Previously I posted here about an issue with newer (v12+) versions not working here. Rather than necro that thread I figured I'd post a new one.


    I tried the latest nightly versions of 12 and 13 as recommended in that thread and found that running Kodi live from those images on USB works fine. Display drivers are clearly working. But if I install either of these versions (anything later than 11.06 really) to a SATA drive I just get a blank screen. Kodi is clearly running, I can access it via SSH. But I get no display. I've tried installing to three different SSDs.


    Any ideas?

  • Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link
  • How would it install if it can't write to the SSD? Also, why would previous versions work? Is there a config file somewhere that I can turn on verbose logging without going through the GUI?

  • The /storage/logfiles directory is not a persistent log storage location. It maps to the \\LIBREELEC\Logfiles Samba share and a zip archive of logs will be auto-generated when the Samba share is accessed over the network. If you have not accessed the Samba share from the network there will (correctly) be no files in the directory.

    Run "journalctl | paste" and share the URL generated so we can see the system log (Kodi debug logs are unlikely to be useful).

  • If installing again save the installation log to the stick (menu point 3) and post it.


    Some nitpicking:

    I can access it via SSH.

    After a fresh install ssh is disabled by default. It must be enabled by the installation Wizard, LE Settings Addon or ssh kernel parameter. Did you do anything?