mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[Fix]: Ventura stuck when trying to update itself during the installation process #428
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 @aditya-upadhye on GitHub (Nov 30, 2022).
When installing Ventura, the Software Update seems to be a part of the installation process and this attempt to Update gets the installation process stuck.
The fix for this bug is to Delete the Container, create a new container for Ventura using the commands given in
READMEand while formatting the largest size of Hard Disk available in the Disk Utility, chooseMac OS Extended (Journaled)as the Format [and not APFS].@eialanjones commented on GitHub (Dec 6, 2022):
For me, just disconecting the internet solve the problem
@nigelterry commented on GitHub (Dec 10, 2022):
I have this issue too. I've tried both of these solutions, and neither works for me.
@omeraydindev commented on GitHub (Dec 15, 2022):
I was having the same issue, this worked like a charm -- thanks @eialanjones
@rotdrop commented on GitHub (Feb 19, 2023):
What do you mean by this? Bringing down the network interface of the host system? Is it possible to just disconnect the docker container?
@rotdrop commented on GitHub (Feb 19, 2023):
This worked for me, at least once ...
@rotdrop commented on GitHub (Feb 19, 2023):
For the record:
docker ps, denote the container iddocker network ls, note down the id of the bridge networkdocker network disconnect NETORK_ID CONTAINER_ID@XjSv commented on GitHub (Mar 4, 2023):
Thanks @rotdrop,
docker network disconnect NETORK_ID CONTAINER_IDworked for me but I had to do it during the second half of the installation. If you do it before the installation starts, it fails with a 'can't contact recovery server' error.I also formatted the disk using
Mac OS Extended (Journaled)format, if that matters.@wugh commented on GitHub (Mar 11, 2023):
when should I disconnect the network during the install process.