Hardware issue? Kernel errors on protectli box…

No hardware issue, just configuration.

if you have a way to disable pcie aspm in bios, do so as well as all other power management as this is an always on system.

If you don’t have that control, this must be passed in grub:

GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_aspm=off"

But the above should be standardized as pcie aspm should be disabled in bios, But the above should be inserted as the standard affair to manually turn this off when the OS installer has not disabled or does not have control of pcie aspm in BIOS.

2 Likes