mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Stuck at installation progress #88
Reference in New Issue
Block a user
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 @wufan618223 on GitHub (Nov 20, 2020).
I have tried so many times, stuck at installation progress.

cpu:Intel(R) Core(TM) i7-7700 CPU @ 3.60GH
I can not find out why...
I do the following cmd:
1.docker build -t docker-osx-vnc .
2.docker run --device /dev/kvm --device /dev/snd -p 8888:5999 -p 50922:10022 -d --privileged docker-osx-vnc:latest
3.VNC connect
4.Boot the macOS Base System
5.Click Disk Utility
6.Erase the BIGGEST disk
7.Click Reinstall macOS
@weskerfoot commented on GitHub (Nov 24, 2020):
How much memory does your system have?
@wufan618223 commented on GitHub (Nov 24, 2020):
16G
@sickcodes commented on GitHub (Nov 24, 2020):
How much disk space do you have? I have tested the latest image, I will give it another test today.
Which disk did you select to install onto?
@wufan618223 commented on GitHub (Nov 25, 2020):
I have almost 100G disk space.
i install macos onto the biggest BIGGEST disk(around 200G)
@Tkd-Alex commented on GitHub (Nov 28, 2020):
I have the same issue, stuck on install progress... With 16 GB of Ram and 100+ GB free
@weskerfoot commented on GitHub (Nov 30, 2020):
If you haven't, I'd make sure you also have swap enabled. That made a huge difference for me. Like a 40 gig swap file.
@sickcodes commented on GitHub (Nov 30, 2020):
I have actually noticed installations can freeze if:
Internet drops out
VPN on/off
Try fiddling with your connection. I have been unable to install once or twice solely based on the IP I was using.
@sickcodes commented on GitHub (Dec 4, 2020):
@wufan618223 did you solve this? If so please let us know how and feel free to close the issue when it's solved :)
@sickcodes commented on GitHub (Mar 13, 2021):
Solved by adding :auto image
EDIT: real issue is networking to Apple servers and can occur randomly depending on your origin IP address
@bloem777 commented on GitHub (Oct 11, 2021):
Good day.
I am trying to install it on WSL2 but Getting this error on the console close to the end of the installation:
"qemu-system-x86_64: Slirp: Failed to send packet, ret: -1"
Any ideas?
@sickcodes commented on GitHub (Oct 15, 2021):
@bloem777 this is usually due to networking issues with the Docker bridge. Are you able to visit anything in the recovery Safari?