Docker-OSX icon indicating copy to clipboard operation
Docker-OSX copied to clipboard

[Fix]: Ventura stuck when trying to update itself during the installation process

Open aditya-upadhye opened this issue 3 years ago • 3 comments

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 README and while formatting the largest size of Hard Disk available in the Disk Utility, choose Mac OS Extended (Journaled) as the Format [and not APFS].

aditya-upadhye avatar Nov 30 '22 18:11 aditya-upadhye

For me, just disconecting the internet solve the problem

eialanjones avatar Dec 06 '22 01:12 eialanjones

I have this issue too. I've tried both of these solutions, and neither works for me.

nigelterry avatar Dec 09 '22 23:12 nigelterry

For me, just disconecting the internet solve the problem

I was having the same issue, this worked like a charm -- thanks @eialanjones

omeraydindev avatar Dec 15 '22 15:12 omeraydindev

For me, just disconecting the internet solve the problem

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 avatar Feb 19 '23 19:02 rotdrop

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 README and while formatting the largest size of Hard Disk available in the Disk Utility, choose Mac OS Extended (Journaled) as the Format [and not APFS].

This worked for me, at least once ...

rotdrop avatar Feb 19 '23 19:02 rotdrop

For me, just disconecting the internet solve the problem

What do you mean by this? Bringing down the network interface of the host system? Is it possible to just disconnect the docker container?

For the record:

  • run docker ps, denote the container id
  • run docker network ls, note down the id of the bridge network
  • should you hit this error, disconnect the bridge network: docker network disconnect NETORK_ID CONTAINER_ID
  • reboot, using the running container, should be available from the "apple menu"
  • next time things should go through, without being stuck in the updater
  • afterwards it should be ok to reconnect the network

rotdrop avatar Feb 19 '23 20:02 rotdrop

Thanks @rotdrop, docker network disconnect NETORK_ID CONTAINER_ID worked 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.

XjSv avatar Mar 04 '23 02:03 XjSv

For me, just disconecting the internet solve the problem

What do you mean by this? Bringing down the network interface of the host system? Is it possible to just disconnect the docker container?

For the record:

  • run docker ps, denote the container id
  • run docker network ls, note down the id of the bridge network
  • should you hit this error, disconnect the bridge network: docker network disconnect NETORK_ID CONTAINER_ID
  • reboot, using the running container, should be available from the "apple menu"
  • next time things should go through, without being stuck in the updater
  • afterwards it should be ok to reconnect the network

when should I disconnect the network during the install process.

wugh avatar Mar 11 '23 03:03 wugh