mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 23:23:30 +01:00
MACH REBOOT CPU ERROR: Memory panic on mac os monterey #286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.