I just got a RTX 3090 w/24GB GPU to passthrough to a Windows 11 VM, and I installed the drivers on the Proxmox host, though the Windows VM no longer boots after passing through the GPU. The start task just hangs indefinitely, and the console never turns on. I'm fairly new to Proxmox, so I'm still learning all the ropes, but I've been unsuccessful diagnosing the issue. Any advice?
I have VT-d and Resizable BAR enabled in the host BIOS (Gigabyte Z590 Aorus Pro AX).
I've tried enabling/disabling "All Functions", "Primary GPU", and "ROM Bar" to no success.
Proxmox version info:
Here's the VM's config:
GRUB file:
I have VT-d and Resizable BAR enabled in the host BIOS (Gigabyte Z590 Aorus Pro AX).
I've tried enabling/disabling "All Functions", "Primary GPU", and "ROM Bar" to no success.
Proxmox version info:
Code:
Proxmox VE Version: 8.1.0
Running Kernel: 6.5.11-7-pve
pve-manager: 8.1.3
proxmox-kernel-6.5: 6.5.11-7
pve-qemu-kvm: 8.1.2-5
qemu-server: 8.0.10
zfsutils-linux: 2.2.2-pve1
NVIDIA Driver Version: 525.147.05
CUDA Version: 12.0
Here's the VM's config:
Code:
agent: 1
bios: ovmf
boot: order=scsi0;scsi1
cores: 6
cpu: x86-64-v2-AES
efidisk0: Data:vm-106-disk-0,efitype=4m,size=1M
hostpci0: 0000:01:00.0,rombar=0
machine: pc-q35-8.1
memory: 32768
meta: creation-qemu=8.1.2,ctime=1702236078
name: windows
net0: e1000=BC:24:11:B5:55:15,bridge=vmbr0,firewall=1
numa: 0
ostype: win11
scsi0: Data:vm-106-disk-1,iothread=1,size=200G
scsi1: local:iso/virtio-win-0.1.240.iso,media=cdrom,size=612812K
scsihw: virtio-scsi-single
smbios1: uuid=98ab512d-3626-44c6-bdee-eac25c991359
sockets: 1
tpmstate0: Data:vm-106-disk-2,size=4M,version=v2.0
vmgenid: ce1853df-4031-4182-b3f4-61ec5495d860
GRUB file:
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt video=vesafb:off video=efi>
GRUB_CMDLINE_LINUX=""
Last edited: