Jump to content

Yet another PCIe Bus Error post


Go to solution Solved by Bob-omb,

Recommended Posts

Posted (edited)

I have been getting these errors since I started using Unraid. I am not sure if they actually cause harm, but the server recently shut down randomly after I initiated a reformat of a drive.

 

The only two cards I have attached are an Asus IPMI card and a Broadcom LSI 9300-16i.

 

Any suggestions?

 

2024-05-25T14-29-06.thumb.png.2c982cd33ac247f573090fbf5a875fc6.png

Edited by Bob-omb
Link to comment
Posted (edited)

AER Errors are usually power/cable connection and/or sleep states.

The PCIe AER driver provides the infrastructure to support PCIe Advanced Error Reporting capability. The PCIe AER driver provides three basic functions: Gathers the comprehensive error information if errors occurred. Reports error to the users.

are they being passed to a vm?
see vfio notes: https://forums.unraid.net/topic/164064-cant-passthrough-nvidia-gpu-anymore-to-vm-used-to-in-previous-unraid-versions/?do=findComment&comment=1413526

 

I recommend a grub option to turn of aer...

image.thumb.png.15766fd4a7bd6d4d4ab46771b5753299.png

 

the grub option:
pci=noaer pcie_aspm=off

 

kernel /bzimage
append initrd=/bzroot pci=noaer pcie_aspm=off


review:
https://www.kernel.org/doc/Documentation/PCI/pcieaer-howto.txt

Edited by bmartino1
forum post link lost wrttin dat in post..
Link to comment

Thanks for helping me out.

To be honest I have no idea what you are saying. Is this in English? 😂

 

I am not a Linux guy so I don't know what any of this means. Are you saying I should edit some settings on my Unraid flash drive?

Link to comment
  • Solution
Posted (edited)

Edit: In the end, I decided to get rid of the LSI 9300-16i because I didn't want to take the risk of using it while not fully understanding what the error messages meant. The following part was my solution to turn off the warnings, but it might not be so wise:

 

OK I think I managed to turn off the warnings eating up the log file.

 

I am not seeing the error anymore, but I also don't know if I should be worried about it. Everything works, but only as far as I can tell.

 

Here is what I did:

 

  1. Made a backup of the flash drive
  2. I opened the terminal in Unraid and entered: nano /boot/syslinux/syslinux.cfg
  3. I entered the pci=noaer pcie_aspm=off on line 9
  4. CTRL + X to exit, Y to confirm, and Enter to save.

 

Here is the full syslinux.cfg after the change:

 

default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot pci=noaer pcie_aspm=off
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

2024-06-04T20-34-48.png

Edited by Bob-omb
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...