mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #580] Problem with installing (just Monterey and Ventura ) on PC with intel cpu i5 9600k #435
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#435
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/580
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