Skip to content

Failed to load Boot after installation #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
c1tt1 opened this issue Mar 2, 2025 · 1 comment
Open

Failed to load Boot after installation #869

c1tt1 opened this issue Mar 2, 2025 · 1 comment

Comments

@c1tt1
Copy link

c1tt1 commented 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

@dh0169
Copy link

dh0169 commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants