Suppress "[ 6] BadTLP" Error
![Suppress "[ 6] BadTLP" Error](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1670167465571%2FWUhxbW2Ux.png&w=3840&q=75)
kernel: pcieport 0000:00:01.1: [12] Timeout
kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:00.0
kernel: pcieport 0000:00:01.1: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
kernel: pcieport 0000:00:01.1: device [1022:1453] error status/mask=00000040/00006000
kernel: pcieport 0000:00:01.1: [ 6] BadTLP
kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:00.0
kernel: pcieport 0000:00:01.1: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
kernel: pcieport 0000:00:01.1: device [1022:1453] error status/mask=00000040/00006000
kernel: pcieport 0000:00:01.1: [ 6] BadTLP
kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:00.0
kernel: pcieport 0000:00:01.1: AER: can't find device of ID0000
These errors are hardware related, and I probably shouldn't ignore them. Most likely from a PCIe card that isn't seated properly or something. Either way, I want to stop filling my Syslog with several gigs of this every day on a machine I don't care about. To suppress them, add the kernel parameter
append initrd=/bzroot pci=noaer
to your grub bootloader or, in the case of this system, syslinux configuration.



