StevenMattera

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

StevenMattera's Achievements

Noob

Noob (1/14)

1

Reputation

  1. The whole card as I want to use the two ports as a WAN and LAN port on PFSense. I did try to also stub the card so UnRaid wouldn't use it as a NIC, but that didn't help and produced the same error. Unfortunately the 2015 bios is all I have. The oldest revision I can find on HPE's website is 2013.04.02 (A) (24 Jun 2013), however I don't have an active contract or warrenty. I will post the System -> Tools -> Diagnostics as soon as I get home.
  2. I'm trying to run PFSense in a VM on my HP ProLiant MicroServer Gen 8. (System ROM: J06 11/02/2015) I installed an Intel Pro/1000 Dual Post NIC that I bought off Amazon into it's single PCI-Express x16 slot hoping to be able to simply pass it through to the VM. However have ran into issues with it being able to grabbing the NIC. First off when doing `lspci` I see the following: And when checking the IOMMU groups I can see that the PCI bridge shares the same IOMMU groups: So I followed your guide (and many other guides) and enabled the ACS override in my syslinux.cfg: This fixes my IOMMU group issue! So I go in and add my NIC to my VM with the following XML: Go to start the VM and nope I get this in my `syslog` when trying to start my VM: So with a bunch of google searching last night (before I found this thread) I found the advisory linked above. (https://support.hpe.com/hpsc/doc/public/display?sp4ts.oid=7271259&docId=emr_na-c04781229&docLocale=en_US) Sweet there is a fix for it! I load up the latest version of fedora on to a flash drive and load up the latest rpms for hp-health and hp-scripting-tools for RHEL7 on to another flash drive and followed the instructions. I created a `exclude.dat` file and added the slot number on it, however I wasn't sure if it was talking about the slot number on the ILO System Information screen (PCI Slot 1) or the bus number (0x07) so I excluded both: I ran the command and everything seemed to work I even ran step 6 to save it back out and it looked like it took the changes. I reboot the server back into Unraid and it's as if nothing has changed I still get the IOMMU error like above. After this I also went back into Fedora and proceeded to exclude every slot to no avail Any help would be appreciated. I'm not sure what else to do.