November 2017
Intermediate to advanced
494 pages
14h 29m
English
In Proxmox it is possible to passthrough PCI devices directly into a VM. In this section, we are going to see how to configure and verify PCI passthrough. The following steps are to enable and configure PCI passthrough in Proxmox:
# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"
# update-grub