ubuntu16.04重装系统和cuda时遇到的问题

ubuntu分区选项

重装CUDA后,开机提示图形处理器low,或者进入无线循环黑底白字的循环,关机时黑底白字,无法关机,任何键不起作用。参考下面这条。

https://blog.csdn.net/teavamc/article/details/78330266

如果还是无法解决:那么就放大招了,亲测有效:

系统环境
Windows10 + ubuntu16.04 双系统

错误描述
在ubuntu系统中关机或者重启会卡死无反应或者出现循环报错不能正常关机

拍照查看报错信息为

pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
pcieport 0000:00:1c.5:    [ 0] Receiver Error        
pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
pcieport 0000:00:1c.5: can't find device of ID00e5
pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5

...............................................

...............................................

...............................................死循环,黑底白字一直跳
解决过程

编辑grub命令行,(或者进入ubuntu系统,将下面这个文件中的内容修改了就可以了。)

sudo -H gedit /etc/default/grub

添加boot选项

找到GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

在后面添加 pci=nomsi pci=noaer pcie_aspm=off

保存退出

更新grub

sudo update-grub

重启问题解决
 

16.04建议CUDA8.0 cudnn5.1,也可以cudn9.0 +cudnn7.5

一些基本操作

https://blog.csdn.net/sakus/article/details/81115144

pip添加镜像

https://blog.csdn.net/xdguangguang/article/details/81543542

猜你喜欢

转载自blog.csdn.net/Dongjiuqing/article/details/100834014
今日推荐