The only kernel that is currently working for me is: “kernel-core-6.18.5-200.fc43.x86_64”
For all other kernels during boot I get the following (hundreds, never ending) error messages:
…
pcieport … AER: Correctable error message received from 0000:57:00.0
pci 0000:57:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Transmitter ID)
pci 0000:57:00.0: device [10ec:525a] error status/mask=0001000/00006000
pci 0000:57:00.0: [12] Timeout
…
Based on the following article:
fedora kernel boot pcie bus error data link layer status mask “00001000/00006000”
Bug 201517 - pcieport 0000:00:03.1: AER: Corrected error received: 0000:00:00.0
I tried the following grub cmdline switch “pcie_aspm=off” and it worked.
sudo vi /etc/default/grub
…
GRUB_CMDLINE_LINUX=“… pcie_aspm=off”
…
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
BUT I’m not sure whether this is just fixing the symptoms or whether the root cause in the kernels should be fixed …
(I think I should stop updating my Fedora … always getting new issues costing me a lot of time …)