stuck after installing monterey #263

Open
opened 2025-12-29 00:22:04 +01:00 by adam · 5 comments
Owner

Originally created by @miroda on GitHub (Oct 27, 2021).

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

Originally created by @miroda on GitHub (Oct 27, 2021). ![screenshot-20211027-133613](https://user-images.githubusercontent.com/2841126/139007255-ababf219-0e3a-4b73-9d00-e948036b35e1.png) 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
Author
Owner

@bbeckkk commented on GitHub (Oct 29, 2021):

same issue here

@bbeckkk commented on GitHub (Oct 29, 2021): same issue here
Author
Owner

@sickcodes commented on GitHub (Oct 29, 2021):

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 \

@sickcodes commented on GitHub (Oct 29, 2021): 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 \`
Author
Owner

@bbeckkk commented on GitHub (Nov 3, 2021):

Is it working now?

@bbeckkk commented on GitHub (Nov 3, 2021): Is it working now?
Author
Owner

@miroda commented on GitHub (Nov 5, 2021):

not yet
image

@miroda commented on GitHub (Nov 5, 2021): not yet ![image](https://user-images.githubusercontent.com/2841126/140486530-dc656a80-74b2-4b78-b97e-06c2bedbf62e.png)
Author
Owner

@bsautner commented on GitHub (Nov 17, 2021):

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

@bsautner commented on GitHub (Nov 17, 2021): 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#263