I did a partial update on my Xubuntu 14.04 desktop box. When I boot up, it hangs at the "checking disk drive for errors," screen. I am able to SSH into the machine, but I have no idea what to do from here.
Asked
Active
Viewed 358 times
0
1 Answers
0
solution was something complety silly. I had to remove my AMD video card. It boots fine now using the integrated Intel Graphics.

Benjamin
- 355
sudo apt-get update
(run that before any of the above techniques, while you're connected to the Internet), instead of installingubuntu-desktop
, you should usesudo apt-get install xubuntu-desktop
(as you have Xubuntu). And this may help. – Eliah Kagan Sep 10 '14 at 00:24