From de6d7928a9c018972df864173b8e97b35e6db1da Mon Sep 17 00:00:00 2001 From: James Turland Date: Sun, 7 Apr 2024 21:35:20 +0100 Subject: [PATCH] update --- GPU_passthrough/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPU_passthrough/readme.md b/GPU_passthrough/readme.md index 46c047b..8c29059 100644 --- a/GPU_passthrough/readme.md +++ b/GPU_passthrough/readme.md @@ -34,7 +34,7 @@ Then, save and exit 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) +7) 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`