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=0
GRUB_TIMEOUT=5
GRUB_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: ovmf
boot: order=ide0;ide2
cores: 4
cpu: host,hidden=1,flags=+pcid
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:08:00,pcie=1,x-vga=1
ide0: local-lvm:vm-100-disk-1,size=100G
ide2: local:iso/Windows_10_26.06.2020.iso,media=cdrom,size=6773632K
machine: q35
memory: 6144
meta: creation-qemu=9.0.2,ctime=1741339431
name: test-win-10
net0: e1000=BC:24:41:2C:AF:E1,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid=68ede10b-501b-444d-bf08-be35e58051ac
sockets: 1
vmgenid: 42be9542-5068-4790-b71b-5b6e0ce8b080
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.8.12-8-pve root=/dev/mapper/pve-root ro quie
cat /etc/modprobe.d/blacklist.conf
blacklist radeon
blacklist nouveau
blacklist nvidia
blacklist nvidiafb
cat /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
I 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 > rom
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....