mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Stuck at disk install selection step #1
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 @paulsmith on GitHub (Jun 4, 2020).
The macOS installer starts up okay, but there is no option to install onto a disk that isn't locked.
Invoked with:
docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev:/dev -v /lib/modules:/lib/modules sickcodes/docker-osx
Machine info:
OS: Debian 10 buster
Kernel: x86_64 Linux 4.19.0-9-amd64
CPU: Intel Core i5-8400 @ 6x 4GHz [44.0°C]
GPU: Radeon RX 580 Series (POLARIS10, DRM 3.27.0, 4.19.0-9-amd64, LLVM 7.0.1)
@sickcodes commented on GitHub (Jun 4, 2020):
Have you tried these?
@paulsmith commented on GitHub (Jun 4, 2020):
That worked, ty.
@gameliee commented on GitHub (Jun 10, 2020):
thank @sickcodes for your great work.
I haven't try macos before. So what to do next after the installation?
@sintaxx commented on GitHub (Mar 12, 2021):
I was also wondering about this.... is it ok to erase these disks that show up in here? it wont affect my host will it? and it wont consume a 200+GB space will it? or does it work like a VM 'thin provision' disk ?
@tanmaster commented on GitHub (Mar 13, 2021):
I was wondering the same :-)
@sintaxx commented on GitHub (Mar 13, 2021):
Nope, I did it and it worked fine. It's just a qemu virtual disk. It's fine.
@sickcodes commented on GitHub (Mar 13, 2021):
Yeah you don't even have to partition it, just erase the biggest disk and quit the disk utility
@livefromph commented on GitHub (Dec 22, 2022):
Fixed it for me
@NesredinJemal commented on GitHub (Dec 22, 2022):
Thanks
@maietta commented on GitHub (Dec 22, 2022):
I got stuck here too, finally got the OS installed only to restart my container and everything gone. (Wish the docs were just a bit more clear about this)