Error updating from march 2020

Hi

Haven’t been using Kodi inawhile. My install was on march 2020 build.

I updated tonight and it updated first install successfully. After reboot there was another osmc package list update.

The error occurred mid way during that. I believe it was rpmc-osmc error before it rebooted.

Now it shows osmc splash with text along side. It connects to network ok and can access command line. The media center must be the error.

Hopefully it’s an easy fix cause I stupidly forgot to do a backup before updating :confused:

Here is logs using grab logs
https://paste.osmc.tv/fenuyosuya

Any help be appreciated

Yes, looks like the first step of the upgrade to Debian Buster was done.
Suggest to access via ssh and run
sudo apt-get update
sudo apt-get dist-upgrade
to check if the CLI gives some hints of what is the problem. It might be a package dependency. Most likely it is your X11 install.

So you could try:
sudo apt-get remove x11-common
reboot
sudo apt-get dist-upgrade

Details regarding how to access the command line interface can be found here on our Wiki: Accessing the command line - General - OSMC

1 Like