From 28ededa7b8553bef5ae53c87821dcaa10cb73211 Mon Sep 17 00:00:00 2001 From: Gabriel Luchina Date: Fri, 4 Sep 2026 03:30:35 -0300 Subject: [PATCH] Correct pcie_port_pm parameter in README Updated instructions for modifying GRUB configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afc12b5..8c6cc4d 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ 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. 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`; +2. Some environments, add de content `pcie_port_pm=off` 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: