Hi,
I’m working on setting up PCI pass through on proxmox VE 8.4.1
I have a working ubuntu vm that I am trying to pass a Nvdia Quadro K620 to. system is x10 intel supermicro. on starting the VM this error message is logged.
error writing '1' to '/sys/bus/pci/devices/0000:01:00.0/reset': Inappropriate ioctl for device
failed to reset PCI device '0000:01:00.0', but trying to continue as not all devices need a reset
TASK OK
The web UI for proxmox then crashes. The system is using a zfs boot. the current /etc/kernel/cmdline is this.
root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt pci=assign-busses pcie_acs_override=downstream,multifunction
I also tried it with just “intel_iommu=on iommu=pt”. all nvida drives both video and audio are blacklisted and not loaded (verified with lspci). disable_vga is set in modprobe for the device.
Does anyone have any idea what I should try? there not much I’m getting back from the system since the VM crashes the VE portal on launch. I have tried shutting down all other VM to ensure there is not resource contention else where.