Boot the macOS Base System (Press Enter)
Click Disk Utility
Erase the BIGGEST disk
Click Reinstall macOS
Originally created by @Tim-Cao on GitHub (Sep 10, 2023).
OS: Ubuntu 22.04
I ran the following command to install Ventura
```
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 MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
sickcodes/docker-osx:ventura
```
Boot the macOS Base System (Press Enter)
Click Disk Utility
Erase the BIGGEST disk
Click Reinstall macOS

@Tim-Cao commented on GitHub (Sep 10, 2023):
The similar installation from https://github.com/kholia/OSX-KVM in QEMU works but didn't work inside docker.


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 @Tim-Cao on GitHub (Sep 10, 2023).
OS: Ubuntu 22.04
I ran the following command to install Ventura
Boot the macOS Base System (Press Enter)

Click Disk Utility
Erase the BIGGEST disk
Click Reinstall macOS
@Tim-Cao commented on GitHub (Sep 10, 2023):
The similar installation from https://github.com/kholia/OSX-KVM in QEMU works but didn't work inside docker.

