当前位置:   article > 正文

Ubuntu下出现PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5或id=00e8(Receiver ID)解决方法_pcie bus error severity

pcie bus error severity

我是在ubuntu下按ctr+alt+F1或F2屏幕出现如下重复闪动:

PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e8(Receiver ID)

我在网上进行如上搜索,只找到:https://blog.csdn.net/qimengxingyuan/article/details/80874314?utm_source=blogxgwz2

他是 id=00e5和我的还不太一样,但实在找不到了,按照说明:

--------------------- 

具体操作

    编辑grub

    sudo -H gedit /etc/default/grub

    添加boot选项

    找到GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    在后面添加pci=nomsi pci=noaer pcie_aspm=off
---------------------  
我是在GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"后面添加具体是:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"  pci=nomsi pci=noaer pcie_aspm=off

试了下还是不行,我还以为填错了啦又试了几次还是不行,最后看到这个

https://askubuntu.com/questions/863150/pcie-bus-error-severity-corrected-type-physical-layer-id-00e5receiver-id

哦终于找到了,是我修改的方式不对,正确的修改如下:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi pci=noaer pcie_aspm=off

然后在按上面两篇博客所述,执行:

1、保存修改,退出

2、执行sudo update-grub

3、reboot

至此完成。

感谢上述两位的详细记录

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/260952
推荐阅读
相关标签
  

闽ICP备14008679号