mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 22:30:38 +01:00
Taking too long to install #52
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 @muneikh on GitHub (Jul 4, 2020).
It's taking a long time to install OS-X as seen in screenshot 9 hours and 27 minutes. I have created a 80GB partition for Ubuntu installation. When installing OS-X I created a new partition (minus 1 GB) as mentioned in the readme.
Base System: Ubuntu 20.04
Processor: Core i5 (10 Gen)
RAM: 8 GB
SSD: 256 SSD
Any ideas what I might be doing wrong?
@sickcodes commented on GitHub (Jul 4, 2020):
free -mhClose all other windows, especially browsers, and check the RAM and CPU usage.
Try adding swap memory if you haven't already.
@muneikh commented on GitHub (Jul 4, 2020):
While I assigned 4GB RAM and also closed the browsers etc. It still show 9 hours as installation time. Do you think this has to do with the below console log output?
free -mhcommand shows the following output.@seevik2580 commented on GitHub (Jul 5, 2020):
try to load /dev and /lib/modules to fix ALSA lib errors , also you can try to set environment NO_AT_BRIDGE to fix bus error.
sudo docker run -e RAM=4 -p 50922:10022 --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -e "NO_AT_BRIDGE=1" -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev:/dev -v /lib/modules:/lib/modules sickcodes/docker-osx:latestif still taking long time to install, how good is your internet connection ? because catalina is downloaded through installation live from apple servers.
@dibg commented on GitHub (Nov 9, 2020):
"because catalina is downloaded through installation live from apple servers." can we force it to use the installesdd.dmg perhaps after conversion into img ?
@sickcodes commented on GitHub (Mar 7, 2021):
Good suggestion. I will look into offline installers this week as relying on upstream URLs, particularly with the way downloads are throttled randomly; it is in my interests now.
@scorpion81 commented on GitHub (Jan 2, 2022):
See also a discussion about full installers I have started here: https://github.com/sickcodes/Docker-OSX/discussions/415