Advertisement
Hasaple

proxmox_passthrough

Apr 8th, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. root@pve1:~# cat /etc/kernel/cmdline
  2. root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet amd_iommu=on iommu=pt video=vesafb:off,efifb:off rd.driver.pre=vfio-pci
  3.  
  4. root@pve1:/etc/modprobe.d# cat iommu_unsafe_interrupts.conf
  5. options vfio_iommu_type1 allow_unsafe_interrupts=1
  6.  
  7. root@pve1:/etc/modprobe.d# cat kvm.conf
  8. options kvm ignore_msrs=1
  9.  
  10. root@pve1:/etc/modprobe.d# cat vfio.conf
  11. options vfio-pci ids=10de:1b80,10de:10f0 disable_vga=1
  12.  
  13. root@pve1:~# lspci -nnks 09:00
  14. 09:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP104 [GeForce GTX 1080] [10de:1b80] (rev a1)
  15. Subsystem: eVga.com. Corp. GP104 [GeForce GTX 1080] [3842:6180]
  16. Kernel driver in use: vfio-pci
  17. Kernel modules: nvidiafb, nouveau
  18. 09:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1)
  19. Subsystem: eVga.com. Corp. GP104 High Definition Audio Controller [3842:6180]
  20. Kernel driver in use: vfio-pci
  21. Kernel modules: snd_hda_intel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement