From 4062f01df1d1e79619ed6ed79c15cf6cf85025cc Mon Sep 17 00:00:00 2001 From: rc14193 <62862738+rc14193@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:10:25 -0500 Subject: [PATCH] Add modules verify line from video --- GPU_passthrough/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GPU_passthrough/readme.md b/GPU_passthrough/readme.md index 9265a90..b83220e 100644 --- a/GPU_passthrough/readme.md +++ b/GPU_passthrough/readme.md @@ -32,7 +32,9 @@ Then, save and exit 6) `update-initramfs -u -k all` and reboot -7) GPU Isolation From the Host (amend the below to include the IDs of the device you want to isolate) +Verify the modules are enabled with `dmesg | grep -i vfio` and checking the driver version line is present + +8) GPU Isolation From the Host (amend the below to include the IDs of the device you want to isolate) `echo "options vfio-pci ids=10de:1381,10de:0fbc disable_vga=1" > /etc/modprobe.d/vfio.conf`