fix igc 0000:0a:00.0 eno1: PCIe link lost, device now detached

This commit is contained in:
Christoph Cullmann 2024-10-30 22:25:15 +01:00
parent 19cfd52c42
commit 75cf0b8d07
No known key found for this signature in database

View file

@ -38,6 +38,10 @@ in
boot.kernelParams = [ boot.kernelParams = [
# don't check for split locks, for KVM and Co. # don't check for split locks, for KVM and Co.
"split_lock_detect=off" "split_lock_detect=off"
# fix igc 0000:0a:00.0 eno1: PCIe link lost, device now detached
"pcie_port_pm=off"
"pcie_aspm.policy=performance"
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.