Jump to content

Lost SpeedStep after upgrading bootloader to Clover !


3 posts in this topic

Recommended Posts

Hi people :)

 

 

Im a bit lost, i finaly get working my UEFI install of Clover ! But i lost speedsteeping ..

I previously had chameleon with iMac 12.1 set as model and everythings worked fine

 

But now with the same boot config steepstep won't work, i'm stuck with @16x

 

Here is my different config.plist

 

Clover :

 

 

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SystemParameters</key>
<dict>
<key>boot-args</key>
<string>npci=0x2000 slide=0</string>
<key>prev-lang:kbd</key>
<string>en:0</string>
<key>InjectSystemID</key>
<string>Yes</string>
<key>LegacyBoot</key>
<string>PBR</string>
</dict>
<key>Graphics</key>
<dict>
<key>GraphicsInjector</key>
<string>No</string>
<key>PatchVBios</key>
<string>Yes</string>
</dict>
<key>Pointer</key>
<dict>
<key>Speed</key>
<string>8</string>
<key>DoubleClickTime</key>
<string>500</string>
</dict>
<key>RtVariables</key>
<dict>
<key>MLB</key>
<string>11111111111111111</string>
</dict>
<key>PCI</key>
<dict>
<key>PCIRootUID</key>
<string>0</string>
<key>StringInjector</key>
<string>No</string>
<key>DeviceProperties</key>
<string></string>
<key>USBInjection</key>
<string>Yes</string>
<key>USBFixOwnership</key>
<string>Yes</string>
<key>InjectClockID</key>
<string>Yes</string>
<key>LpcTune</key>
<string>No</string>
<key>HDAInjection</key>
<string>No</string>
</dict>
<key>ACPI</key>
<dict>
<key>DropOemSSDT</key>
<string>No</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>PLimitDict</key>
<string>0</string>
<key>UnderVoltStep</key>
<string>0</string>
<key>DoubleFirstState</key>
<string>No</string>
<key>EnableC6</key>
<string>No</string>
<key>EnableC4</key>
<string>No</string>
<key>EnableC2</key>
<string>No</string>
<key>EnableISS</key>
<string>No</string>
<key>smartUPS</key>
<string>No</string>
<key>PatchAPIC</key>
<string>No</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>Debug</key>
<string>No</string>
<key>KernelCpu</key>
<string>No</string>
<key>AsusAICPUPM</key>
<string>No</string>
<key>AppleRTC</key>
<string>No</string>
</dict>
</dict>
</plist>

 

 

 

 

 

Chameleon :

 

 

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DropSSDT</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>ForceHPET</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>npci=0x2000</string>
<key>KeyLayout</key>
<string>pc-fr</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>3</string>
</dict>
</plist>

 

 

 

Need some help :/

Link to comment
Share on other sites

0- Post Clover's boot.log

1- Delete all your ACPI strings except for Generate C&P States.

2- In Chameleon you drop the OEM SSDT (DropSSDT=Yes) but not with Clover (DropOEMSSDT=No) Do you inject a custom SSDT table?

  • Like 1
Link to comment
Share on other sites

2- In Chameleon you drop the OEM SSDT (DropSSDT=Yes) but not with Clover (DropOEMSSDT=No) Do you inject a custom SSDT table?

 

Ohhh thanks !!! i forgot to set it as "Yes" !

 

Thanks :D it works now ! :)

Link to comment
Share on other sites

 Share

×
×
  • Create New...