Computeraar If the problem is "Kodi won't start" a textmode boot log isn't going to show anything useful because Kodi isn't being started. Create /storage/.kodi/userdata/advancedsettings.xml with this content to put Kodi in debug mode:
XML
<?xml version="1.0" encoding="utf-8" ?>
<advancedsettings version="1.0">
<loglevel hide="false">1</loglevel>
</advancedsettings>
- Then touch /storage/.config/safemode.disable to ensure that safe.mode doesn't kick in
- Then tail -F /storage/.kodi/temp/kodi.log > log_dump with capital F and tail will wait/watch for the file appearing
- Then systemctl start kodi and allow it to fail a couple of times before stopping the service
- Then cat log_dump | paste and share the URL
- Then systemctl | paste and share the URL
If we're lucky the logs might have some clues on what the problem is ..