1] If you're able to boot, but after login Unity doesn't load:
It's possible that your GPU drivers are interfering; or that your hw isn't 3d-capable. Please post the result of the following command (press CTRL+ALT+T
) :
$ /usr/lib/nux/unity_support_test -p
A. If you're using nVidia drivers: Run the following command to remove them, and reboot:
$sudo apt-get purge nvidia-current
$sudo apt-get remove nvidia-current-updates
$sudo apt-get remove nvidia-experimental-304
Or just open Synaptic and search for nvidia, delete everything that you see now.
Reboot the system. See if everything's working. Run this command to check if Unity-3D will work:
$ /usr/lib/nux/unity_support_test -p
Reboot again. Reinstall latest nVidia drivers:
$ sudo apt-get install nvidia-current-updates
B. If using AMD/ATI GPU drivers: Run the following command to remove them, and reboot:
$ sudo apt-get purge fglrx
Don't reinstall them as ATI cards currently don't support Unity-3D.
2] If you're unable to boot:
Insert a Ubuntu 12.10 Live-CD/DVD and run the following commands:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Boot-Repair will launch. Select the 'Recommended Repair'.
3] IF you fail to see the Grub:- Insert a Ubuntu 12.10 Live-CD/DVD and run the following commands:
$sudo mount /dev/sdXY /mnt
# XY is the drive, eg. sda or sda1
$grub-install /dev/sdX
#X is drive number
$update-grub
Reboot. Lemme know if it doesn't work as intended.