Vero problem starting after manual update

Yes that’s the correct logs thanks.

The only thing is I can’t really see anything thing wrong except that the process didn’t complete - possibly because you unplugged it. It stopped at the point where it was extracting Kodi. (vero-mediacenter-osmc)

There is a bug in earlier versions of the mediacenter package that can under obscure conditions cause the manual-update screen (the blue screen with the progress bar) to be blank during an upgrade - the upgrade still goes ahead but you won’t see anything until it finishes, but if you unplug it before finished it won’t complete, naturally.

That problem is fixed in the most recent update, ironically. To try to tidy up any incomplete upgrade process I’d suggest you run the following commands:

sudo dpkg --configure -a
sudo apt-get update && sudo apt-get -f dist-upgrade

That should re-do any part of the upgrade process that didn’t complete.

Also if you want to manually re-install the mediacenter package over the top (as it didn’t seem to complete last time) and the above lines don’t cause it to be re-installed you can do so like this:

sudo apt-get update && sudo apt-get install vero-mediacenter-osmc --reinstall

Kodi will shut down during this command so you will need to reboot after it is finished.