Skip to Content
Mastering Proxmox - Third Edition
book

Mastering Proxmox - Third Edition

by Wasim Ahmed
November 2017
Intermediate to advanced
494 pages
14h 29m
English
Packt Publishing
Content preview from Mastering Proxmox - Third Edition

Configuring PCI passthrough

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:

  1. Log in to the Proxmox node through SSH or directly in the console.
  2. Open the grub configuration file using an editor:
        # nano /etc/default/grub 
  1. Change GRUB_CMDLINE_LINUX_DEFAULT="quiet" to the following:
    • For Intel CPUs:
                  GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"    
    • For AMD CPUs:
                  GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"  
  1. Save the changes and exit the editor.
  2. Run the following command to update grub:
        # update-grub
  1. Only if using an AMD CPU, add the following ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Linux Security and Hardening - Third Edition

Mastering Linux Security and Hardening - Third Edition

Donald A. Tevault
Mastering KVM Virtualization - Second Edition

Mastering KVM Virtualization - Second Edition

Vedran Dakic, Humble Devassy Chirammal, Prasad Mukhedkar, Anil Vettathu

Publisher Resources

ISBN: 9781788397605Other