Hi,
I want to add an iGPU to virtual machine with PLEX.
DELL R330
My CPU: E3-1245 V6.
Booting: UEFI
File system: ZFS - Mirror RAID
In the /etc/default/grub file I added:
Then I execute the command:
Then it executes the Proxmox reboot.
After the system starts I execute the command:
But I don't get any output.
What am I doing wrong?
I want to add an iGPU to virtual machine with PLEX.
DELL R330
My CPU: E3-1245 V6.
Booting: UEFI
File system: ZFS - Mirror RAID
In the /etc/default/grub file I added:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off"
Then I execute the command:
Code:
pve-efiboot-tool refresh
Then it executes the Proxmox reboot.
After the system starts I execute the command:
Code:
dmesg | grep -i "IOMMU enable"
But I don't get any output.
What am I doing wrong?