0

So my issue is that for some reason I can't install Ubuntu 14.04.4 LTS. I downloaded the ISO, extracted it, make a bootable USB, changed the bios to allow USB boot and so on. However when I boot the USB and try to either install or try Ubuntu I get error messages that either just boot me back onto Windows or freeze the screen on the purple Ubuntu page. I am using a Lenovo y700, 16 gigs of ram, Intel 17 and nvidia gtx 960.The error message says something along the lines of

nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [UNK06]
Vishnu N K
  • 595
  • 5
  • 22
su2583
  • 21

1 Answers1

1

You can try these steps. Boot from the Ubuntu installation USB media you already have created.

Select (highlight) Try Ubuntu without installing and press the E key. Add the nouveau.modeset=0 parameter to the end of the linux line. Then press the F10 key for booting into the Ubuntu Live desktop.

First uninstall the currently installed NVIDIA drivers.Boot the computer, when the GRUB menu appears ...

When the login screen appears press Ctrl + Alt + F1 . Enter your user name and the password, then execute :

sudo apt-get purge nvidia*  
sudo reboot 

Now install the latest official stable NVIDIA drivers.Boot the computer, when the GRUB menu appears ...

Highlight the Ubuntu menu entry and press the E key.Add nouveau.modeset=0 to the end of the linux line. Press F10 to boot the Ubuntu operating system.

When the login screen appears press Ctrl + Alt + F1. Enter your user name and the password, then execute :

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot

Note : Maybe it is explicitly necessary to select the NVIDIA adapter in BIOS.

In case you have installed the nvidia driver from their site then uninstall it as per that instructions.Uninstall that driver by running, as root, sh ./NVIDIA-Linux-x86_64-361.28.run and follow the on screen instructions.

Note : The solution I have provide has been tested on Ubuntu 14.04 LTS and Ubuntu 15.10 for two GPUs

wittich
  • 1,174
  • 13
  • 26
Ashu
  • 3,966
  • I will try this method and get back. But to clarify the issue has to do with my nvidia drivers? – su2583 Mar 11 '16 at 00:36
  • This will fix your nvidia driver issue – Ashu Mar 11 '16 at 00:58
  • Sorry to ask but is there any risk in using this method – su2583 Mar 11 '16 at 02:13
  • No risk and if this doesn't work then you can undo the operation 'sudo apt-get purge nvidia* ; sudo reboot' – Ashu Mar 11 '16 at 02:38
  • Ok thank you i will go and try this. But when you say login screen do you mean the Ubuntu login screen? Because i have yet to set it up so i dont see how i will have a log in screen yet... – su2583 Mar 11 '16 at 05:06
  • So i ran into an issue. I can write this in at the end of the linux line nouveau.modeset=0 however right after that i press f10 it takes me to the ubuntu purple load screen and well just freezes... – su2583 Mar 12 '16 at 02:23
  • @shihab. Is the issue resolved or not? Freezing of the screen might be due to some other issue,,,even a bad or corrupt .iso file. – Ashu Mar 12 '16 at 03:08
  • I am still trying i just dont understand what you mean by login in screen. I havent installed Ubuntu so i have no login screen. – su2583 Mar 12 '16 at 13:58
  • what do i do when the screen freezes? – su2583 Mar 13 '16 at 16:47
  • what was the last action you did which caused screen freezing...try to undo that. Otherwise login to tty(Ctrl+Alt+F1) and go to /var/log directory...you need to go thru log files(dmesg, syslog etc...) to find out what's causing that issue. – Ashu Mar 13 '16 at 16:58
  • Right after i reinstalled nvidia-361 and rebooted i got past the nouveau error but not say when i am about to install Ubuntu it either freezes on the screen or my mouse stops working completely. Both trackpad and wireless mouse. – su2583 Mar 13 '16 at 18:52
  • i think im going to just stop trying to install for now since there are obvious issues. First the nouveau error which only gets fixed for a limited time, then the cache data failure , and now the randomly freezing. – su2583 Mar 13 '16 at 19:16