Skip to content
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

Sonoma reboot loop after install with missing "libSystem.8.dylib" #824

Open
kurbar opened this issue Sep 23, 2024 · 1 comment
Open

Sonoma reboot loop after install with missing "libSystem.8.dylib" #824

kurbar opened this issue Sep 23, 2024 · 1 comment

Comments

@kurbar
Copy link

kurbar commented Sep 23, 2024

Doing this all on an Ubuntu 24.04 server.

Steps

  1. Cloned this repo
  2. Built a base Sonoma image - docker build -t docker-osx:sonoma --build-arg SHORTNAME=sonoma --build-arg SIZE=30G .
  3. Build a VNC image from the created base image - 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 .
  4. started a container from said image - docker run -d -it --name osx-sonoma --device /dev/kvm --device /dev/snd -p 8888:5999 -p 50922:10022 --privileged docker-osx:sonoma-vnc
  5. Opened an SSH tunnel from local computer to proxy VNC port
  6. Successfully accessed Sonoma from VNC
  7. Created new APFS partition of larger QEMU disk
  8. Reinstalled Sonoma via Recovery
  9. Tried to boot from newly created and installed partition

image

Did the same steps with Ventura and that installation worked.

@MendesCorporation
Copy link

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants