Fresh install of OSMC on Pi 4, on a sdcard. It formats and installs, boots enough to show the blue OSMC screen, then goes completely blank and hangs. Can’t SSH. Looked at install.log on sdcard and it looks normal as it ends with “Successful installation. Dumping log and rebooting system.” Kodi worked fine off of LIbreElec last week.
If more information is needed, please tell me how to get it from a windows box. Couldn’t see any more log files off the primary partition on the sdcard.
Not having a GUI or SSH access is severely limiting. My best suggestion is to try a fresh installation once again Also verify the image file’s checksum and ensure that you have the correct version for the Pi4.
The log shows a few error messages about unmatched parenthese and ends with this line:
2021-08-08 04:16:34.385 T:516 ERROR <general>: Control 20010 in window 13001 has been asked to focus, but it can't
This is a bit outside my area of knowledge but I think the next step would be to create a file /home/osmc/.kodi/userdata/advancedsettings.xml in the second (ie Linux) partition and add a line to it between the advancedsettings xml tags.:
<loglevel>1</loglevel>
That would give Kodi debugging-level messages.
However, on Windows, creating and editing such a file might be something of a problem…
Beyond that, I’ll have to pass this one over to a Kodi guru.
Could you try another TV set - preferably one that is capable of handling 1080p? Just to rule out problems with the installation itself or SD card problems. My log showed exactly the same
and I ended up with a black screen, too.
Further up in this log file one can see that OSMC found the TV resolution 1920x1080i - and I guess this one is picked per default. However, my TV was also not able to convert that signal and I had to set OSMC manually to a output of 720p to get it working. Mine was a try and error approach and I had to make changes both in config-user.txt and /home/osmc/.kodi/userdata/guisettings.xml.
Would it be possible that the raspi4 does not send the correct signal if an older TV reports itself as being only capable of 1920x1080 interlaced and not progressive. And what would be the proper and straightforward way to set the resolution fixed to 720p?