diff --git a/GPU_passthrough/readme.md b/GPU_passthrough/readme.md index 0f3bbe8..9265a90 100644 --- a/GPU_passthrough/readme.md +++ b/GPU_passthrough/readme.md @@ -13,6 +13,8 @@ nano /etc/default/grub `GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"` +Verify that IOMMU is enabled by running `dmesg | grep -e DMAR -e IOMMU` and looking for a line indicating it is enabled + Save and exit 4) run the command `"update-grub"` now reboot