I’ve been using the “devel” version of osmc on my rp2, and the latest update to version “Linux osmc 5.10.78-1-osmc #1 SMP PREEMPT Tue Nov 9 01:18:11 UTC 2021 armv7l” broke the kodi completely. The media server can’t start.
I’ve got the same result by flashing the latest stable image of osmc and update to “devel” version from scratch. And I’ve got the same broken version in the end of the update.
Here are some logs:
stable kernel version: 5.10.32-2-osmc
I’ve selected the classic theme while configuring osmc.
During the update it was connected to the TV over hdmi
I’ve updated “/etc/apt/sources.list” to use “deb http://apt.osmc.tv buster-devel main”
Run the following command to add the staging repository: echo 'deb http://apt.osmc.tv buster-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating. This will return you to the normal update channel. To remove the file: sudo rm /etc/apt/sources.list.d/osmc-devel.list