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.

Windows 11 VM unable to boot

Featured Replies

Solved by chis34

1 hour ago, SimonF said:

Not sure if this may help to add to syslinux video=efifb:off

how do you do this?

  • Community Expert
5 hours ago, Ravi Parmar said:

how do you do this?

Click on the flash drive in Main tab and add to the syslinux config.

 

image.thumb.png.8654dbeb2e666c6a78b02aca484400f9.png

  • Author

I tried this parameter however i cannot see the card on the peripherals list under Windows. 
 

i have to say i did not put the graphics ROM Bios as Vm option. Should i have to do this ? Do i need to delete the header as my graphic card is nvidia ?

  • Author

I have followed the tutorial advanced gpu techniques from spaceinvadersone. I have modified my xml file, updated the bios from nvidia deleting the header. Same result the graphic card is not visible under windows on peripherals list….

 

😭😭😭😭😭

Edited by chis34

  • Author

Any idea how to solve this problem ?

  • Author

Here are my settings.

 

1/  I boot on  Legacy

2/ I have corrected the XML file config of the VM setting multifunction='on'  and correct values for the graphic card and sound as well.

 <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
      </source>
      <rom file='/mnt/disk1/isos/vbios/gpu_vbios.rom'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/>
    </hostdev>

 

3/ I have put video=efifb:off on syslinux

4/  The graphic card is connected with a HDMI to a screen

5/ I have not installed the NVIDIA drivers on Unraid as it is supposed to be used only on containers (but not VMs). But i think this has nothing to do with thiis.

6/ I have passed the VBIOS of the GC as parameter

 

=> The problem is still there no graphic card detected on Windows (see screenshoot).

Capture d’écran 2022-10-21 191719.png

Capture d’écran 2022-10-21 191034.png

Edited by chis34

  • Community Expert
2 hours ago, chis34 said:

I boot on  Legacy

Have you tried UEFI?

  • Author

I was on UEFI and i didn’t succeed installating the VM at all, passing to Legacy allowed me to do so…

Edited by chis34

  • Author

SimonF i tried again to boot in UEFI and same result 😩

  • Author

I tried with or without  video=efifb:off and combinaison UEFI or Legacy same result…

  • Community Expert
10 hours ago, chis34 said:

I tried with or without  video=efifb:off and combinaison UEFI or Legacy same result…

Are you able to post a newer diagnostics

 

From the old one you have the nvidia drivers plugin which is not required if you passthru to a vm.

 

Are you using resizable BAR? maybe tried disabling in Bios?

Edited by SimonF

  • Author

No the resisable BAR is disabled on the BIOS.

 

Here is a new diagnotics. Acfually i'm on UEFI with video=efifb:off on syslinux.

tower-diagnostics-20221022-0940.zip

Edited by chis34

  • Author

No i didn’t i’m going to try it and let you Know…

  • Author

I tried creating a VM Windows 11 with i440. I stay stuck on the VM with this screen. Tried to type reset but unable to validate the action ... 

Capture d’écran 2022-10-22 112541.png

Capture d’écran 2022-10-22 113007.png

Edited by chis34

  • Author

Ok installation work in progress ...

  • Author

Installed Windows 11 i mean the first steps before rebooting then when it reboots it get stucked on the TinaCore screen ... cannot go further ...

 

I stop / restart VM same result ... sound i440 does not work well

 

The end fo the VM log :

-tpmdev emulator,id=tpm-tpm0,chardev=chrtpm \
-device '{"driver":"tpm-tis","tpmdev":"tpm-tpm0","id":"tpm0"}' \
-device '{"driver":"usb-tablet","id":"input0","bus":"usb.0","port":"1"}' \
-audiodev '{"id":"audio1","driver":"none"}' \
-vnc 0.0.0.0:0,websocket=5700,audiodev=audio1 \
-k fr \
-device '{"driver":"qxl-vga","id":"video0","max_outputs":1,"ram_size":67108864,"vram_size":67108864,"vram64_size_mb":0,"vgamem_mb":16,"bus":"pci.0","addr":"0x2"}' \
-device '{"driver":"virtio-balloon-pci","id":"balloon0","bus":"pci.0","addr":"0x6"}' \
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
-msg timestamp=on
char device redirected to /dev/pts/0 (label charserial0)
qxl_send_events: spice-server bug: guest stopped, ignoring

 

 

Capture d’écran 2022-10-22 121036.png

Edited by chis34

  • Author
  • Solution

It works. Thank you so much to everyone for your help.

 

Some informations :

i440 is working for me Q35 does not allow me to see the graphics card

- I had forgotten on the previous installation to install virtio-win-gt-x64 and  virtio-win-guest-tools => Do you think this could have made the difference between this installation and the previous one with Q35 ? 

Capture d’écran 2022-10-22 123621.png

Edited by chis34

  • Community Expert
2 hours ago, chis34 said:

It works. Thank you so much to everyone for your help.

 

Some informations :

i440 is working for me Q35 does not allow me to see the graphics card

- I had forgotten on the previous installation to install virtio-win-gt-x64 and  virtio-win-guest-tools => Do you think this could have made the difference between this installation and the previous one with Q35 ? 

Capture d’écran 2022-10-22 123621.png

Glad its working for you.

  • Author

As i' m stubborn i definitely gave Q35 a chance and it worked .... I don't understand why  ?? anyway both Q35 and I440 worked !!

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.