Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Yet another PCIe Bus Error post

Featured Replies

  • Community Expert

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

Solved by Bob-omb

  • Community Expert

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..

  • Author
  • Community Expert

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?

  • Author
  • Community Expert
  • Solution

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

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.