mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Sonoma reboot loop after install with missing "libSystem.8.dylib" #617
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kurbar on GitHub (Sep 23, 2024).
Doing this all on an Ubuntu 24.04 server.
Steps
docker build -t docker-osx:sonoma --build-arg SHORTNAME=sonoma --build-arg SIZE=30G .docker build -t docker-osx:sonoma-vnc -f vnc-version/Dockerfile --build-arg SHORTNAME=sonoma --build-arg SIZE=30G --build-arg BASE_IMAGE=docker-osx:sonoma .docker run -d -it --name osx-sonoma --device /dev/kvm --device /dev/snd -p 8888:5999 -p 50922:10022 --privileged docker-osx:sonoma-vncDid the same steps with Ventura and that installation worked.
@MendesCorporation commented on GitHub (Sep 27, 2024):
same here
@HyperfocusArtisan commented on GitHub (Sep 30, 2024):
Having the same problem. Ventura works just fine, but Sonoma keeps rebooting
@kurbar commented on GitHub (Oct 2, 2024):
I think I got Sonoma working now by using the following run command:
After installing Sonoma via recovery it booted up and seems to work properly.
@wahaj4311 commented on GitHub (Nov 14, 2024):
How do you access vnc?
What's the pass i followed exactly as you do but unable to login maybe due to pass.
I tried complete install acc to official ended up with untitled disk and on same screen.
@binyamin555 commented on GitHub (Nov 30, 2024):
@wahaj4311
I was able to install both MacOS Ventura & MacOS Sonoma using these commands, and access them using VNC.
Do note that you'll need to change the external ports so that they will not collide (I'm using 5999 and 5998).
Not sure what port 50922 is for :/
MacOS Ventura (13)
MacOS Sonoma (14)
@nreith commented on GitHub (Dec 13, 2024):
Out of curiosity, why vnc?
@binyamin555 commented on GitHub (Dec 16, 2024):
What are the alternatives?