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).
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
@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 \
```
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 @meydominic on GitHub (Apr 30, 2021).
Hey,
in readme you are writing:
But if I launch for example the following container:
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
@sickcodes commented on GitHub (May 1, 2021):
Yeah that's wrong, I'll fix it.
Only
:autois a fully installed system@galek commented on GitHub (May 3, 2021):
Yep, is actually for me too
@sickcodes commented on GitHub (May 4, 2021):
https://github.com/sickcodes/Docker-OSX/commit/ee65907abe1acf696ba8ea51a5bd07b817516e1f?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
Fixed documentation
@sickcodes commented on GitHub (May 4, 2021):
Please add the following lines and you will be able to boot Big Sur!