Howto gpu passthrough: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/etc/default/grub | add the following to /etc/default/grub: | ||
for intel: | |||
GRUB_CMDLINE_LINUX_DEFAULT="quiet ... intel_iommu=on" | GRUB_CMDLINE_LINUX_DEFAULT="quiet ... intel_iommu=on" | ||
for amd: | |||
GRUB_CMDLINE_LINUX_DEFAULT="quiet ... amd_iommu=on" | GRUB_CMDLINE_LINUX_DEFAULT="quiet ... amd_iommu=on" |
Revision as of 23:32, 3 March 2023
add the following to /etc/default/grub:
for intel:
GRUB_CMDLINE_LINUX_DEFAULT="quiet ... intel_iommu=on"
for amd:
GRUB_CMDLINE_LINUX_DEFAULT="quiet ... amd_iommu=on"