adaskar Posted December 27, 2013 Share Posted December 27, 2013 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 https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/ Share on other sites More sharing options...
artur_pt Posted December 27, 2013 Share Posted December 27, 2013 hello maybe wrong smbios ? good hack Link to comment https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1979505 Share on other sites More sharing options...
adaskar Posted December 28, 2013 Author Share Posted December 28, 2013 i tried lots of smbios configuration but none of them changed the warning Link to comment https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1979608 Share on other sites More sharing options...
pokenguyen Posted December 28, 2013 Share Posted December 28, 2013 What Clover version are you using? It's a bad config.plist for recent version of Clover. Use Clover Configurator to create one. Link to comment https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1979617 Share on other sites More sharing options...
adaskar Posted December 28, 2013 Author Share Posted December 28, 2013 Clover_v2_r1193 ok so, i will give it a shot Link to comment https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1979625 Share on other sites More sharing options...
adaskar Posted December 28, 2013 Author Share Posted December 28, 2013 but i didn't understand what makes this config.plist bad. or which setting i need to change ? Link to comment https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1979640 Share on other sites More sharing options...
adaskar Posted December 29, 2013 Author Share Posted December 29, 2013 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 https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1979912 Share on other sites More sharing options...
adaskar Posted December 30, 2013 Author Share Posted December 30, 2013 nope guys im still getting the same error like 9 or 10 lines after the message above. so my problem still exist i have prepared a new ssdt.aml file using ssdt generator but, this didn't solve my problem. Link to comment https://www.insanelymac.com/forum/topic/294873-asus-k56cm-unknown-cpu/#findComment-1980172 Share on other sites More sharing options...
Recommended Posts