2 Commits
Author SHA1 Message Date
Gabriel Luchina e0433f28d4 Update README with vfio-pci.conf instructions
Added instructions for creating vfio-pci.conf in README.
2026-09-03 20:01:47 -03:00
Gabriel Luchina d06f2af3fa Update README.md 2026-09-03 19:56:21 -03:00
+5 -1
View File
@@ -144,7 +144,11 @@ If you see an Apple logo and the bar doesn’t move on your external display, yo
In some environments it is necessary to segment the IOMMU Groups to be able to pass the GPU to the VM.
1. Add the content `pcie_acs_override=downstream,multifunction pci=nommconf` in the file `/etc/default/grub` at the end of the line `GRUB_CMDLINE_LINUX_DEFAULT`;
2. After changing the grub file, run the command `update-grub` and reboot your PVE.
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`
---