Failed to load Boot after installation #648

Open
opened 2025-12-29 01:24:11 +01:00 by adam · 3 comments
Owner

Originally created by @c1tt1 on GitHub (Mar 2, 2025).

I am running this on Windows WSL

Linux some-name 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
:0

1
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_CODENAME=noble
UBUNTU_CODENAME=noble
Filesystem      Size  Used Avail Use% Mounted on
/dev/sde       1007G   26G  930G   3% /
QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.6)
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 10.0.0
               total        used        free      shared  buff/cache   available
Mem:            30Gi       5.5Gi       262Mi        23Mi        25Gi        25Gi
Swap:          8.0Gi       254Mi       7.8Gi
16
16
crw-rw---- 1 root kvm 10, 232 Mar  2 01:32 /dev/kvm
total 4.0K
drwxrwxrwx  2 root root   60 Mar  1 12:09 .
drwxrwxrwt 15 root root 4.0K Mar  2 02:06 ..
srwxrwxrwx  1 some  some     0 Mar  1 12:09 X0
some       143518  0.0  0.0   4092  2008 pts/7    S+   02:17   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv dockerd
a48dda7f43d4   sickcodes/docker-osx:latest   "/bin/bash -c '! [[ …"   11 hours ago   Up 2 hours   0.0.0.0:50922->10022/tcp   jolly_mirzakhani
kvm:x:993:some
docker:x:1001:some
libvirt:x:110:some
libvirt-qemu:x:64055:libvirt-qemu
libvirt-dnsmasq:x:111:




Docker command:

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e CPU='Haswell-noTSX' \
    -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \
    -e SHORTNAME=sequoia \
    sickcodes/docker-osx:latest





Installing macOS works fine:

Image




But after installing the following is the output:

Image

Originally created by @c1tt1 on GitHub (Mar 2, 2025). I am running this on Windows WSL ```sh Linux some-name 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux :0 1 PRETTY_NAME="Ubuntu 24.04.1 LTS" NAME="Ubuntu" VERSION_CODENAME=noble UBUNTU_CODENAME=noble Filesystem Size Used Avail Use% Mounted on /dev/sde 1007G 26G 930G 3% / QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.6) Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers libvirtd (libvirt) 10.0.0 total used free shared buff/cache available Mem: 30Gi 5.5Gi 262Mi 23Mi 25Gi 25Gi Swap: 8.0Gi 254Mi 7.8Gi 16 16 crw-rw---- 1 root kvm 10, 232 Mar 2 01:32 /dev/kvm total 4.0K drwxrwxrwx 2 root root 60 Mar 1 12:09 . drwxrwxrwt 15 root root 4.0K Mar 2 02:06 .. srwxrwxrwx 1 some some 0 Mar 1 12:09 X0 some 143518 0.0 0.0 4092 2008 pts/7 S+ 02:17 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv dockerd a48dda7f43d4 sickcodes/docker-osx:latest "/bin/bash -c '! [[ …" 11 hours ago Up 2 hours 0.0.0.0:50922->10022/tcp jolly_mirzakhani kvm:x:993:some docker:x:1001:some libvirt:x:110:some libvirt-qemu:x:64055:libvirt-qemu libvirt-dnsmasq:x:111: ``` <br><br> **Docker command:** <br> ```sh docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e CPU='Haswell-noTSX' \ -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \ -e SHORTNAME=sequoia \ sickcodes/docker-osx:latest ``` <br><br><br> **Installing macOS works fine:** <br> ![Image](https://github.com/user-attachments/assets/d4d37698-a720-4527-ad7f-fd1172dc3b8f) <br><br> **But after installing the following is the output:** <br> ![Image](https://github.com/user-attachments/assets/783a33e1-be6b-4338-937b-9d8a7187ff3a)
Author
Owner

@dh0169 commented on GitHub (Mar 14, 2025):

Did you find a resolution? I'm attempting to run Ventura on WSL2 but after installing macOS, I'm in a boot loop.

@dh0169 commented on GitHub (Mar 14, 2025): Did you find a resolution? I'm attempting to run Ventura on WSL2 but after installing macOS, I'm in a boot loop.
Author
Owner

@gfnord commented on GitHub (Aug 21, 2025):

It doesn't boot after installation. Tried with sonoma version.

@gfnord commented on GitHub (Aug 21, 2025): It doesn't boot after installation. Tried with sonoma version.
Author
Owner

@pitanni commented on GitHub (Oct 19, 2025):

Did you find a resolution? I'm attempting to run Ventura on WSL2 but after installing macOS, I'm in a boot loop.

I'm in the same situation with Sonoma as well. Have you found a solution?

@pitanni commented on GitHub (Oct 19, 2025): > Did you find a resolution? I'm attempting to run Ventura on WSL2 but after installing macOS, I'm in a boot loop. I'm in the same situation with Sonoma as well. Have you found a solution?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#648