[GH-ISSUE #266] sickcodes/docker-osx:big-sur does not start directly into OSX #183

Open
opened 2026-02-27 22:08:23 +03:00 by kerem · 4 comments
Owner

Originally created by @meydominic on GitHub (Apr 30, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/266

Hey,
in readme you are writing:

The images (excluding :naked) launch a container with an existing installation with a couple of premade configurations:

But if I launch for example the following container:

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

It launches into recovery and wants to (re)install OSX. Should it not start directly into OSX?

Did I do something wrong? Or did I missunderstand something?

I can provide logs and screenshots if necessary.

Thanks and best regards,
Dominic

Originally created by @meydominic on GitHub (Apr 30, 2021). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/266 Hey, in readme you are writing: ``` The images (excluding :naked) launch a container with an existing installation with a couple of premade configurations: ``` But if I launch for example the following container: ``` docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ sickcodes/docker-osx:big-sur ``` It launches into recovery and wants to (re)install OSX. Should it not start directly into OSX? Did I do something wrong? Or did I missunderstand something? I can provide logs and screenshots if necessary. Thanks and best regards, Dominic
Author
Owner

@sickcodes commented on GitHub (May 1, 2021):

Yeah that's wrong, I'll fix it.

Only :auto is a fully installed system

<!-- gh-comment-id:830562926 --> @sickcodes commented on GitHub (May 1, 2021): Yeah that's wrong, I'll fix it. Only `:auto` is a fully installed system
Author
Owner

@galek commented on GitHub (May 3, 2021):

Yep, is actually for me too

<!-- gh-comment-id:830978490 --> @galek commented on GitHub (May 3, 2021): Yep, is actually for me too
Author
Owner

@sickcodes commented on GitHub (May 4, 2021):

github.com/sickcodes/Docker-OSX@ee65907abe (diff-b335630551)

Fixed documentation

<!-- gh-comment-id:831679344 --> @sickcodes commented on GitHub (May 4, 2021): https://github.com/sickcodes/Docker-OSX/commit/ee65907abe1acf696ba8ea51a5bd07b817516e1f?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 Fixed documentation
Author
Owner

@sickcodes commented on GitHub (May 4, 2021):

Please add the following lines and you will be able to boot Big Sur!

    -e GENERATE_UNIQUE=true \
    -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \
<!-- gh-comment-id:831814638 --> @sickcodes commented on GitHub (May 4, 2021): Please add the following lines and you will be able to boot Big Sur! ``` -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \ ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#183
No description provided.