Does it support macOS Big Sur 11.0.1 ? #92

Closed
opened 2025-12-28 23:24:02 +01:00 by adam · 13 comments
Owner

Originally created by @ghasemikasra39 on GitHub (Dec 9, 2020).

Originally created by @ghasemikasra39 on GitHub (Dec 9, 2020).
adam closed this issue 2025-12-28 23:24:02 +01:00
Author
Owner

@sickcodes commented on GitHub (Dec 14, 2020):

Not sure, you're welcome to test

@sickcodes commented on GitHub (Dec 14, 2020): Not sure, you're welcome to test
Author
Owner

@iambenmitchell commented on GitHub (Dec 23, 2020):

The software catalog used does not contain 11.x, need to update it.

@iambenmitchell commented on GitHub (Dec 23, 2020): The software catalog used does not contain 11.x, need to update it.
Author
Owner

@iambenmitchell commented on GitHub (Dec 23, 2020):

The software catalog used does not contain 11.x, need to update it.

Actually it contains 11.1 (so use that instead)

@iambenmitchell commented on GitHub (Dec 23, 2020): > The software catalog used does not contain 11.x, need to update it. Actually it contains 11.1 (so use that instead)
Author
Owner

@iambenmitchell commented on GitHub (Dec 23, 2020):

Something needs fixing, 11.0 shows up but DockerOSX cannot download it
image

@iambenmitchell commented on GitHub (Dec 23, 2020): Something needs fixing, `11.0` shows up but DockerOSX cannot download it <img width="1392" alt="image" src="https://user-images.githubusercontent.com/27426792/103017012-de019f00-453a-11eb-998d-e7418287da3e.png">
Author
Owner

@iambenmitchell commented on GitHub (Dec 23, 2020):

Just to confirm, the latest version of gibMacOS is able to download 11.1 however, in macOS big sur there is no longer the ability to download BaseSystem.dmg

It will now download installassistant.pkg instead. We need to convert this into a base system. I have no idea how to
image

@iambenmitchell commented on GitHub (Dec 23, 2020): Just to confirm, the latest version of `gibMacOS` is able to download `11.1` however, in macOS big sur there is no longer the ability to download `BaseSystem.dmg` It will now download `installassistant.pkg` instead. We need to convert this into a base system. I have no idea how to <img width="1392" alt="image" src="https://user-images.githubusercontent.com/27426792/103017347-62ecb880-453b-11eb-81aa-fb87121b7fa0.png">
Author
Owner

@sickcodes commented on GitHub (Dec 26, 2020):

Alright I'll update gibMacOS if it's there!

@sickcodes commented on GitHub (Dec 26, 2020): Alright I'll update gibMacOS if it's there!
Author
Owner

@eros-fabbri commented on GitHub (Feb 7, 2021):

What if we install MacOs Catalina and then update from there?

@eros-fabbri commented on GitHub (Feb 7, 2021): What if we install MacOs Catalina and then update from there?
Author
Owner

@iambenmitchell commented on GitHub (Feb 12, 2021):

What if we install MacOs Catalina and then update from there?

You could try this, however I know that during the beta this would brick your VM.

@iambenmitchell commented on GitHub (Feb 12, 2021): > What if we install MacOs Catalina and then update from there? You could try this, however I know that during the beta this would brick your VM.
Author
Owner

@sickcodes commented on GitHub (Feb 15, 2021):

I haven't actually tried Big Sur, I'll give it a go this week

@sickcodes commented on GitHub (Feb 15, 2021): I haven't actually tried Big Sur, I'll give it a go this week
Author
Owner

@sickcodes commented on GitHub (Feb 27, 2021):

Working on this now, confirming I am unable to download the BaseSystem.img for bigsur too.

@sickcodes commented on GitHub (Feb 27, 2021): Working on this now, confirming I am unable to download the BaseSystem.img for bigsur too.
Author
Owner

@sickcodes commented on GitHub (Feb 27, 2021):

Testing this (slow downloading) https://github.com/sickcodes/Docker-OSX/pull/158

@sickcodes commented on GitHub (Feb 27, 2021): Testing this (slow downloading) https://github.com/sickcodes/Docker-OSX/pull/158
Author
Owner

@sickcodes commented on GitHub (Feb 27, 2021):

Added in big sur to Docker-OSX with https://github.com/sickcodes/Docker-OSX/pull/158,

use --build-arg VERSION=11 but you have to build it yourself (at the moment).

Creating :big-sur currently

@sickcodes commented on GitHub (Feb 27, 2021): Added in big sur to Docker-OSX with https://github.com/sickcodes/Docker-OSX/pull/158, use `--build-arg VERSION=11` but you have to build it yourself (at the moment). Creating `:big-sur` currently
Author
Owner

@sickcodes commented on GitHub (Feb 27, 2021):

# big sur
docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    sickcodes/docker-osx:big-sur
@sickcodes commented on GitHub (Feb 27, 2021): ```bash # big sur docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ sickcodes/docker-osx:big-sur ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#92