mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Problem with installing (just Monterey and Ventura ) on PC with intel cpu i5 9600k #435
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 @mikara89 on GitHub (Dec 5, 2022).
OS related issued, please help us identify the issue by posting the output of this
uname -a \
; echo "${DISPLAY}"
:0; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
1; grep NAME /etc/os-release \
; df -h . \
; qemu-system-x86_64 --version \
; libvirtd --version
libvirtd (libvirt) 6.0.0; free -mh
; nproc
6; egrep -c '(svm|vmx)' /proc/cpuinfo
12; ls -lha /dev/kvm
crw-rw-rw- 1 root root 10, 232 Dec 5 16:32 /dev/kvm; ls -lha /tmp/.X11-unix/ \
; ps aux | grep dockerd
*** 3545 0.0 0.0 8164 728 pts/3 S+ 17:46 0:00 grep --color=auto dockerd; docker ps | grep osx
4fe74057f224 sickcodes/docker-osx:ventura "/bin/bash -c 'sudo …" 21 minutes ago Up 2 minutes 0.0.0.0:5999->10022/tcp flamboyant_hawking; grep "docker|kvm|virt" /etc/group
Step 3 now is looping on boot forever
NOTE
On AMD laptop works fine (slow but works)
@foodornt commented on GitHub (May 29, 2025):
Did you solve it? Slirp: Failed to send packet, ret: -1 is where it's stuck at