Problem with installing (just Monterey and Ventura ) on PC with intel cpu i5 9600k #435

Open
opened 2025-12-29 01:18:57 +01:00 by adam · 1 comment
Owner

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 \

Linux ***-PC 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

; echo "${DISPLAY}"
:0
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
1
; grep NAME /etc/os-release \

NAME="Ubuntu"
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

; df -h . \

Filesystem      Size  Used Avail Use% Mounted on
drvfs           232G  204G   29G  88% /mnt/c
drvfs           448G  263G  185G  59% /mnt/d => docker-data

; qemu-system-x86_64 --version \

Command 'qemu-system-x86_64' not found, but can be installed with:

sudo apt install qemu-system-x86      # version 1:4.2-3ubuntu6, or
sudo apt install qemu-system-x86-xen  # version 1:4.2-3ubuntu6

kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used

; 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/ \

total 0
drwxrwxrwx 2 root     root   60 Dec  5 17:31 .
drwxrwxrwt 6 root     root  260 Dec  5 17:31 ..
srwxrwxrwx 1 *** users   0 Dec  5 17:31 X0

; 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

kvm:x:108:
docker:x:1001:***
Processor	Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz   3.70 GHz
Installed RAM	16.0 GB (15.8 GB usable)

Edition	Windows 11 Pro
Version	21H2
Installed on	‎7/‎29/‎2022
OS build	22000.1219
Experience	Windows Feature Experience Pack 1000.22000.1219.0
  • Step 0 running image is successful
docker run -it \
    --device /dev/kvm \
    -p 5999:10022\
    -e RAM=8 \
    -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
    -e CPU='host,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on' \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
    sickcodes/docker-osx:ventura
  • Step 1 Erasing HD is successful
  • Step 2 Installing fails on clicking Continue
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM default
alsa: Could not initialize ADC
alsa: Failed to open `default':
alsa: Reason: No such file or directory
audio: Failed to create voice `adc'
qemu: Slirp: Failed to send packet, ret: -1
qemu: Slirp: Failed to send packet, ret: -1
  • Step 3 now is looping on boot forever

  • NOTE
    On AMD laptop works fine (slow but works)

Device name	DESKTOP-DJHHIQ2
Processor	AMD Ryzen 7 5800U with Radeon Graphics            1.90 GHz
Installed RAM	16.0 GB (13.9 GB usable)

Edition	Windows 11 Home Single Language
Version	21H2
Installed on	‎7/‎23/‎2022
OS build	22000.1219
Serial number	PF30WH63
Experience	Windows Feature Experience Pack 1000.22000.1219.0
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 \ ``` Linux ***-PC 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` ; echo "${DISPLAY}" \ `:0` ; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \ `1` ; grep NAME /etc/os-release \ ``` NAME="Ubuntu" PRETTY_NAME="Ubuntu 20.04 LTS" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ``` ; df -h . \ ``` Filesystem Size Used Avail Use% Mounted on drvfs 232G 204G 29G 88% /mnt/c drvfs 448G 263G 185G 59% /mnt/d => docker-data ``` ; qemu-system-x86_64 --version \ ``` Command 'qemu-system-x86_64' not found, but can be installed with: sudo apt install qemu-system-x86 # version 1:4.2-3ubuntu6, or sudo apt install qemu-system-x86-xen # version 1:4.2-3ubuntu6 kvm-ok INFO: /dev/kvm exists KVM acceleration can be used ``` ; 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/ \ ``` total 0 drwxrwxrwx 2 root root 60 Dec 5 17:31 . drwxrwxrwt 6 root root 260 Dec 5 17:31 .. srwxrwxrwx 1 *** users 0 Dec 5 17:31 X0 ``` ; 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 ``` kvm:x:108: docker:x:1001:*** ``` ``` Processor Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz 3.70 GHz Installed RAM 16.0 GB (15.8 GB usable) Edition Windows 11 Pro Version 21H2 Installed on ‎7/‎29/‎2022 OS build 22000.1219 Experience Windows Feature Experience Pack 1000.22000.1219.0 ``` - Step 0 running image is successful ``` docker run -it \ --device /dev/kvm \ -p 5999:10022\ -e RAM=8 \ -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \ -e CPU='host,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on' \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ sickcodes/docker-osx:ventura ``` - Step 1 Erasing HD is successful - Step 2 Installing fails on clicking Continue ``` ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM default alsa: Could not initialize ADC alsa: Failed to open `default': alsa: Reason: No such file or directory audio: Failed to create voice `adc' qemu: Slirp: Failed to send packet, ret: -1 qemu: Slirp: Failed to send packet, ret: -1 ``` - Step 3 now is looping on boot forever - NOTE On AMD laptop works fine (slow but works) ``` Device name DESKTOP-DJHHIQ2 Processor AMD Ryzen 7 5800U with Radeon Graphics 1.90 GHz Installed RAM 16.0 GB (13.9 GB usable) Edition Windows 11 Home Single Language Version 21H2 Installed on ‎7/‎23/‎2022 OS build 22000.1219 Serial number PF30WH63 Experience Windows Feature Experience Pack 1000.22000.1219.0 ```
Author
Owner

@foodornt commented on GitHub (May 29, 2025):

Did you solve it? Slirp: Failed to send packet, ret: -1 is where it's stuck at

@foodornt commented on GitHub (May 29, 2025): Did you solve it? Slirp: Failed to send packet, ret: -1 is where it's stuck at
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#435