Unable to turn off hyper-v in vm


Recommended Posts

Hello,

 

Any help would be greatly appreciated as I feel like I'm going insane. I'm trying to turn off hyper-v in my windows 10 vm to stop my gpu having error code 43 based off of this guide. 

However any time I change Hyper-V to no instead of yes it automatically changes itself back to yes.

I feel like I'm missing something obvious here so any help would be greatly appreciated.

Here is my xml configuration: https://pastebin.com/SiYFf0kz

 

 

Link to comment
  • 1 month later...
  • 1 year later...

Had the same issue. Way around it for me was to go into a "XML View" and remove the entire "hyperv" element. Had no problems myself, but be sure to backup your original XML.

 

This is what I removed

    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='none'/>
    </hyperv>

 

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.