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.

Primary GPU for Windows 10 VM - Error Code 43

Featured Replies

Attempting to configure primary GPU (GTX1650 Super) into a windows 10 templated VM. I have so far:

 

Mapped the 4 inputs of the GPU via binding VFIO

Uploaded and edited the NVDIA header from the ROM file 

Edited the XML file to add the Multiformat command and iterated the 4 slots

 

I have tried multiple times to configure via advice given by these forums and YouTube via SpaceInvaders. 

 

Any support would be so greatly appreciated.

 

Windows 10.xml vfio-pci.cfg TU116.rom GTX1650 Super TU116 4.1.2022.rom

Solved by Luke Sutherland

Try this in your xml file:

 

<features>
    <acpi/>
    <apic/>
    <hyperv mode='custom'>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='1234567890ab'/>       <----  with Vendor ID set to 'none' you get error 43
    </hyperv>

    <kvm>
      <hidden state='on'/>     <--- set this for kvm, if you do not do it, you get error 43
    </kvm>

  </features>

  • Author
  • Solution

SOLVED - Found a forum post that solved the issue along with a few other tweaks - I followed the following:

 

Spaceinvaders tips on the editing the XML file to include the multifunction='on'

 

ran the script via console:

 

echo 0 > /sys/class/vtconsole/vtcon0/bind
echo 0 > /sys/class/vtconsole/vtcon1/bind
echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind

 

Allowed VFIO allow unsafe interrupts in Settings > VM Manager

 

Hope this helps!

 

 

 

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.