Advertisement
Guest User

Untitled

a guest
Jun 7th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Here's my config.
  2.  
  3. GRUB_DEFAULT=0
  4. GRUB_TIMEOUT=1
  5. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  6. GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on pci_stub.ids=10de:1189,10de:0e0a"
  7. GRUB_CMDLINE_LINUX=""
  8.  
  9. lspci
  10. 01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 670] (rev a1)
  11. 01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
  12.  
  13. lspci -n
  14. 01:00.0 0300: 10de:1189 (rev a1)
  15. 01:00.1 0403: 10de:0e0a (rev a1)
  16.  
  17. /etc/initramfs-tools/modules
  18. pci_stub
  19.  
  20. vfio-bind 0000:01:00.0 0000:01:00.1
  21.  
  22. update-initramfs -u
  23. update-grub2
  24. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement