2

I'm trying to install Ubuntu version 14.10 on my new computer. It's a fresh build with nothing installed yet. You can see a list of the hardware here. At first I had difficulty with the UEFI boot, but I went into the BIOS and set everything that I could to "legacy". Now, when I try to boot, I get the following error:

[ 2.817690 nouveau E[ DEVICE][0000:01:00.0] unknown chipset, 0x124020a1

[ 2.817724 nouveau E[ DRM] failed to create 0x80000080, -22

I tried booting in nomodeset, which I thought did something to fix that, but it didn't work. I suspect it has something to do with not having any drivers yet, but I didn't get an optical drive. I was planning on just downloading them. What can I do?

Raiden Worley
  • 165
  • 1
  • 1
  • 7

1 Answers1

2

Do a Ctrl+Alt+F1

login and do

sudo apt-get update
sudo apt-get upgrade
sudo ubuntu-drivers devices

see what is recommended

sudo apt-get install nvidia-xxx (xxx is your recommended driver)

reboot.

A.B.
  • 90,397
lapisdecor
  • 1,627