Hi. I am trying to wire an NVIDIA GT 1030 to a Windows 10/Windows Server 2022 virtual machine. I used the instructions - https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough/
The OS installed successfully, driver installation also, but then I get error 43. I've tried so many different configurations to try and fix this, it's a bit difficult to list everything I've tried.
My settings are as follows:
cat /etc/default/grub
cat /etc/pve/qemu-server/100.conf
cat /proc/cmdline
cat /etc/modprobe.d/blacklist.conf
cat /etc/modules
I tried the topic related to the “romfile” option.
I still do not understand what is wrong, help with this problem, I have reviewed 100 discussions, dozens of sites and still can not solve the problem, even found articles with my video card and the guys all worked out with it, but I do not....
The OS installed successfully, driver installation also, but then I get error 43. I've tried so many different configurations to try and fix this, it's a bit difficult to list everything I've tried.
My settings are as follows:
cat /etc/default/grub
GRUB_DEFAULT=0GRUB_TIMEOUT=5GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`.GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on pcie_acs_override=downstream,multifunction video=efifb:eek:ff”GRUB_CMDLINE_LINUX=“””cat /etc/pve/qemu-server/100.conf
args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off'bios: ovmfboot: order=ide0;ide2cores: 4cpu: host,hidden=1,flags=+pcidefidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4Mhostpci0: 0000:08:00,pcie=1,x-vga=1ide0: local-lvm:vm-100-disk-1,size=100Gide2: local:iso/Windows_10_26.06.2020.iso,media=cdrom,size=6773632Kmachine: q35memory: 6144meta: creation-qemu=9.0.2,ctime=1741339431name: test-win-10net0: e1000=BC:24:41:2C:AF:E1,bridge=vmbr0,firewall=1numa: 0ostype: l26scsihw: virtio-scsi-singlesmbios1: uuid=68ede10b-501b-444d-bf08-be35e58051acsockets: 1vmgenid: 42be9542-5068-4790-b71b-5b6e0ce8b080cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.8.12-8-pve root=/dev/mapper/pve-root ro quiecat /etc/modprobe.d/blacklist.conf
blacklist radeonblacklist nouveaublacklist nvidiablacklist nvidiafbcat /etc/modules
vfiovfio_iommu_type1vfio_pcivfio_virqfdI tried the topic related to the “romfile” option.
cd /sys/bus/pci/devices/0000:01:00.0/ echo 1 > rom cat rom > /tmp/image.rom echo 0 > romI still do not understand what is wrong, help with this problem, I have reviewed 100 discussions, dozens of sites and still can not solve the problem, even found articles with my video card and the guys all worked out with it, but I do not....

