Jump to content
8 posts in this topic

Recommended Posts

hi guys.

 

i have installed osx with clover bootloader on laptop ( UEFI mode ) but i'm getting a warning about my cpu which says

 

 

25.153129: switchVap from 1 to 1 
ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out
WARNING: IOPlatformPluginUtil : getCPUIDInfo: this is an unknown CPU model 0x3a
  -- power management may be incomplete or unsupported
 
here is my config.plist file content 
 
<?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>DefaultBootVolume</key>
		<string>MacOSX</string>
		<key>LegacyBoot</key>
		<string>PBR</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>GraphicsInjector</key>
		<string>Yes</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>Yes</string>
		<key>DeviceProperties</key>
		<string>9d0000000100000002000000520000000100000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d0069006400000008000000030066013f0000000100000002010c00d041030a0000000001010600031c0101060002007fff0400160000006200750069006c0074002d0069006e0000000500000001</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>Yes</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>Yes</string>
		<key>EnableC4</key>
		<string>Yes</string>
		<key>EnableC2</key>
		<string>Yes</string>
		<key>EnableISS</key>
		<string>Yes</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>

even if i put SSDT.aml to EFI/ACPI/patched folder and try both of the value (true, false) of DropOemSSDT, the problem still exist.

 

i don't know what to do so any help will be appreciated.

 

thanks in advance.

 

Link to comment
Share on other sites

guys , i'm terribly sorry about my oversights

I hadn't even realised that i had the kext(NullCpuPowerManagement) in my /S/L/E.

i removed the kext and everything is good now 

 

here is my output

 

gurhans-MacBook-Air:~ guru$ sudo dmesg | grep AppleIntel
AppleIntelCPUPowerManagement: Turbo Ratios 0079
AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
AppleIntelCPUPowerManagementClient: ready
Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE0@1F,2/AppleIntelPchSeriesAHCI/CHN0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/ST750LM022 HN-M750MBB Media/IOGUIDPartitionScheme/Apple_HFS_Untitled_2@2
Link to comment
Share on other sites

 Share

×
×
  • Create New...