mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Installation of OSX hangs #154
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 @pkos98 on GitHub (Mar 27, 2021).
After running the docker image, Erasing the Disk, Creating a new partition with <size>-1GB and clicking on "reinstall Mac-OS" the installation always hangs - on Catalina and Big Sur! On Catalina it always hangs at the "4 minutes remaining" mark.
@pkos98 commented on GitHub (Mar 27, 2021):
Here's an image from the installation log:
Total RAM used on my laptop was < 5GB
@sickcodes commented on GitHub (Mar 27, 2021):
This usually relates to IP address. Can you try with a VPN on?
@pkos98 commented on GitHub (Mar 28, 2021):
@sickcodes I tried it using my company's VPN and unfortunately it did not change anything.
@sickcodes commented on GitHub (Mar 28, 2021):
You can use an already made image
Can you show me the docker command you used to run the container?
Have you changed the location of /var/lib/docker?
How fast is your internet?
@pkos98 commented on GitHub (Mar 28, 2021):
Right now I am downloading the mac image with constant 12 MB/s, I pay for a 100MBit connection und usually don't have problems with it (latency/loss rate wise).
Sure, the command I used is:
I didn't change the location, and my
/etc/docker/daemon.jsononly contains this line:{ "storage-driver": "devicemapper" }.Many thanks for your help, btw!
@pkos98 commented on GitHub (Mar 28, 2021):
thank you @sickcodes, now it works!
Currently installing Xcode :).
@sickcodes commented on GitHub (Mar 28, 2021):
No problem! I'll try and get to the bottom of the error you had
@pkos98 commented on GitHub (Mar 28, 2021):
Happy to help where I can, so don't hesitate to reach out if you need some information.
Also, what's the admin user's password in the image you provided :D?
@sickcodes commented on GitHub (Mar 28, 2021):
alpine
To get root just do
sudo suPassword is alpine
And then change the password using
passwdYou may need to change /etc/ssh/sshd_config and allow root login
Change permit root login to yes I think
Restart sshd or reboot if you are unsure how to restart sshd