Some of the menus in the "Nvidia control panel" missing & kvm hidden not working


Recommended Posts


I have a Windows 11 VM.I found some items in the Nvidia control panel were missing, and then I found this 

 

this post ask me to add in the templet

<kvm>
   <hidden state='on'/>
</kvm>

 


But after I added this section to my VM XML, the windows no longer start. When I start Windows, the screen is black, and after ~2 minutes, the VM stop. If I go to log, this is the error I see. 
 

2023-10-17T10:49:16.378630Z qemu-system-x86_64: terminating on signal 15 from pid 15235 (/usr/sbin/libvirtd)

 

 

Here is the VM XML I use after adding kvm hidden.

 <features>
    <acpi/>
    <apic/>
    <hyperv mode='custom'>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='other'/>
    </hyperv>
    <kvm>
       <hidden state='on'/>
    </kvm>
  </features>

 

 

 I also tried to add vbios to my GPU, but it is not working. I tested both my GTX 960 and RTX 2080TI, and the same thing for both cards. (Nvidia menu item missing; if add KVM hidden, then Windows does not start.)

 

Does any one have any clue what else I can try?

 

jeff-unraid-diagnostics-20231017-0350.zip

 

Edited by JeffSuperb
code format
Link to comment
  • 3 months later...

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.