Skip to content

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

@kurbar

Description

@kurbar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions