-
-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: starting Ubuntu 22.04 on macOS (Sonoma) (x86) results in qemu crashing #1397
Comments
I'm seeing a similar problem starting various Linux distros with quickemu. It appears to be related to the combination of qemu args along with the CPU selection, since I was able to work around it with:
Of note, I can launch VM's using "-cpu max" with no problems when using minimal args, such as:
Repro trying to launch without the overridden cpu arg
This is then quickly followed by a crash:
quickreport system specs
|
Thanks @lingmann, I'll give this a try over the weekend, and will report back. |
Setting the CPU, as suggested by @lingmann, launches the VM. I am running into a few other issues, which would largely appear to be related to my particular setup, rather then anything else. Will try and get some time in and around work commitentments to try and figure out the problem |
Finally had the chance to test this all fully, even with a macos update to Sequoia in the meantime. I think that this ticket can be closed. My original issue was solved by @lingmann suggestion to include the CPU selection when starting. The other issues I was seeing were due to a conflict, most likely due to a lack of resources, with my work's local dev environment running (a mix of Docker, Lima and Qemu) at the same time. With my local dev environment not running quickemu using the CPU selection argument works absolutely fine. Thanks again for your help @lingmann. And thanks to @flexiondotorg for such an awesome utility! |
Well, it looks the Intel MacOS needs to have The flag The other, very minor, issue is that microphone input setting is not working as well. QEMU complains that "audio: Could not create a backend for voice `adc' ". In my case it's actually not required. |
I confirm this bug has not already been reported
Describe the bug
When starting Ubuntu 22.04 on an Intel Mac running macOS Sonoma (14.6), results in a macOS Problem Report noting that 'qemu-system-x86_64 quit unexpectedly'.
Clicking Reopen on the Problem Report window results in Qemu failing on the 'No bootable device' error.
To Reproduce
Steps to reproduce the behavior:
quickget ubuntu 22.04
quickemu
with arguments '--vm ubuntu-22.04.conf'Expected behavior
Qemu to startup using the dowloaded copy of Ubuntu 22.04.
Quickemu output
Run
quickemu
orquickemu
and include the output of the failure below:Quickemu output
System information
Run
quickreport
and include the output here; if you can't runquickreport
,please provide the output of the following:
Quickreport output
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
N/A.
The text was updated successfully, but these errors were encountered: