From e0433f28d46d579f7f6c8f1f74d33c9972b654c7 Mon Sep 17 00:00:00 2001 From: Gabriel Luchina Date: Thu, 3 Sep 2026 20:01:47 -0300 Subject: [PATCH] Update README with vfio-pci.conf instructions Added instructions for creating vfio-pci.conf in README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83d08ad..afc12b5 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,9 @@ In some environments it is necessary to segment the IOMMU Groups to be able to p 2. Some environments, add de content `pcie_port_pm=off disable_idle_d3=1` in the file `/etc/default/grub` at the end of the line `GRUB_CMDLINE_LINUX_DEFAULT`; 3. After changing the grub file, run the command `update-grub` and reboot your PVE. +Some environments, you need create a `/etc/modprobe.d/vfio-pci.conf` with content: +`options vfio-pci ids=XXXX:XXXX,XXXX:XXXX disable_vga=on` + --- ## 🎥 Demonstration (in Portuguese)