When I boot my notebook, the touch-pad and the keyboard don't respond. The last thing I did before shutting down was killing the terminal that was running a sudo apt-get install because I had to go.
I tried to follow the Start Ubuntu in recovery mode
but the second screen (Select the root shell option ) does not appear in my computer, it runs some process and then it freezes
I have the ubuntu liveCD and I can mount my hard drive from there but I'm not sure what commands to run from there.
Thanks in advance for any help.
apt-get update
andapt-get upgrade
will likely fail since the previous upgrade process is incomplete. Runningdpkg --configure -a
will complete upgrade. – Andrew Gunnerson May 11 '11 at 17:38