Random freezing on EndeavourOS

Hello,
I am new to EndeavourOS and have been experiencing random freezes recently.

inxi -Fxxc0z | eos-sendlog output:
https://0x0.st/8J8-.txt

I saw in my journalctrl this message comes up constantly:

May 05 17:33:25 ab350mhd3 kernel: pcieport 0000:00:01.3: AER: Correctable error message received from 0000:03:01.0
May 05 17:33:25 ab350mhd3 kernel: pcieport 0000:03:01.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
May 05 17:33:25 ab350mhd3 kernel: pcieport 0000:03:01.0:   device [1022:43b4] error status/mask=00000001/00002000

Your Bios version (F23) is outdated and hasn’t been updated in the past 7 years. The current version is F53g.

Are there any other PCIe cards installed in your system besides the GeForce 1080 ?

I will try update my BIOS. There are no other PCIe cards installed

Check if the issue will still show up in your journalctl once you’ve updated your bios.

In case you need it…

1 Like

Sorry for the long response, I updated my bios to F53g and the error still shows in my journalctl

(post deleted by author)

Several sources suggested to set the kernel parameter pcie_aspm=off

In case you’re using grub:

in /etc/default/grub

add it as a suffix to the current cmdline default entry

GRUB_CMDLINE_LINUX_DEFAULT="<do not change the existing params> pcie_aspm=off"

afterwards you’ll need to regenerate grub

sudo grub-mkconfig -o /boot/grub/grub.cfg

The message no longer shows, I’ll see if it stops my freezes