17
Jun
stored in: Development, Technology and tagged:
I had a problem updating my Ubuntu from the command line. If you get the error in the title, try this. Usually it will fail on boot after the upgrade. This seemed to help me. Make sure you are root:
Press ‘M’ for manual rescue. Enter the following in the prompt.
mount -n -o remount,rw /
dpkg --configure -a
Hope this helps someone.
July 26th, 2011 at 11:41 am
Thank you for sharing!!! After hours of trying stuff, I found your post. It work perfect after I rebooted.