Contribute
Register

Kernel panic and reboot after wake from sleep

Status
Not open for further replies.
Joined
Jan 15, 2019
Messages
9
Motherboard
Thinkpad T580
CPU
i7-8550U
Graphics
UHD 620
Mac
  1. MacBook Pro
  2. Mac mini
Mobile Phone
  1. iOS
Need help on this issue, have researched multiple posts and tried different approaches, can’t figure out how to fix it. Thanks in advance for the help!

System
Motherboard: Thinkpad T580
CPU: i7-8550U
Graphics: Intel UHD 620
macOS: 10.13.6
Display: 1920 x 1080

BIOS Settings
1. Disabled VT-d
2. Enabled DEP (under memory protection execution prevention)
3. Disabled secure boot
4. Disabled legacy boot
5. Enabled CSM
6. Enabled boot from USB
7. No Fast Boot Option
8. No Data mode option
9. Intel SGX Disabled
10. TPM Disabled


Symptom
After wake from sleep, computer will reboot and the screen will immediately show “System was automatically rebooted after panic”.


Steps to reproduce
  1. Preferences -> Energy Saver -> Turn off display after 1 min
  2. Preferences -> Screen Saver -> Start after 1 min
  3. Let laptop idle
  4. Wait till screen saver starts
  5. Wait till screen dim and turned off
  6. Wait till the breathing light at power bottom to flash
  7. Press any key or power bottom to wake up the laptop
  8. Computer will reboot and show the symptom

What I’ve tried
#1 Tried these commands in terminal
Bash:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0

#2 Tried to choose “never hibernate” in config.plist
#3 sudo nvram -c
#4 Tweak "darkwake=no"
#5 Tweak "nv_disabled=1"

Kexts in /Library/Extensions
Screen Shot 2019-01-14 at 9.59.32 PM.png


End note
Learned a lot from this community, my laptop almost works perfectly except for this issue. Once again, thank you in advance for your help!
 

Attachments

  • CLOVER.zip
    5.5 MB · Views: 121
  • panic report.txt
    9 KB · Views: 152
Last edited:
Not a Desktop - Moved to Laptop Support.
 
Need help on this issue, have researched multiple posts and tried different approaches, can’t figure out how to fix it. Thanks in advance for the help!

System
Motherboard: Thinkpad T580
CPU: i7-8550U
Graphics: Intel UHD 620
macOS: 10.13.6
Display: 1920 x 1080

BIOS Settings
1. Disabled VT-d
2. Enabled DEP (under memory protection execution prevention)
3. Disabled secure boot
4. Disabled legacy boot
5. Enabled CSM
6. Enabled boot from USB
7. No Fast Boot Option
8. No Data mode option
9. Intel SGX Disabled
10. TPM Disabled


Symptom
After wake from sleep, computer will reboot and the screen will immediately show “System was automatically rebooted after panic”.


Steps to reproduce
  1. Preferences -> Energy Saver -> Turn off display after 1 min
  2. Preferences -> Screen Saver -> Start after 1 min
  3. Let laptop idle
  4. Wait till screen saver starts
  5. Wait till screen dim and turned off
  6. Wait till the breathing light at power bottom to flash
  7. Press any key or power bottom to wake up the laptop
  8. Computer will reboot and show the symptom

What I’ve tried
#1 Tried these commands in terminal
Bash:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0

#2 Tried to choose “never hibernate” in config.plist
#3 sudo nvram -c
#4 Tweak "darkwake=no"
#5 Tweak "nv_disabled=1"

Kexts in /Library/Extensions
View attachment 379358

End note
Learned a lot from this community, my laptop almost works perfectly except for this issue. Once again, thank you in advance for your help!
How to install kexts:
https://www.tonymacx86.com/threads/guide-installing-kexts-macos-sierra-high-sierra-mojave.268964/

then:

Use the tool here and upload your problem reporting files:
https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
 

Thanks for the tip, please review the attachment.

On another note initially I did use KextBeast to install those common kexts but I wasn't able to boot up, later I re-installed macOS and decided to only install VoodooPS2Controller fearing I may messed it up again.
 

Attachments

  • debug_12156.zip
    5.6 MB · Views: 154

Attachments

  • debug_13305.zip
    5.8 MB · Views: 154
Hi, I've installed everything following that guide. Still have kernel panic after sleep. New report attached.
you probably don't need a sortedorder with hotpatch
 
you probably don't need a sortedorder with hotpatch

I know it's at my config.plist
ACPI -> SortedOrder

What's your suggestion on changing it what should be the name of the "key"
 
I know it's at my config.plist
ACPI -> SortedOrder

What's your suggestion on changing it what should be the name of the "key"
just disable it for the time being, add an # before SortedOrder:
#SortedOrder
 
just disable it for the time being, add an # before SortedOrder:
#SortedOrder

Have commented it out. Still got kernel panic after sleep.
 

Attachments

  • debug_30170.zip
    5.8 MB · Views: 149
Status
Not open for further replies.
Back
Top