Contribute
Register

[Guide] Native Power Management for Laptops

Assuming your EFI partition is mounted at /Volumes/EFI, copy that file to EFI partition, /EFI/Clover/ACPI/patched/SSDT.aml
Code:
cd ~cp ~/Library/ssdtPRgen/ssdt.aml /Volumes/EFI/EFI/Clover/ACPI/patched/SSDT.aml
i wanted to mount refi partition but there is no refi partitionthis is my partition table
Code:
diskutil list/dev/disk0 (internal, physical):   #:                       TYPE NAME                    SIZE       IDENTIFIER   0:     FDisk_partition_scheme                        *500.1 GB   disk0   1:               Windows_NTFS System Reserved         104.9 MB   disk0s1   2:               Windows_NTFS Windows                 172.0 GB   disk0s2   3:                  Apple_HFS OS X                    140.5 GB   disk0s3   4:               Windows_NTFS Data                    187.5 GB   disk0s4[/QUOTE]what to do now?
 
i wanted to mount refi partition but there is no refi partition
this is my partition table

diskutil list



#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *500.1 GB disk0
1: Windows_NTFS System Reserved 104.9 MB disk0s1
2: Windows_NTFS Windows 172.0 GB disk0s2
3: Apple_HFS OS X 140.5 GB disk0s3
4: Windows_NTFS Data 187.5 GB disk0s4

what to do now?

Start over.

Follow the guide: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html

The OS X installer does not support installing to MBR HDD.
 
you are right. normally it needs GUID.
but i have installed on MBR with replacing 2 files in my USB, following an instruction in insanelymac forum.

i just have an efi directory in my OS X drive in hdd.

can i use it instead of efi partition?

if there is no solution then i think i have to re partition my HDD as GUID :banghead:
 
you are right. normally it needs GUID.
but i have installed on MBR with replacing 2 files in my USB, following an instruction in insanelymac forum.

It is not supported here.

Please read the rules (you already agreed to them): http://www.tonymacx86.com/faq.php

"Any use, discussion, links to or mentions of a pre-built VM, t*****t, distribution, downloaded, copied, cloned, hacked or modified installer of the operating system will result in an instant ban and account deletion."

Advice remains the same: Start over.
 
Last edited by a moderator:
Hi RehabMan,

I managed to get the SSDT.aml generated from the beta branch. Could you please check if everything is working?
By the way, the command kextstat|grep -y appleintelcpu did not return anything.

Code:
[/COLOR]Last login: Tue Mar 22 00:17:49 on ttys000MacBook-Pro-Scrubber:~ scrubber$ kextstat|grep -y acpiplat
   13    2 0xffffff7f8289f000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 3BE4E926-E063-3BBD-BE05-F6F97358C7A4 <12 11 7 6 5 4 3 1>
MacBook-Pro-Scrubber:~ scrubber$ 


[COLOR=#000000]

Attached are the files.

 

Attachments

  • MacBook Pro — Scrubber.ioreg
    4.6 MB · Views: 114
  • CLOVER.zip
    5.2 MB · Views: 86
Hi RehabMan,

I managed to get the SSDT.aml generated from the beta branch. Could you please check if everything is working?

Not working. X86PlatformPlugin is not loaded. Problem is SSDT is injecting into wrong scope. DSDT shows Processor objects in Scope(_PR), which is typical. SSDT is injecting in Scope(_SB). Change all _SB to _PR in SSDT.aml.
 
Not working. X86PlatformPlugin is not loaded. Problem is SSDT is injecting into wrong scope. DSDT shows Processor objects in Scope(_PR), which is typical. SSDT is injecting in Scope(_SB). Change all _SB to _PR in SSDT.aml.
Thank you!
You helped me as always !!!!:)I have everything worked out, once again thank you very much!:thumbup:
 
I have followed the guide but I am not sure that PM is working, can you tell me if it is rehabman?

Code:
[FONT=Menlo]Last login: Tue Mar 22 06:31:02 on console[/FONT][FONT=Menlo]Stes-MacBook-Pro:~ stenel$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   13    2 0xffffff7f828d4000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) 3BE4E926-E063-3BBD-BE05-F6F97358C7A4 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]Stes-MacBook-Pro:~ stenel$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Stes-MacBook-Pro:~ stenel$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]Stes-MacBook-Pro:~ stenel$[/FONT]

View attachment RehabMan.zipView attachment CLOVER.zipView attachment MacBook Pro.ioreg
 
I have followed the guide but I am not sure that PM is working, can you tell me if it is rehabman?

Code:
[FONT=Menlo]Last login: Tue Mar 22 06:31:02 on console[/FONT][FONT=Menlo]Stes-MacBook-Pro:~ stenel$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   13    2 0xffffff7f828d4000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) 3BE4E926-E063-3BBD-BE05-F6F97358C7A4 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]Stes-MacBook-Pro:~ stenel$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Stes-MacBook-Pro:~ stenel$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]Stes-MacBook-Pro:~ stenel$[/FONT]

View attachment 181958View attachment 181959View attachment 181960

The ioreg shows PM working. But ACPI patching is not correct.

http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
Back
Top