-
Notifications
You must be signed in to change notification settings - Fork 9
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
Hibernation not working #40
Comments
panic(cpu 0 caller 0xffffff8019f946de): Sleep transition timed out after 180 seconds while entering darkwake on way to sleep. Suspected bundle: com.apple.iokit.IOGraphicsFamily. Thread 0x79. Backtracing specified thread Process name corresponding to current thread (0xffffff8b81b70b30): kernel_task Mac OS version: Kernel version: System uptime in nanoseconds: 2401726564406 |
It seems that the system was trying to handle a dark wake event while it was in the process of going to hibernate, and something got stuck in the graphics subsystem (IOGraphicsFamily). The system waited for 180 seconds for this transition to complete before giving up and panic'ing. I don't know how to fix this since I cannot re-create it. My suggetstion is to change hibernatemode to 0 and just use regular sleep. |
My laptop configuration is similar to yours, except that the CPU model is Intel i7-8565u and the RAM is 12G (8G+4G), I configured the BIOS and installed MacOS (Sonoma) according to your docs, generated the CPUFriendDataProvider.kext file and enabled the hibernation configuration, but the hibernation function does not work. I can't get back to the system properly after hibernation, I don't know what else could be the problem, could it be a memory problem?
The text was updated successfully, but these errors were encountered: