Unable to run VM #1386
Unanswered
ABBailey1981
asked this question in
Quickemu
Replies: 1 comment
-
Yeah so basically I ran to that error too. You just have to find the directery where the .conf file is and edit it. Watch this he shows how to do those stuff here: https://www.youtube.com/watch?v=Qa6y_CiyAMA&t=609s |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying for a couple days to install and configure QuickEMU without success.
The initial quickget command works just fine but running the quickemu --vm [vmname].conf produced the following
quickemu --vm macos-sonoma.conf
Error: couldn't find RGB GLX visual or fbconfig
Quickemu 4.9.5 using /nix/store/iq2lnra6lg40lv2lryg4pa06ndk1saav-qemu-9.0.1/bin/qemu-system-x86_64 v9.0.1
Looks unused, booting from macos-sonoma/RecoveryImage.img
Required for macOS integration 👆
or : socat -,echo=0,icanon=0 unix-connect:macos-sonoma/macos-sonoma-monitor.socket
or : socat -,echo=0,icanon=0 unix-connect:macos-sonoma/macos-sonoma-serial.socket
ioctl(KVM_CREATE_VM) failed: 16 Device or resource busy
qemu-system-x86_64: failed to initialize kvm: Device or resource busy
The same happens with windows as well
quickemu --vm windows-11.conf
Error: couldn't find RGB GLX visual or fbconfig
~ ~
Quickemu 4.9.5 using /nix/store/iq2lnra6lg40lv2lryg4pa06ndk1saav-qemu-9.0.1/bin/qemu-system-x86_64 v9.0.1
Resolving to... /usr/share/edk2/ovmf/OVMF_CODE.fd
Just created, booting from windows-11/Win11_23H2_EnglishInternational_x64v2.iso
or : socat -,echo=0,icanon=0 unix-connect:windows-11/windows-11-monitor.socket
or : socat -,echo=0,icanon=0 unix-connect:windows-11/windows-11-serial.socket
ioctl(KVM_CREATE_VM) failed: 16 Device or resource busy
qemu-system-x86_64: failed to initialize kvm: Device or resource busy
Not sure how to proceed from here. Any advice or help will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions