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,301 times
1

Faizan Akram Dar
- 4,511
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
--reinstall
afterinstall
. - Run
apt-get install unity
- See 6.
- After the installations finish, reboot.

A.B.
- 90,397

TheWanderer
- 19,395
- 12
- 50
- 65
-
Did not fix the problem after upgrading from U14.04.3 to U14.04.5 using the HWE "Install" option in the Software Updater window. Not happy Canonical! – gone Jul 15 '18 at 14:57