Skip to content
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

Add Kernel panic on "Non-monotonic time: invoke at 0xxxxxxxxxxx, runnable...." troubleshooting step #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions troubleshooting/extended/kernel-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,3 +669,7 @@ And when switching kexts, ensure you don't have both FakeSMC and VirtualSMC enab
## Reboot on "AppleUSBHostPort::createDevice: failed to create device" on macOS 11.3+

This is due to [XhciPortLimit breaking with macOS 11.3 and newer](https://github.com/dortania/bugtracker/issues/162), to resolve this, you **must** disable XhciPortLimit under Kernel -> Quirks. Please ensure you've [mapped your USB ports correctly](https://dortania.github.io/OpenCore-Post-Install/usb/) before doing so.

## Kernel panic on "Non-monotonic time: invoke at 0xxxxxxxxxxx, runnable...."
This could happen if your CPU TSC is not in sync. To fix this you need to use [CpuTscSync.kext](https://github.com/acidanthera/CpuTscSync)
If after adding this kext you still get the same panic, you can try to add TSC_sync_margin=0 into your boot-args. See [CpuTscSync Monterey kernel panic on wake up #1900](https://github.com/acidanthera/bugtracker/issues/1900) for more details.