• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
HP Recommended

As in the subject, can someone running Linux on Z2 G9 Workstation list the IOMMU groups on this system? Ideally together with the firmware (BIOS) version?

This is important to know to estimate this system's potential for running hypervisors, such as Proxmox or Hyper-V and the ability to pass through individual devices, such as PCI network adapters or GPUs.

 

The way to do this is to simply run this command in shell/terminal and paste the output here:

for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done

Alternatively, you can run the script from here.

 

I will appreciate your help! Thanks. 

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.