mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
No user inputs while running image in NAKED container. #583
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 @imartemy1524 on GitHub (May 3, 2024).
The problem
I'm trying to run mac on my arch linux. First of all, I tried installing it from scratch, and everything worked fine, and I've got pretty well working system. Command, that I used:
(I'm using docker with sudo, because without sudo it uses docker-desktop runtime, which isn't working.
Then I moved
mac_hdd_ng.imgfrom/var/lib/docker/overlay2/blablabla/diff/home/arch/OSX-KVMto my work/shared/Imagesfolder, and tried running naked images from there, using next command:I also tried running it without
GENERATE_UNIQUE,MASTER_PLIST_URL,-e RAM=8, on X11 (without wayland backends) but it all gave me next result: the cursor in login screen is flashing, but neither mouse (touchpad) nor keyboard are working (I also tried connecting USB keyboard/mouse, but got the same result).Then I tried using your official image
mac_hdd_ng_auto.imgfromhttps://images2.sick.codes/mac_hdd_ng_auto.img, but it gave me the same result: the system starts, some dialogs shows, but I'm not able to control it anyhow (neither on SSH).Sometimes (with your official image) the system reboots with next error message:
Screenshot
OS related issued, please help us identify the issue by posting the output of this
uname -a
; echo "${DISPLAY}"
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
; grep NAME /etc/os-release
; df -h .
; qemu-system-x86_64 --version
; libvirtd --version
; free -mh
; nproc
; egrep -c '(svm|vmx)' /proc/cpuinfo
; ls -lha /dev/kvm
; ls -lha /tmp/.X11-unix/
; ps aux | grep dockerd
; docker ps | grep osx
; grep "docker|kvm|virt" /etc/group
Seems similar to #666, but the solution there didn't worked.
@sickcodes commented on GitHub (May 6, 2024):
Thanks for that, I updated the naked container with the new usb changes made here:
756a1c03b9 (diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L200)