experimente este primeiro zerar unidade & amp; área de trabalho do ubuntu
$ sudo apt-get update
$ sudo apt-get install --reinstall ubuntu-desktop
$ sudo apt-get install unity
$ setsid unity
se isso não funcionou
$ gksu "gedit /etc/default/grub"
altere esta linha
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
por este
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
salve e atualize o grub por typ
$ sudo grub-update