MACH REBOOT CPU ERROR: Memory panic on mac os monterey #287

Open
opened 2025-12-29 00:23:13 +01:00 by adam · 13 comments
Owner

Originally created by @SamuelH98 on GitHub (Dec 4, 2021).

Linux samuel-rogzephyrusg15ga503qrga503qr 5.15.6-arch2-1 #1 SMP PREEMPT Thu, 02 Dec 2021 15:47:09 +0000 x86_64 GNU/Linux
:0.0

image

getting memory panic on monterey

Originally created by @SamuelH98 on GitHub (Dec 4, 2021). Linux samuel-rogzephyrusg15ga503qrga503qr 5.15.6-arch2-1 #1 SMP PREEMPT Thu, 02 Dec 2021 15:47:09 +0000 x86_64 GNU/Linux :0.0 ![image](https://user-images.githubusercontent.com/60676867/144723290-cdefa514-bd84-4a15-a6f6-d76c7d7821bb.png) getting memory panic on monterey
adam added the bug label 2025-12-29 00:23:13 +01:00
Author
Owner

@MikeCoder96 commented on GitHub (Dec 5, 2021):

Duplicate Here

@MikeCoder96 commented on GitHub (Dec 5, 2021): [Duplicate Here](https://github.com/sickcodes/Docker-OSX/issues/380)
Author
Owner

@sickcodes commented on GitHub (Dec 18, 2021):

Anyone getting CPU errors, these should fix the problem, if so, please let me know and Ill update the readme

# Catalina, Big Sur
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/d5f3ff3f81d13d696556b78024fbebde8e5b7281/config-custom.plist \

# Self PR for Monterey
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/811c14c4b43ba4d0b20a22480975a91e3e176d72/config-custom.plist' \

# Master
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
@sickcodes commented on GitHub (Dec 18, 2021): Anyone getting CPU errors, these should fix the problem, if so, please let me know and Ill update the readme ``` # Catalina, Big Sur -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/d5f3ff3f81d13d696556b78024fbebde8e5b7281/config-custom.plist \ # Self PR for Monterey -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/811c14c4b43ba4d0b20a22480975a91e3e176d72/config-custom.plist' \ # Master -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ ```
Author
Owner

@sickcodes commented on GitHub (Dec 20, 2021):

This should be fixed in all images, please reply if it has not

@sickcodes commented on GitHub (Dec 20, 2021): This should be fixed in all images, please reply if it has not
Author
Owner

@I-Want-ToBelieve commented on GitHub (Jan 11, 2022):

@sickcodes
Linux arch 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64 GNU/Linux

docker run -it \
          --device /dev/kvm \
          -p 50922:10022 \
          -v /tmp/.X11-unix:/tmp/.X11-unix \
          -e "DISPLAY=:0" \
          -e GENERATE_UNIQUE=true \
          -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/811c14c4b43ba4d0b20a22480975a91e3e176d72/config-custom.plist' \
          sickcodes/docker-osx:monterey

image

@I-Want-ToBelieve commented on GitHub (Jan 11, 2022): @sickcodes Linux arch 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64 GNU/Linux ```fish docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=:0" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/811c14c4b43ba4d0b20a22480975a91e3e176d72/config-custom.plist' \ sickcodes/docker-osx:monterey ``` ![image](https://user-images.githubusercontent.com/24669431/148921188-77253761-88f8-4dd3-aca3-8fb975265d4b.png)
Author
Owner

@JustJoostNL commented on GitHub (Apr 1, 2022):

I have the Mach reboot issue still on the Monterey one, I don't know if others work, can someone help me with this?

@JustJoostNL commented on GitHub (Apr 1, 2022): I have the Mach reboot issue still on the Monterey one, I don't know if others work, can someone help me with this?
Author
Owner

@sickcodes commented on GitHub (Apr 2, 2022):

It's usually due to incompatible CPU; or you haven't set up KVM correctly

@sickcodes commented on GitHub (Apr 2, 2022): It's usually due to incompatible CPU; or you haven't set up KVM correctly
Author
Owner

@2shrestha22 commented on GitHub (Jun 23, 2022):

Same error for me. Was working before, did all the setup and today I updated my ArchLinux now it does not start. Catalina works Monterey does not.

@2shrestha22 commented on GitHub (Jun 23, 2022): Same error for me. Was working before, did all the setup and today I updated my ArchLinux now it does not start. Catalina works Monterey does not.
Author
Owner

@sickcodes commented on GitHub (Jul 4, 2022):

Should be fixed today. 5.18.9

may required modprobe msr cpuid

@sickcodes commented on GitHub (Jul 4, 2022): Should be fixed today. 5.18.9 may required `modprobe msr cpuid`
Author
Owner

@2shrestha22 commented on GitHub (Jul 4, 2022):

Thank you.

@2shrestha22 commented on GitHub (Jul 4, 2022): Thank you.
Author
Owner

@imunique-ZJ commented on GitHub (Oct 16, 2022):

Still getting same error on Monterey but works on Catalina and Big-Sur.
OS: ubuntu 22.04.1 LTS
CPU: AMD 4800U

image

@imunique-ZJ commented on GitHub (Oct 16, 2022): Still getting same error on Monterey but works on Catalina and Big-Sur. OS: ubuntu 22.04.1 LTS CPU: AMD 4800U ![image](https://user-images.githubusercontent.com/4104660/196016062-185f24ce-58cb-4895-b82f-62203f6b0b11.png)
Author
Owner

@smurfxx commented on GitHub (Dec 17, 2022):

I get this error installing ventura on a Legion 5 with AMD Ryzen 7 4800H from Ubuntu 22.04.1 LTS and this command:
sudo docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" -e RAM=8 -e GENERATE_UNIQUE=true -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' sickcodes/docker-osx:ventura

@smurfxx commented on GitHub (Dec 17, 2022): I get this error installing ventura on a Legion 5 with AMD Ryzen 7 4800H from Ubuntu 22.04.1 LTS and this command: sudo docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" -e RAM=8 -e GENERATE_UNIQUE=true -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' sickcodes/docker-osx:ventura
Author
Owner

@rewhile commented on GitHub (Apr 19, 2024):

I was able to boot past MACH REBOOT using command from @asies23 on discord

Quote: This is the command I had to use to finally make it boot past the MACH Reboot Error

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 MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
    -e "RAM=8" \
    -e CPU='Haswell-noTSX,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on' \
    -e EXTRA="-smp 8,sockets=1,cores=4,threads=2" \
    sickcodes/docker-osx:ventura

# docker build -t docker-osx --build-arg SHORTNAME=ventura .
image
@rewhile commented on GitHub (Apr 19, 2024): I was able to boot past MACH REBOOT using command from @asies23 on discord Quote: This is the command I had to use to finally make it boot past the MACH Reboot Error ```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 MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ -e "RAM=8" \ -e CPU='Haswell-noTSX,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on' \ -e EXTRA="-smp 8,sockets=1,cores=4,threads=2" \ sickcodes/docker-osx:ventura # docker build -t docker-osx --build-arg SHORTNAME=ventura . ``` <img width="1280" alt="image" src="https://github.com/sickcodes/Docker-OSX/assets/56817415/1c82b924-5082-4df2-b1ab-88b2030101a2">
Author
Owner

@JAicewizard commented on GitHub (Jun 1, 2024):

See https://github.com/sickcodes/Docker-OSX/issues/380#issuecomment-2143425540, maybe also resolves this issue.

@JAicewizard commented on GitHub (Jun 1, 2024): See https://github.com/sickcodes/Docker-OSX/issues/380#issuecomment-2143425540, maybe also resolves this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#287