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:
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?
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!
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
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?
Thanks in advance!
@kovalexal commented on GitHub (May 12, 2024):
However, when I tried to run the installer as described in this PR #758
The installer finished successfully and I was able to boot it without an issue.