-
Notifications
You must be signed in to change notification settings - Fork 222
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]: MacOS Sonoma crashes on boot with more than 1 CPU #84
Comments
I have no clue why this happens. Only solution I can offer right now is to use an older version, like Ventura. |
I am also having this issue. |
Also happened on ventura |
Its not so useful to just hear "happens to me too", it would be better to include docker logfile like @jbramburek did. That way we can try to track down under which circumstances this happens. For example, do you all have an "AMD Ryzen 5 4600G" processor like @jbramburek or do you all have a weird clocksource (@jbramburek has |
|
@urfavteddybear So you get the same message:
? |
Exactly. It happens on Sequoia, Sonoma, Ventura, and Monterey. I haven't tried Big Sur yet, though it seems fine when running on 1 CPU. |
I created a new version now (v1.14) that will automaticly detect nested virtualization and restricts the container to a single core when the default of 2 was selected. To prevent this problem for new users. But ofcourse this doesnt solve the root problem, that macOS crashes when using nested virtualization on AMD in combination with multiple cores. However Im afraid I will not be able to solve it. Either it is a problem in macOS, or in OpenCore or in QEMU/KVM. Is there any good reason why you run this container with nested virtualization? I never expected anyone to do so. Because if you already have a way to run VM's there seems no need for a container that can run a VM? |
I am running this in a VM on my Proxmox server. I haven't really explored other options to get this os so far. |
Operating system
Ubuntu 24.04
Description
Running docker image 1.10 (see #83) with 1 CPU I can get Sonoma installed and it seems to work. Changing to 4 or 2 CPUs however makes the masOS crash on boot. After changing back to 1 CPU the system starts again. The bug report macOS generates is attached.
Docker compose
Docker log
docker compose logs
MasOS bug report
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: