Setting Boot Parameters
Enable the input/output memory management unit (IOMMU) pass-through mode so that VMs can directly access physical devices.
- Open the /etc/grub2-efi.cfg file.
vim /etc/grub2-efi.cfg
- Press i to enter the insert mode and add the following content to the position shown in the following figure:
iommu.passthrough=1

- Press Esc to exit the insert mode. Type :wq! and press Enter to save the file and exit.
- Restart the server for the settings to take effect.
Parent topic: Configuring the Environment