I went into a tty to attempt to install the nvidia drivers from nvidia's site. I was bombarded with tons of error messages
pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
[21060.479131] pcieport 0000:00:1c.4: device [8086:9d14] error status/mask=00000001/00002000
[21060.480671] pcieport 0000:00:1c.4: [ 0] Receiver Error (First)
[21061.574531] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
[21061.578788] pcieport 0000:00:1c.4: device [8086:9d14] error status/mask=00000001/00002000
It kept spamming this all over.
In debian you do not install Nvidia driver from their site!
Ok but this issue was before I attempted to install the driver.
Try to solved the problem booting with pci=nomsi
In order to boot with pci=nomsi :
su
cp /etc/default/grub /etc/default/grub.bak
nano /etc/default/grub
Once grub is opened in nano replace
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
by
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Save and close nano.
Update grub and restart your system:
update-grub
reboot
My default looks like this:
quiet resume=UUID=f8e8e639-a9bb-4fbf-8618-72d8eb2d657e systemd.show_status=1
Well it worked, sorry I've been busy with other things and trying to figure out nvidia bumblebee which I finally got working right :)
Zitat von: MachinaeWolf in 2017/05/16, 01:36:38
My default looks like this:
quiet resume=UUID=f8e8e639-a9bb-4fbf-8618-72d8eb2d657e systemd.show_status=1
Very good topic.