mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #623] Can't boot to macOS after installation. #465
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JCionx on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/623
Today I installed macOS using Docker-OSX on my laptop. It took around 8 hours to install. After the installation, I decided to shut down the VM. Then I launched Docker-OSX again, but it only showed up the recovery drive. How can I fix this?
@sdekna commented on GitHub (Feb 17, 2023):
did you happen to solve it? I'm stuck at the same point
@JCionx commented on GitHub (Feb 17, 2023):
I solved it. You need to run "docker ps", ans that will list all your containers. Then you find the id of the docker-osx. Then run "docker start -ai id"
@sdekna commented on GitHub (Feb 17, 2023):
many thanks !