Advertisement
Dialgatrainer069

iommu

May 4th, 2024 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. CPU(s): 4 x Intel(R) Core(TM) i5-6500T CPU @ 2.50GHz (1 Socket)
  2. Kernel Version: Linux 6.5.13-1-pve (2024-02-05T13:50Z)
  3. Boot Mode: EFI
  4. Manager Version: pve-manager/8.1.4/ec5affc9e41f1d79
  5. i am running on a hp prodesk 400 g3 mini
  6. https://support.hp.com/ie-en/document/c05364056
  7.  
  8.  
  9. cat /etc/default/grub
  10. # If you change this file, run 'update-grub' afterwards to update
  11. # /boot/grub/grub.cfg.
  12. # For full documentation of the options in this file, see:
  13. # info -f grub -n 'Simple configuration'
  14.  
  15. GRUB_DEFAULT=0
  16. GRUB_TIMEOUT=5
  17. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  18. GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init video=simplefb:off video=vesafb:off video=efifb:off video=vesa:off disable_vga=1 vfio_iommu_type1.allow_unsafe_interrupts=1 kvm.ignore_msrs=1 modprobe.blacklist=i915"
  19. GRUB_CMDLINE_LINUX=""
  20.  
  21. # If your computer has multiple operating systems installed, then you
  22. # probably want to run os-prober. However, if your computer is a host
  23. # for guest OSes installed via LVM or raw disk devices, running
  24. # os-prober can cause damage to those guest OSes as it mounts
  25. # filesystems to look for things.
  26. #GRUB_DISABLE_OS_PROBER=false
  27.  
  28. # Uncomment to enable BadRAM filtering, modify to suit your needs
  29. # This works with Linux (no patch required) and with any kernel that obtains
  30. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  31. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  32.  
  33. # Uncomment to disable graphical terminal
  34. GRUB_TERMINAL=console
  35.  
  36. # The resolution used on graphical terminal
  37. # note that you can use only modes which your graphic card supports via VBE
  38. # you can see them in real GRUB with the command `vbeinfo'
  39. #GRUB_GFXMODE=640x480
  40.  
  41. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  42. #GRUB_DISABLE_LINUX_UUID=true
  43.  
  44. # Uncomment to disable generation of recovery mode menu entries
  45. #GRUB_DISABLE_RECOVERY="true"
  46.  
  47. # Uncomment to get a beep at grub start
  48. #GRUB_INIT_TUNE="480 440 1"
  49.  
  50. cat /etc/modules​
  51. # /etc/modules: kernel modules to load at boot time.
  52. #
  53. # This file contains the names of kernel modules that should be loaded
  54. # at boot time, one per line. Lines beginning with "#" are ignored.
  55.  
  56. # Modules required for PCI passthrough
  57. vfio
  58. vfio_iommu_type1
  59. vfio_pci
  60. vfio_virqfd
  61.  
  62. # Modules required for Intel GVT-g Split
  63. # kvmgt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement