sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
45.48k stars 2.41k forks source link

stuck after installing monterey #365

Open miroda opened 2 years ago

miroda commented 2 years ago

screenshot-20211027-133613

Hello, I am run Monterey on ubuntu linux system. It just stuck here after installing Monterey.

docker run -it \
    --device /dev/kvm \
    -p 8888:5999 \
    -p 50922:10022 \
        -e CPU_STRING=$(nproc) \
    -e RAM=8 \
        -e "USERNAME=user" \
        -e "PASSWORD=alpine" \
    docker-osx-vnc:latest
AppleUSBHostPort
termtnateDevice: destroying 0x0627/0001/0000 (QENU USB Keyboard): port is powering off

Here is my configuration: Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-89-generic x86_64) 8 Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz

bbeckkk commented 2 years ago

same issue here

sickcodes commented 2 years ago

System reboot resolves this for me, I am not sure why yet.

I am testing with upstream today, this may also work:

-e MASTER_PLIST_URL= https://raw.githubusercontent.com/sickcodes/osx-serial-generator/kvm-opencore-14/config-custom.plist \

bbeckkk commented 2 years ago

Is it working now?

miroda commented 2 years ago

not yet image

bsautner commented 2 years ago

I had the same problems but worked through them - i documented all of the steps i took to get to a Monterey desktop here: https://medium.com/@bsautner/using-sickcodes-docker-osx-on-arch-linux-simplified-8b617307232