Hello,
I am running into issues passing a GPU Nvidia Quadro T1000 presented in the following post on your support forum:
https://forum.proxmox.com/threads/question-about-cpu-type.125844/#post-549814
Host is a Ryzen 7950X w/ 128 GB Ram, 2 GPU (RTX 3090 Ti & Quadro T1000). I want to pass the Quadro T1000 to the Windows 10 VM.
Here are more details:
1/ GRUB Cmd line:
2/ /etc/modprobe.d/pve-blacklist.conf:
3/ The VM Setup:
4/ Our Windows setup uses nested virtualization (Hyper-V stuff).
I am running into issues passing a GPU Nvidia Quadro T1000 presented in the following post on your support forum:
https://forum.proxmox.com/threads/question-about-cpu-type.125844/#post-549814
Host is a Ryzen 7950X w/ 128 GB Ram, 2 GPU (RTX 3090 Ti & Quadro T1000). I want to pass the Quadro T1000 to the Windows 10 VM.
Here are more details:
1/ GRUB Cmd line:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet video=vesafb:off video=efifb:off video=simplefb"
2/ /etc/modprobe.d/pve-blacklist.conf:
Code:
blacklist nvidiafb
blacklist amdgpu
blacklist snd_hda_intel
blacklist nouveau
blacklist nvidia
blacklist radeon
3/ The VM Setup:
Code:
agent: 1
balloon: 0
bios: ovmf
boot: order=scsi0;ide0
cores: 8
cpu: qemu64
efidisk0: zfs_tank:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:0b:00,pcie=1,rombar=0
hostpci2: 0000:0a:00,pcie=1,x-vga=1
ide0: local:iso/virtio-win-0.1.229.iso,media=cdrom,size=522284K
machine: pc-q35-7.2
memory: 16384
meta: creation-qemu=7.2.0,ctime=1680520922
name: Windows10VM
net0: e1000=4E:5F:A4:6A:A7:45,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: win10
scsi0: zfs_tank:vm-101-disk-1,aio=threads,cache=writeback,discard=on,iothread=1,size=500G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=6cb36ac2-ad1e-4c03-aff7-48308db4eeeb
sockets: 1
tablet: 0
usb0: host=256f:c652
usb1: host=046d:c328
usb2: host=046d:c07e
vmgenid: c1221ab6-4739-45f2-8ab1-a1b94af742c0
4/ Our Windows setup uses nested virtualization (Hyper-V stuff).
- If I use 'host' as the CPU type, the Hyper-V stuff works, but the GPU gets a code 43.
- If I use CPU Type 'qemu64', the GPU works but the Hyper-V stuff fails to work (2 drivers gets code 37).