-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Description
Doing this all on an Ubuntu 24.04 server.
Steps
- Cloned this repo
- Built a base Sonoma image -
docker build -t docker-osx:sonoma --build-arg SHORTNAME=sonoma --build-arg SIZE=30G . - 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 . - 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 - Opened an SSH tunnel from local computer to proxy VNC port
- Successfully accessed Sonoma from VNC
- Created new APFS partition of larger QEMU disk
- Reinstalled Sonoma via Recovery
- Tried to boot from newly created and installed partition
Did the same steps with Ventura and that installation worked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
