Contribute
Register

[SOLVED] sleep=shutdown

Status
Not open for further replies.
further testing :

SSD#1
updated from Sierra 10.12.6 15G1510 to Mojave 11.14.0 18A391
-> sleep = shutdown


Reset NVRAM in Clover boot menu (Press F11)
result : no effect


checked the power management preferences in
Code:
/Library/Preferences
Code:
-rw-r--r--   1 root         wheel         108 Mar  4  2018 com.apple.PowerManagement.7402D403-3504-9205-E206-BE0700080009.plist
-rw-r--r--   1 root         wheel         393 Sep 26 17:43 com.apple.PowerManagement.7B17E968-ED2F-533A-BA4C-67A0205D0A91.plist
-rw-r--r--   1 root         wheel         273 Sep 25 23:26 com.apple.PowerManagement.plist
delete all the com.apple.PowerManagement.* files
reboot

macOS re-generated the com.apple.PowerManagement* files
Code:
-rw-r--r--   1 root         wheel          42 Sep 26 17:58 com.apple.PowerManagement.7B17E968-ED2F-533A-BA4C-67A0205D0A91.plist
-rw-r--r--   1 root         wheel         102 Sep 26 17:58 com.apple.PowerManagement.plist

result : sleep/wake function is working right now
Thanks for ur work, this way working for me, last time i think it happens because changing port of USB or something else but last macos, USB is native. thanks again.
 
I've this problem and solved it deleting and regenerating those powermanagment files.

This community is amazing.

Tks!
 
Hi guys,

I need some help here please.

I had the same symptoms (Moving from 10.13.6 to Mojave) with sleep= shutdown.

After following #6 sleep is initiated. After about 20 second delay the system wake with screen and requesting user password.

Please see my error report logs etc.

Tx
 

Attachments

  • debug_31595.zip
    1.9 MB · Views: 126
I'm having sleep = shutdown problem too.

After the 'shutdown', press any key will start the computer but it didn't go to the login screen, instead it trigger a complete Restart. When it reach to boot the macOS it showing the kernel panic screen (below). Restart again will boot normal.
Panic10.6.png


Tried:
  1. Delete all the com.apple.PowerManagement.* and
  2. Tweet the PM setting:
  • sudo pmset autopoweroff 0
  • sudo pmset powernap 0
  • sudo pmset standby 0
but still have the same problem, though Step 1 gets rid of the kernel panic screen. Any ideas? Thanks.
 
sudo pmset -g log | grep -i failure
This is what I got:
2018-10-19 14:38:08 +0800 Failure Darkwake Exit Failure during wake due to 0xCD49FC3000000032:
2018-10-19 18:41:37 +0800 Failure Drivers Failure panic during wake due to GFX0(),SAT0(AppleIntelPchSeriesAHCI),HDAS(),GLAN(IntelMausi):
2018-10-20 07:24:04 +0800 Failure Drivers Failure panic during wake due to GFX0(),SAT0(AppleIntelPchSeriesAHCI),HDAS():
2018-10-20 07:38:20 +0800 Failure Drivers Failure panic during wake due to GFX0(),SAT0(AppleIntelPchSeriesAHCI),HDAS():
2018-10-20 10:34:37 +0800 Failure Drivers Failure panic during wake due to GFX0(),SAT0(AppleIntelPchSeriesAHCI),HDAS():
2018-10-21 08:06:55 +0800 Failure Drivers Failure panic during wake due to GFX0(),SAT0(AppleIntelPchSeriesAHCI),HDAS():
2018-10-21 08:31:36 +0800 Failure Darkwake Exit Failure panic during wake due to 0xCD49FC3000000032:
2018-10-21 08:44:14 +0800 Failure Darkwake Exit Failure during wake due to 0xCD49FC3000000032:
2018-10-21 08:49:13 +0800 Failure Darkwake Exit Failure during wake due to 0xCD49FC3000000032:
2018-10-21 09:04:34 +0800 Failure Darkwake Exit Failure during wake due to 0xCD49FC3000000032:
2018-10-21 09:58:16 +0800 Failure Darkwake Exit Failure panic during wake due to 0xCD49FC3000000032:

Also attached the problem report. Thank you.
 

Attachments

  • debug_4603.zip
    3 MB · Views: 119
further testing :

SSD#1
updated from Sierra 10.12.6 15G1510 to Mojave 11.14.0 18A391
-> sleep = shutdown


Reset NVRAM in Clover boot menu (Press F11)
result : no effect


checked the power management preferences in
Code:
/Library/Preferences
Code:
-rw-r--r--   1 root         wheel         108 Mar  4  2018 com.apple.PowerManagement.7402D403-3504-9205-E206-BE0700080009.plist
-rw-r--r--   1 root         wheel         393 Sep 26 17:43 com.apple.PowerManagement.7B17E968-ED2F-533A-BA4C-67A0205D0A91.plist
-rw-r--r--   1 root         wheel         273 Sep 25 23:26 com.apple.PowerManagement.plist
delete all the com.apple.PowerManagement.* files
reboot

macOS re-generated the com.apple.PowerManagement* files
Code:
-rw-r--r--   1 root         wheel          42 Sep 26 17:58 com.apple.PowerManagement.7B17E968-ED2F-533A-BA4C-67A0205D0A91.plist
-rw-r--r--   1 root         wheel         102 Sep 26 17:58 com.apple.PowerManagement.plist

result : sleep/wake function is working right now

Worked also for me!
Thx!!!
 
I'm having sleep = shutdown problem too.

After the 'shutdown', press any key will start the computer but it didn't go to the login screen, instead it trigger a complete Restart. When it reach to boot the macOS it showing the kernel panic screen (below). Restart again will boot normal.
Panic10.6.png


Tried:
  1. Delete all the com.apple.PowerManagement.* and
  2. Tweet the PM setting:
  • sudo pmset autopoweroff 0
  • sudo pmset powernap 0
  • sudo pmset standby 0
but still have the same problem, though Step 1 gets rid of the kernel panic screen. Any ideas? Thanks.

Hi My case is similar to yours after I applied the solution from #6. Have you got it solved?

In fact, the funny part in my system is that in addition to the sleep=shutdown problem, I have never got a proper shutdown - the internal USB port for keyboard/mouse is always supplying power after I choose Shutdown in the apple menu. While the sleep=shutdown can turn everything off including the USB keyboard/mouse.

Another problem is that even I deleted the /var/vm/sleepimage file manually, it will be re-generated after system restart. I checked that the hibernatemode = 0.
 
Last edited:
further testing :

SSD#1
updated from Sierra 10.12.6 15G1510 to Mojave 11.14.0 18A391
-> sleep = shutdown


Reset NVRAM in Clover boot menu (Press F11)
result : no effect


checked the power management preferences in
Code:
/Library/Preferences
Code:
-rw-r--r--   1 root         wheel         108 Mar  4  2018 com.apple.PowerManagement.7402D403-3504-9205-E206-BE0700080009.plist
-rw-r--r--   1 root         wheel         393 Sep 26 17:43 com.apple.PowerManagement.7B17E968-ED2F-533A-BA4C-67A0205D0A91.plist
-rw-r--r--   1 root         wheel         273 Sep 25 23:26 com.apple.PowerManagement.plist
delete all the com.apple.PowerManagement.* files
reboot

macOS re-generated the com.apple.PowerManagement* files
Code:
-rw-r--r--   1 root         wheel          42 Sep 26 17:58 com.apple.PowerManagement.7B17E968-ED2F-533A-BA4C-67A0205D0A91.plist
-rw-r--r--   1 root         wheel         102 Sep 26 17:58 com.apple.PowerManagement.plist

result : sleep/wake function is working right now
Thanks solved the problem of reboot after wake from sleep
 
Status
Not open for further replies.
Back
Top