Long story short, battery failed me while in a 15.10 to 16.04 upgrade. Now, I'm stuck with Lubuntu telling me the Light Daemon is lying.
I have my 15.10 CD with me, and was wondering if there's a way to use this to repair or continue the upgrade.
It has access to my files at least.
=========
Update:
I tried Live CD Recovery - Update Failure but I can't seem to log in to TTY1. The console says it's still a 15.10, but doing the steps on the Terminal says it's Xenial(16.04) now. Other people's problems don't seem to match mine, since it either requests a reboot (for a live cd?) and the /etc/passwd
has my username on it. And yes, I've tried both my username and real name.
Further more, doing apt update
or apt-get update
gets me failed fetches saying
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
... which which led me to do apt-get -f install
after.
It seemed like there was progress, but I'm still getting failed fetches, saying Temporary failure resolving 'archive.ubuntu.com'
Temporary failure resolving 'archive.ubuntu.com'
means that you do not have any Internet. – Feldspar15523 Apr 27 '17 at 00:56sudo dpkg --configure -a
– Feldspar15523 Apr 27 '17 at 01:05apt-get -f install
. – dgood1 Apr 27 '17 at 01:10