Contribute
Register

<< Solved >> Click to shutdown but the power is not turned off

Status
Not open for further replies.
Joined
Jan 17, 2019
Messages
3
Motherboard
B460M
CPU
i9-10850k
Graphics
AMD 7750
Mac
  1. iMac
Mobile Phone
  1. Android
Hello, I am having a problem with shutdown. Click the shutdown button, the screen is closed, but the power is not turned off.

Below is my software or hardware information:

I have tried the following options, but they have not solved this problem.
  1. In the clover configuration file config.plist, turn on the Acpi/Fixed/FixShutdown option.
  2. With reference to this article, I upgrade the Intel Management Engine to use Intel ME 9.5 1.5MB Firmware v9.5.60.1952(For 8-series systems which run ME 1.5MB v9.5).
  3. Two DSDT patches are applied, Laptop-DSDT-Patch/system/system_Shutdown.txt and Laptop-DSDT-Patch/system/system_Shutdown2.txt respectively.

Added on January 24, 2022.
The problem was solved by consulting some expert. The solution is to add the following DSDT.

Code:
#Shutdown Fix
into method label _PTS code_regex (If\s*\(LEqual\s*\(Arg0,\s*0x05\)\)\s*\n\s*\{\s*\n)(?:[^\n\}]+\n)+(\s*\}) replace_matched begin
%1
            Store (Zero, SLPE)\n
            Sleep (0x10)\n
%2
end;
into definitionblock code_regex . code_regex_not OperationRegion\s*\(PMRS insert begin
OperationRegion (PMRS, SystemIO, 0x1830, One)\n
Field (PMRS, ByteAcc, NoLock, Preserve)\n
{\n
        ,   4, \n
    SLPE,   1\n
}
end;

Note: Add clover's efi drivers: EmuVariableUefi-64.efi, OsxAptioFixDrv-64.efi

Remove: OsxAptioFix2Drv-free2000.efi, OsxLowMemFixDrv-64.efi, OsxAptioFix2Drv-64.efi

You can try it, this is the notes I recorded 3 years ago, not quite sure anymore.

Good luck.:p
 
Last edited:
How it solved ? Same issue here with asus
 
Thought it was title solved.....Where's the answer then???
 
Thought it was title solved.....Where's the answer then???
Sorry for not updating this article.
You can read my additional notes above.
 
Last edited:
How it solved ? Same issue here with asus
Sorry for not updating this article.
You can read my additional notes above.
Not necessarily solve the problem of Asus notebooks, the model does not necessarily.
 
Status
Not open for further replies.
Back
Top