Contribute
Register

DSDT won' load on CLOVER Boot.

Status
Not open for further replies.
Joined
Jun 4, 2015
Messages
12
Motherboard
Asus Rampage gene II
CPU
Intel Xeon l5640
Graphics
GTX 1060
Mac
  1. iMac
Mobile Phone
  1. iOS
Heollo, like I said on title My CLOVER won't load my DSDT and SSDT files on boot up, what should I do? I have done patching them etc.
I used this http://www.insanelymac.com/forum/topic/305122-dsdtssdt-auto-patcher-for-lenovo-y510p-ideapad/ to patch my files and CLOVER f4 thing to extract my tables.

This is picture of my folders and where are the patched files ------ http://www.upload.ee/image/4770075/IMG_0024.JPG
What should I do?


Best wishes!
 
Heollo, like I said on title My CLOVER won't load my DSDT and SSDT files on boot up, what should I do? I have done patching them etc.
I used this http://www.insanelymac.com/forum/topic/305122-dsdtssdt-auto-patcher-for-lenovo-y510p-ideapad/ to patch my files and CLOVER f4 thing to extract my tables.

This is picture of my folders and where are the patched files ------ http://www.upload.ee/image/4770075/IMG_0024.JPG
What should I do?


Best wishes!

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
I did everything right. But no difference.
 
I did everything right. But no difference.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -R ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu

Also, post EFI/Clover folder.

---

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.
 
I think that my config.plist file is messed up..

This is my config.plist file ------ http://codeshare.io/zOICP

This is my structure of files -----http://www.upload.ee/image/4770075/IMG_0024.JPG

Maybe you can look what is wrong with config.plist.
I have successfully dropped tables from CLOVER with f4 method and patched my files with the tutorial I mentioned. I put my files into right folder so I think the problem should be config.plist file because nothing don't change after I place those files into right folder.
 
I think that my config.plist file is messed up..

This is my config.plist file ------ http://codeshare.io/zOICP

This is my structure of files -----http://www.upload.ee/image/4770075/IMG_0024.JPG

Maybe you can look what is wrong with config.plist.
I have successfully dropped tables from CLOVER with f4 method and patched my files with the tutorial I mentioned. I put my files into right folder so I think the problem should be config.plist file because nothing don't change after I place those files into right folder.

You need DropOem=true to provide patched SSDTs. Read the guide carefully.
 
I don't know if I am dumbest in the world but look. My DropOEM=true?

Code:
<key>DropOem</key>
			<true/>
 
I don't know if I am dumbest in the world but look. My DropOEM=true?

Code:
<key>DropOem</key>
			<true/>

When I checked the config.plist you provided in post #5, it was not true.
 
Can you look at this now? Is it right now? ------ http://codeshare.io/qK6bP

if these are my files --- DSDT.aml, SSDT.aml, SSDT-0.aml, SSDT-1.aml.
 
Status
Not open for further replies.
Back
Top