Nvidia Reset Bug in Linux VM?

Issue: When a linux VM boots with my passed through 3080, I can no longer access the GPU after reboot. Requires server reboot to resolve.

Details:
-Can reboot with no issue with my Window’s VM.
-Appears to related to recent linux prop drivers. Had a out of date ubuntu VM that had the passthrough, no issue in that until I tried switching from nvidia 525 to 535.
-When rebooting a linux VM, the screens will briefly wake at boot, but no output.

Things tried:
-remove and rescan the pci device by echoing to the pci functions
-unbind and rebind vfio
-attach a virtual screen to see if it gets output, no success.
-looked through syslog, dmesg - nothing amiss.

Setup:
x570 dark hero w/ 5900x
tuf 3080 10G oc
proxmox 8.1.3 (kernel 6.5.11)
fully patched bios.

.conf file of a linux vm with the issue:
agent: 1
bios: ovmf
boot: order=scsi0
cores: 8
cpu: host
efidisk0: local-lvm:vm-106-disk-0,efitype=4m,size=4M
hostpci0: 0000:0b:00,pcie=1,x-vga=1
hostpci1: 0000:08:00.1,pcie=1
hostpci2: 0000:08:00.3,pcie=1
machine: q35
memory: 24000
meta: creation-qemu=7.2.0,ctime=1677808852
name: UbuntuDesktop
net0: virtio=omitted,bridge=vmbr1,firewall=1,tag=omitted
numa: 0
ostype: l26
scsi0: local-lvm:vm-106-disk-1,cache=writeback,discard=on,iothread=1,size=32G
scsi1: tank:vm-106-disk-0,backup=0,cache=writeback,discard=on,iothread=1,size=105G
scsihw: virtio-scsi-single
smbios1: uuid=9aff2d65-4323-4890-a466-c81ef4785e3c
sockets: 1
vmgenid: daf76555-d63d-4301-be47-1b058e14420b

I’m not an expert with these topics, so any help is appreciated!