Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
pcieport 0000:00:1c.5: 问题的解决办法!!!!
Experiences and Insight
759
views ·
1
replies ·
To
floor
Go
130******12
deepin
2018-05-30 22:05
Author
本帖最后由 zfdllh 于 2018-5-30 14:29 编辑
pcieport 0000:00:1c.5: [ 0] PCIe Bus Error: severity=Corrected,type=Physical Layer
解决方法:
grub引导时加入
pci=nomsi
1、打开终端,修改/etc/default/grub引导文件,要有备份的好习惯
sudo cp /etc/
default
/grub /etc/
default
/grub.bak
sudo -H gedit /etc/
default
/grub
2、打开之后找到以下这句
GRUB_CMDLINE_LINUX_DEFAULT=
"
quiet splash
"
然后将其改为:
GRUB_CMDLINE_LINUX_DEFAULT=
"
quiet splash pci=nomsi
"
3、保存关闭grub文件,更新grub引导,并重启
sudo update-grubsudo
reboot
问题解决了,关机时不再会报一长串pcie错误。
地址:
http://www.mamicode.com/info-detail-2176307.html
https://www.cnblogs.com/zongfa/p/8386997.html
Reply
Like 0
Favorite
View the author
All Replies
jianguo922
deepin
2018-05-30 22:27
#1
收藏备用,谢谢
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Popular Events
More
pcieport 0000:00:1c.5: [ 0] PCIe Bus Error: severity=Corrected,type=Physical Layer
sudo -H gedit /etc/default/grub
reboot
http://www.mamicode.com/info-detail-2176307.html
https://www.cnblogs.com/zongfa/p/8386997.html