April 16, 20251 yr Einen wunderschönen zusammen. Ich kann leider keine VMs mehr erstellen egal ob zB Home Assistant in a Box oder eine normale Win 10/11 Habe eigentlich immer ein anderes System für meine VMs benutzt und jetzt wo ich auf Unraid 7.1 gewechselt bin dachte ich mir ich ziehe alles auf Unraid, naja falsch gedacht ^^ Hab schon oft neu gestartet, den Stick neu gemacht, sogar einfach mal gewartet.... nichts Dateiinhalt von qemu #!/bin/bash DISABLE="no" source /boot/config/domain.cfg if [ $DISABLE == "yes" ] then printf '\n%s\n' "Start/autostart is disabled in VM settings." >&2 ## Send message to stderr. exit 1 ; fi eval exec /usr/bin/qemu-system-x86_64 $(/usr/local/emhttp/plugins/dynamix.vm.manager/scripts/qemu.php "$@") Alles was ich für VMs benötige ist eingeschaltet auch im Bios Ich mache es so wie ich schon immer VMs in Unraid nutze bzw getestet habe. Hat sich bei Version 7 etwas geändert? Hoffe man kann mir weiterhelfen denn alles was ich gefunden habe hilft mir nicht weiter weder im Unraid Forum noch andere Webseiten. Erstmal danke und beste Grüße
April 16, 20251 yr Solution 3 minutes ago, einfachMaze said: A beautiful one together. Unfortunately I can no longer create VMs, no matter if it is Home Assistant in a Box or a normal Win 10/11 I've always used a different system for my VMs and now that I've switched to Unraid 7.1 I thought I'd move everything to Unraid, well, I was wrong ^^ I have restarted many times, reinstalled the stick, even just waited... nothing File contents of qemu #!/bin/bash DISABLE="no" source /boot/config/domain.cfg if [ $DISABLE == "yes" ] then printf '\n%s\n' "Start/autostart is disabled in VM settings." >&2 ## Send message to stderr. exit 1 ; be eval exec /usr/bin/qemu-system-x86_64 $(/usr/local/emhttp/plugins/dynamix.vm.manager/scripts/qemu.php "$@") Everything I need for VMs is enabled, including in the BIOS I do it the way I have always used or tested VMs in Unraid. Has anything changed in version 7? I hope someone can help me because everything I have found doesn't help me, neither in the Unraid forum nor on other websites. First of all thank you and best regards Change to no.
April 16, 20251 yr Author 2 minutes ago, SimonF said: Change to no. Im so stupid. So simple. No words needed Thank you.
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.