[GH-ISSUE #358] After first installtion Big sur is booting into Recovery again and again. Cant see Macos partition i have created erlier . #258

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

Originally created by @bazinga007 on GitHub (Oct 12, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/358

I followed everything, and was able to install macos big sur and was able to use it. But after shutting down i can't boot into mac again. It boots into recovery Everytime and if i select Macos base system it asks me to reinstall again. What i m doing wrong?
command i am using to run.
sudo docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e CPU_STRING=$(nproc) -e GENERATE_UNIQUE=true -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:big-sur

Originally created by @bazinga007 on GitHub (Oct 12, 2021). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/358 I followed everything, and was able to install macos big sur and was able to use it. But after shutting down i can't boot into mac again. It boots into recovery Everytime and if i select Macos base system it asks me to reinstall again. What i m doing wrong? command i am using to run. sudo docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e CPU_STRING=$(nproc) -e GENERATE_UNIQUE=true -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:big-sur
Author
Owner

@sickcodes commented on GitHub (Oct 18, 2021):

After running it once, use docker start -ai xxxxxxxx where xxxxxxx is your Docker container ID.

Inspect container IDs using docker ps -a

<!-- gh-comment-id:946121452 --> @sickcodes commented on GitHub (Oct 18, 2021): After running it once, use `docker start -ai xxxxxxxx` where `xxxxxxx` is your Docker container ID. Inspect container IDs using `docker ps -a`
Author
Owner

@bazinga007 commented on GitHub (Oct 18, 2021):

Thank u so much . It worked but with this starting command i m now able to go into mac big. But i can not pass -e RAM=8 or something to it. How and from where i should go to change ram and cpu cores?

<!-- gh-comment-id:946241461 --> @bazinga007 commented on GitHub (Oct 18, 2021): Thank u so much . It worked but with this starting command i m now able to go into mac big. But i can not pass -e RAM=8 or something to it. How and from where i should go to change ram and cpu cores?
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#258
No description provided.