Tente isto:
Ligue o seu computador.
Pressione e mantenha pressionada a tecla Shift, que exibirá o Grub menu.
Selecione a linha que começa com Advanced options
.
Selecione a linha que termina com recovery mode
O seu PC deve exibir um menu com várias opções.
Selecione:
A opção File system check
e
A opção Drop to root shell prompt with networking
Na execução do terminal:
mount -o remount,rw /
mount --all
dpkg --configure -a
apt-get -f install
apt-get -m install
apt-get update
apt-get dist-upgrade
apt-get install --reinstall ubuntu-desktop unity
apt-get autoremove
apt-get clean
reboot