Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies


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

  • Author

Does any one has any clue?

I have the same problem

  • 3 months later...

This does work if you also change the 

<vendor_id state='on' value='other'/>

into 

<vendor_id state='on' value='randomid'/>

See this page for reference.

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.