Ubuntu 16.10 on my Lenovo G500 is booting in emergency mode after upgrade from 16.04. The previous upgrades worked just fine (14.04 to 15.04 to 15.10 and so on).
Things I already tried:
Attempt 1:
- Booted using Live Ubuntu 16.04 DVD.
Started a terminal and did a file check on the my root partition i.e:
e2fsck -pvf /dev/sda9
Rebooted from HDD
Result: Booted in emergency mode
Attempt 2
Booted from Live Ubuntu 16.04 DVD
Did a
tune2fs -l /dev/sda9 | grep -i check
, turned outfsck
was last performed in July 2016.- Mounted
/dev/sda9
and created a fileforcefsck
in `/´ directory - Rebooted from HDD.
Result: Booted in emergency mode.
After rebooting the screen looks like this:
Tune2fs results look like this:
I am out of ideas.
Update
I did a fresh install of Ubuntu 16.10, with the contents in my $HOME
directory intact. But I still do not know the exact reason, why it failed to boot.
ppa-purge
it, or install the 16.10 version of the driver. Ask if you need more info/help. – heynnema Feb 26 '17 at 17:26xserver-xorg-video-intel
driver you mean? – Abel Tom Feb 26 '17 at 17:28dpkg -l *intel* | grep ii
and see if you find it. – heynnema Feb 26 '17 at 17:32dpkg --list | grep intel
previously to find that driver i mentioned, I found the line that saysquiet splash $vt_handoff
. Should I replace$vt_handoff
withnomodeset
. I have no idea what that is. – Abel Tom Feb 26 '17 at 17:37dpkg -l *i965* | grep ii
– heynnema Feb 26 '17 at 17:45