
저는 Linux를 처음 접했고 방금 노트북에 Fedora 32를 성공적으로 설치했습니다. 로그에서 다음 오류를 발견했습니다. 이러한 오류를 해결하는 방법을 안내해 주시겠습니까?
Hardware nvme 0000:04:00.0: AER: [0] RxERR 117
Hardware pcieport 0000:00:1d.0: AER: [12] Timeout
답변1
pci=noaer
커널 명령줄에 다음 을 추가해 보십시오 :
로 시작하는 줄을 편집 /etc/default/grub
하고 추가합니다 . 다음과 같습니다.
pci=noaer
GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX_DEFAULT="rhgb quiet pci=noaer"
그런 다음 다음 변경 사항을 실행 grub2-mkconfig
하거나 grubby
적용할 수 있습니다.https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader/
비슷한 버그가 여기에서 추적되고 있습니다.https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521173
버그 보고서를 다음 주소로 제출하시면 좋을 것 같습니다.https://bugzilla.kernel.org/