Unable to boot system after installation (sonoma) #586

Open
opened 2025-12-29 01:22:37 +01:00 by adam · 1 comment
Owner

Originally created by @kovalexal on GitHub (May 11, 2024).

Hi, @sickcodes!

Thanks for such a great project!

I have successfully installed and run macOS BigSur on my system (Arch Linux), but after trying to install the latest Sonoma image, I can't boot into it.

I used the following command to run the installer:

docker run -it \
    --device /dev/kvm \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -p 50922:10022 \
    sickcodes/docker-osx:sonoma

After the installation, the system reboots several times and I am presented with the boot menu where I see the created disk with the system. When I select it, I get the following error and the system reboots. Do you have any idea why this happens and how I can fix it?

anydesk00007

Thanks in advance!

Originally created by @kovalexal on GitHub (May 11, 2024). Hi, @sickcodes! Thanks for such a great project! I have successfully installed and run macOS BigSur on my system (Arch Linux), but after trying to install the latest Sonoma image, I can't boot into it. I used the following command to run the installer: ```bash docker run -it \ --device /dev/kvm \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -p 50922:10022 \ sickcodes/docker-osx:sonoma ``` After the installation, the system reboots several times and I am presented with the boot menu where I see the created disk with the system. When I select it, I get the following error and the system reboots. Do you have any idea why this happens and how I can fix it? <img width="960" alt="anydesk00007" src="https://github.com/sickcodes/Docker-OSX/assets/1431206/5b2a4d12-408b-4710-9f9a-eac617af79f4"> Thanks in advance!
Author
Owner

@kovalexal commented on GitHub (May 12, 2024):

However, when I tried to run the installer as described in this PR #758

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e SMP=16 \
    -e CORES=16 \
    -e RAM=16 \
    -e CPU='Haswell-noTSX' \
    -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \
    sickcodes/docker-osx:sonoma

The installer finished successfully and I was able to boot it without an issue.

@kovalexal commented on GitHub (May 12, 2024): However, when I tried to run the installer as described in this PR #758 ```bash docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e SMP=16 \ -e CORES=16 \ -e RAM=16 \ -e CPU='Haswell-noTSX' \ -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \ sickcodes/docker-osx:sonoma ``` The installer finished successfully and I was able to boot it without an issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#586