Install Ubuntu issues
Table of Contents
nvidia
Official LINUX X64 (AMD64/EM64T) DISPLAY DRIVER
install
Highlight the option 'Try Ubuntu without installing' and press the E
key.
Add nouveau.modeset=0
to the end of the linux line - press F10
to
boot.1
Install the Ubuntu operating system - when finished reboot the computer.
If boot fails, try:
Highlight the Ubuntu entry in the GRUB boot menu and press the E
key.
Add nouveau.modeset=0
to the end of the linux line - press F10
to boot.
sudo apt-get update sudo apt-get install nvidia-352 sudo reboot
Generally it is recommended to use the NVIDIA drivers from the official Ubuntu repositories. But as you have very new graphics hardware, you can install the latest official NVIDIA drivers.
sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get install nvidia-361 sudo reboot