I've been regularly keeping my 16.04 up to date with the software updater. When I tried to upgrade to 18.04, it took a long time, then at the very end popped up a box saying it failed (bad enough in itself), but also my machine might (!) be in an unusable state. I should have screenshotted it; I was only given the option of clicking OK or something, so I'm not sure of the wording. I seem to be running for now, but I'm afraid to reboot.
Asked
Active
Viewed 409 times
0
sudo apt dist-upgrade
to attempt to complete upgrade process. – guiverc Jul 20 '19 at 02:08dist-upgrade
to complete (assuming you've booted into a full/part 18.04 system). I'd probably also inspect your sources (look for where problems are likely to be created by, and what may be needed to fix), but once I had gotsudo apt update && sudo apt dist-upgrade
to complete without issues, then I'd reboot again & expect a 18.04 system. Only then would I attempt gui login. If this is a message, install from thumb-drive using 'something-else' & no-format so you don't need those backups. – guiverc Jul 20 '19 at 02:11