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

getting memory panic on monterey
adam
added the bug label 2025-12-29 00:23:13 +01:00
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' \
```
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?
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.
Still getting same error on Monterey but works on Catalina and Big-Sur.
OS: ubuntu 22.04.1 LTS
CPU: AMD 4800U
@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

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
@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">
@JAicewizard commented on GitHub (Jun 1, 2024):
See https://github.com/sickcodes/Docker-OSX/issues/380#issuecomment-2143425540, maybe also resolves this issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
getting memory panic on monterey
@MikeCoder96 commented on GitHub (Dec 5, 2021):
Duplicate Here
@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
@sickcodes commented on GitHub (Dec 20, 2021):
This should be fixed in all images, please reply if it has not
@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
@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?
@sickcodes commented on GitHub (Apr 2, 2022):
It's usually due to incompatible CPU; or you haven't set up KVM correctly
@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.
@sickcodes commented on GitHub (Jul 4, 2022):
Should be fixed today. 5.18.9
may required
modprobe msr cpuid@2shrestha22 commented on GitHub (Jul 4, 2022):
Thank you.
@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
@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
@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
@JAicewizard commented on GitHub (Jun 1, 2024):
See https://github.com/sickcodes/Docker-OSX/issues/380#issuecomment-2143425540, maybe also resolves this issue.