Code 43 when passing through to Win 10 VM


Recommended Posts

Ok im back with revenge from my last post and I searched YT and I followed a few guides from here and from other sources. Ive tried doing the multifunction='on' trick you do in the XML view, ive tried dumping my own VBIOS, Ive tried putting in the "vifo-pci.ids=" text into the Syslinux configuration. That doesnt work either. At this point im completely frustrated with this. If there is any more information I need to provide like logs and other things of the sort I will provide them if need be if someone can help me out with this. I just want to get a remote gaming setup working lol. Im using a ASUS ROG Strix 1070 if thats of any use. 

I know lots of people complain about this error every day here but im at my last straw and if anyone can help that would be greatly appreciated. 

Link to comment

Hide the hypervisor, try:

<features>
   <hyperv>
      <vendor_id state='on' value='1234567890ab'/>
   </hyperv>
   <kvm>
      <hidden state='on'/>
   </kvm>
</features>

 

For qemu >=4.0 add also ioapic driver='kvm'

<features>
   <hyperv>
      <vendor_id state='on' value='1234567890ab'/>
   </hyperv>
   <kvm>
      <hidden state='on'/>
   </kvm>
   <ioapic driver='kvm'/>
</features>

 

 

Edited by ghost82
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.