Open imartemy1524 opened 6 months ago
Thanks for that, I updated the naked container with the new usb changes made here: https://github.com/sickcodes/Docker-OSX/commit/756a1c03b928989f7841f1276ce7bd70e8772834#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L200
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.img
from/var/lib/docker/overlay2/blablabla/diff/home/arch/OSX-KVM
to my work/shared/Images
folder, 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.img
fromhttps://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.