Some pointers on KVM, GPU Pass Through, and Syslinux.cfg


jonp

Recommended Posts

I have passthrough working with a single MSI GTX970 GPU on an AMD motherboard (GA990FXA-UD5) with the same AMD CPU.

 

I noticed that your syslinux.cfg file did not have a lot of the AMD specific info that is recommended. This could be part of your problem.

 

my syslinux.cfg file includes the following

 

append amd_iommu=on iommu=pt iommu=1 vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot

 

but as always ymmv.

Link to comment
  • Replies 103
  • Created
  • Last Reply

Top Posters In This Topic

Syslinux.cfg 101

The only statement you WILL need in there to ensure clean operations with VFIO is this: 

pcie_acs_override=downstream

 

Hey! Do I need this for every VM or only if I want to passthrough a GPU?

I only want to passthrough USB devices...

That syslinux line is for PCI device pass through.  If you are not passing through any PCI devices to any VM, you don't need it.

Link to comment
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.