Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGPU Code 43 #205

Open
Nightmare41241 opened this issue Oct 5, 2024 · 3 comments
Open

IGPU Code 43 #205

Nightmare41241 opened this issue Oct 5, 2024 · 3 comments

Comments

@Nightmare41241
Copy link

i am using a laptop with i7-1260P intel iris xe. i follow the instruction of sriov. when i install intel driver from intel web and restart, windows cannot use gpu and show code43. I am using pop os with 6.6 xanmod v3.

@Nightmare41241
Copy link
Author

ive tried the old ver of gpu driver and still code43

@pasbec
Copy link
Contributor

pasbec commented Oct 5, 2024

I have no idea about your virtualization setup / hypervisor but with kvm, there are a few things required. Make sure you have configured the following:

  • not using any other display -vga none -nographic
  • host CPU type -cpu host (other cpu flags might be necessary to get good performance, e.g. hv_passthough)
  • use q35 machine type -machine type=pc-q35-8.1 (or similar)
  • VF device like this -device vfio-pci,host=0000:00:02.1,id=hostpci0,bus=ich9-pcie-port-1,addr=0x0 (or similar)

In Proxmox make sure to use pcie and primary gpu options for the passthrough.

@haoyouab
Copy link

haoyouab commented Oct 11, 2024

I had the same issue. I tried so many combinations and finally managed to get my setup working. Here are the 2 things I did:

  1. add <vendor_id state='on' value='GenuineIntel'/> using virsh edit
  2. remove the line <feature policy='disable' name='hypervisor'/> from <cpu> section

It all works smoothly now and there's NO error code 43 on my windows guest.

My setup:
i7 14700K
Fedora 40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants