mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Unable to run macOS docker images after kernel upgrade to 5.18 #377
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 @jorainer on GitHub (Jun 28, 2022).
After updating from kernel 5.17 (5.17.9-arch1-1) to kernel 5.18 I'm unable to run macOS with the docker images. I've tried it with the Monterey image which runs nicely with the old kernel but gets stuck right after the boot screen (where it is possible to select either macOS Base System, UEFI Shell etc).
Does anyone else have similar problem? Any feedback welcome.
The output from the commands to get info on my system are below:
@sickcodes commented on GitHub (Jul 2, 2022):
Confirmed on 5.18.8
@sickcodes commented on GitHub (Jul 4, 2022):
Fixed on 5.18.9, may require
sudo modprobe msr cpuid@jorainer commented on GitHub (Aug 25, 2022):
For me it was still not working with >= 5.18.9 but using the solution from here or here worked.
Essentially, KVM was broken on my computer (11th generetion Intel CPU) and adding
ibt=offas kernel parameter solved it. Seems to be a thing specific to 11th gen Intels and kernel >= 5.18.