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

Unable to boot system after installation (sonoma) #768

Open
kovalexal opened this issue May 11, 2024 · 1 comment
Open

Unable to boot system after installation (sonoma) #768

kovalexal opened this issue May 11, 2024 · 1 comment

Comments

@kovalexal
Copy link

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!

@kovalexal
Copy link
Author

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.

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

1 participant