Hello
I am trying to use a VGPU on a Windows 11 VM and I get Error 43 on NVIDIA GRID RTX6000-4Q Display Adapter
On an Ubuntu VM, I believe the VGPU works fine, I tried transcoding Jellyfin and I can the status with nvidia-smi
Here is my Windows VM config:
Other things I tried:
- Uninstalling drivers and reinstalling.
- Providing pci_id and pci_device_id in vGPU profile_override.toml
- Providing the GPU BIOS ROM file.
Since the vGPU works on Ubuntu, then it must be something wrong with Windows
Additionally, the drivers I am installing are the Guest drivers which were included in the NVIDIA GPU Drivers Package I download and they are the version: 553.62
The guide for setting vGPU:
https://gitlab.com/polloloco/vgpu-proxmox
I am trying to use a VGPU on a Windows 11 VM and I get Error 43 on NVIDIA GRID RTX6000-4Q Display Adapter

On an Ubuntu VM, I believe the VGPU works fine, I tried transcoding Jellyfin and I can the status with nvidia-smi

Here is my Windows VM config:
Code:
agent: 1
balloon: 0
bios: ovmf
boot: order=scsi0
cores: 4
cpu: host
efidisk0: lexar-pve:100/vm-100-disk-0.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
hostpci0: 0000:02:00.0,mdev=nvidia-257,pcie=1,x-vga=1
kvm: 1
machine: pc-q35-9.2
memory: 32768
meta: creation-qemu=9.2.0,ctime=1744789851
name: windows-11
net0: virtio=BC:24:11:16:FC:6F,bridge=vmbr0,firewall=1
numa: 0
ostype: win11
scsi0: lexar-pve:100/vm-100-disk-1.qcow2,cache=writeback,discard=on,size=1T
scsihw: virtio-scsi-pci
smbios1: uuid=a5930602-aae6-4dee-b3c1-d8e4ebcef45e
sockets: 1
tpmstate0: lexar-pve:100/vm-100-disk-2.raw,size=4M,version=v2.0
vmgenid: 1ed3ef32-01f4-4e14-be71-ffc82af18db3
Other things I tried:
- Uninstalling drivers and reinstalling.
- Providing pci_id and pci_device_id in vGPU profile_override.toml
- Providing the GPU BIOS ROM file.
Since the vGPU works on Ubuntu, then it must be something wrong with Windows
Additionally, the drivers I am installing are the Guest drivers which were included in the NVIDIA GPU Drivers Package I download and they are the version: 553.62
The guide for setting vGPU:
https://gitlab.com/polloloco/vgpu-proxmox