Add modules verify line from video

This commit is contained in:
rc14193 2024-01-29 22:10:25 -05:00 committed by GitHub
parent 885ccf9ad4
commit 4062f01df1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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`