Ventura installation is pending #531

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

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
image

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 ![image](https://github.com/sickcodes/Docker-OSX/assets/52661397/724291ef-7295-4509-a7b2-e6b8f48b8382)
Author
Owner

@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.
image
image

@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. ![image](https://github.com/sickcodes/Docker-OSX/assets/52661397/591aee8d-a63d-4756-8707-2b86034275f0) ![image](https://github.com/sickcodes/Docker-OSX/assets/52661397/25183b04-1e33-4cd5-8d7c-44fa61461fa2)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#531