Boot loop boogy

  • Generally spoken, whenever safe mode appears, login by SSH, and enter the reboot command.

    Hopefully everything runs fine after that reboot.

    Then grab available log files from /storage/.kodi/temp to find the cause of the crash.

    The interesting log files after reboot are kodi.old.log and kodi_crashlog_<your_current_date>.log.

    Read here about logging on LE.

    Your current log says, you have an NFS error:

    Code
    2019-12-15 12:17:16.452 T:140247249708800   ERROR: Failed to open(//Seagate_Expansion_Drive_2_3/Kodi addons/Logo/) opendir call failed with "NFS: Lookup of /Seagate_Expansion_Drive_2_3/Kodi addons/Logo failed with NFS3ERR_NOENT(-2)"
    2019-12-15 12:17:16.452 T:140247249708800   ERROR: GetDirectory - Error getting nfs://10.0.0.60/nfs/Seagate_Expansion_Drive_2_3/Kodi addons/Logo/
    2019-12-15 12:17:16.459 T:140247249708800   ERROR: Failed to open(//Seagate_Expansion_Drive_2_3/Kodi addons/Logo/) opendir call failed with "NFS: Lookup of /Seagate_Expansion_Drive_2_3/Kodi addons/Logo failed with NFS3ERR_NOENT(-2)"
    2019-12-15 12:17:16.459 T:140247249708800   ERROR: GetDirectory - Error getting nfs://10.0.0.60/nfs/Seagate_Expansion_Drive_2_3/Kodi addons/Logo/
  • Generally spoken, whenever safe mode appears, login by SSH, and enter the reboot command.

    Hopefully everything runs fine after that reboot.

    Then grab available log files from /storage/.kodi/temp to find the cause of the crash.

    The interesting log files after reboot are kodi.old.log and kodi_crashlog_<your_current_date>.log.

    Read here about logging on LE.

    I tried using putty was able to log in but it said I don't have permission to get log

  • Then you can run the reboot command on SSH. Does it still go into safe mode after reboot?

    The instructions of my above link should work for getting the logs (read the tab "Via SSH").

    Check your NFS device, because it seems to work with errors.

    Yes after reboot it crashes like 3 times then boots into safemode

  • The crash seems to be caused by the HDHomeRun PVR addon.

    When kodi safe mode appears ssh in, delete the addon

    Code
    rm -rf /storage/.kodi.FAILED/addons/pvr.hdhomerundvr/

    and then reboot. Kodi should then start up normally. When kodi is up, try installing the addon again.

    Edit: this seems to be an unofficial third-party addon, if kodi crashes again it probably needs to be fixed to be compatible with LE 9.2.

    so long,

    Hias