在 关于本机--更多信息--系统报告--软件--日志--内核日志里的错误为:
Kext com.apple.driver.AppleSMCPDRC - library kext com.apple.driver.IOPlatformPluginFamily not found.
Jun 28 21:26:46 localhost kernel[0]: Can't load kext com.apple.driver.AppleSMCPDRC - failed to resolve library dependencies.Jun 28 21:26:46 localhost kernel[0]: Kext com.apple.driver.AppleSMCPDRC failed to load (0xdc00800e).
Jun 28 21:26:46 localhost kernel[0]: Failed to load kext com.apple.driver.AppleSMCPDRC (error 0xdc00800e).
Jun 28 21:26:46 localhost kernel[0]: Kext com.apple.dri威批恩telHD3000Graphics - library kext com.apple.iokit.IOGraphicsFamily not found.
Jun 28 21:26:46 localhost kernel[0]: Can't load kext com.apple.dri威批恩telHD3000Graphics - failed to resolveCouldn't alloc class "AppleSMCPDRC"
Jun 28 21:26:46 localhost kernel[0]: library dependencies.
Jun 28 21:26:46 localhost kernel[0]: Kext com.apple.dri威批恩telHD3000Graphics failed to load (0xdc00800e).
解决方法:在/S/L/E里复制IOPlatformPluginFamily.kext出来。进入IOPlatformPluginFamily.kext/contents/plugins/AppleSMCPDRC.kext/contents/info.plist/中<key>IONameMatch</key>加入自己HD3000的ID,如我的HD3000的ID为80860116,那就在<key>IONameMatch</key>加入<string>pci8086,116</string>可以了。