Hello,
I'm trying to make pcie passtrough of MSI GT 710 to Windows 10 machine, for basic video encode/decode.
I've been following this tutorial: https://pve.proxmox.com/wiki/Pci_passthrough
And when I got to point "How to know if a Graphics Card is UEFI (OVMF) compatible"
I found out that GT 710 is not UEFI compatible.
My output:
Is that a reason Why I'm still getting 43 error? In windows?
My current configuration:
My setup: Ryzen 3600, Asrock B450 pro-f, 32GB of ECC Ram, MSI GT 710 1GB
Thank you for any suggestions and tips!
I'm trying to make pcie passtrough of MSI GT 710 to Windows 10 machine, for basic video encode/decode.
I've been following this tutorial: https://pve.proxmox.com/wiki/Pci_passthrough
And when I got to point "How to know if a Graphics Card is UEFI (OVMF) compatible"
I found out that GT 710 is not UEFI compatible.
My output:
Code:
root@SpeedyServer:~/rom-parser# ./rom-parser /tmp/image.rom
Valid ROM signature found @0h, PCIR offset 190h
PCIR: type 0 (x86 PC-AT), vendor: 10de, device: 128b, class: 030000
PCIR: revision 0, vendor revision: 1
Error, ran off the end
Is that a reason Why I'm still getting 43 error? In windows?
My current configuration:
Code:
bios: ovmf
bootdisk: scsi0
cores: 4
cpu: host,hidden=1,flags=+pcid
efidisk0: local-zfs:vm-102-disk-1,size=1M
hostpci0: 06:00,pcie=1,x-vga=1
ide2: none,media=cdrom
machine: q35
memory: 4096
name: WindowsPCIe
net0: virtio=42:37:B6:2F:14:B1,bridge=vmbr1,firewall=1
numa: 0
ostype: win10
sata0: local:iso/virtio-win-0.1.173.iso,media=cdrom,size=384670K
scsi0: local-zfs:vm-102-disk-0,cache=writeback,discard=on,size=45G
scsihw: virtio-scsi-pci
smbios1: uuid=49d884e8-1d8c-4832-9888-041c87035128
sockets: 1
vga: none
vmgenid: 1e0b065a-a40d-46c0-a6ca-d4a7a56fd456
args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off'
My setup: Ryzen 3600, Asrock B450 pro-f, 32GB of ECC Ram, MSI GT 710 1GB
Thank you for any suggestions and tips!