I upgraded Ubuntu 12.02 to 14.04 and upgraded all packages with command sudo get-apt -f install. I dont know what happened but I am not even able to open Terminal or any applications. I can't see dashboard and window border. I dont know what to do? Please help me out from this problem.
Asked
Active
Viewed 1,302 times
1
Faizan Akram Dar
- 4,569
- 1
- 25
- 31
Prashanth Shetkar
- 11
- 2
1 Answers
0
It looks like Ubuntu Desktop and/or Unity didn't install correctly. Try this:
- Reboot your computer.
- At the grub menu, select Advanced options for Ubuntu and select the Recovery kernel.
- When the recovery menu comes up, select the option for the root prompt.
- Type
mount -o rw,remount /The next steps require you to have an internet connection. - Connect with LAN.
- Run
apt-get install ubuntu-desktop. - If it says it's already installed, add
--reinstallafterinstall. - Run
apt-get install unity - See 6.
- After the installations finish, reboot.
A.B.
- 92,125
TheWanderer
- 19,525
- 12
- 52
- 65