矫若游龙 发表于 2015-2-10 00:33

安装懒人版Yosemite出现com.apple.driver.x86platformplugin报错

使用镜像:Yosemite Install(14C109) 6.06GB的懒人版镜像
Clover版本:3156
FakeSMC版本:6.9.1315






下图是详细配置:
       http://cdn.pcbeta.attachment.inimc.com/data/attachment/forum/201502/08/015544n9tj04alqa9effp0.jpg.thumb.jpg 2015-2-8 01:55 上传
下载附件 (92.64 KB)




引导分区中 “EFI\CLOVER\kexts\10.10”只有FakeSMC.kext和NullCPUPowerManagement.kext

config.plist:
<?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>Boot</key>
        <dict>
                <key>Arguments</key>
                <string>npci=0x2000 kext-dev-mode=1</string>
                <key>DefaultVolume</key>
                <string>MacHDD</string>
                <key>Fast</key>
                <false/>
                <key>Legacy</key>
                <string>PBR</string>
                <key>Log</key>
                <false/>
                <key>Timeout</key>
                <integer>5</integer>
                <key>XMPDetection</key>
                <string>-1</string>
        </dict>
        <key>Devices</key>
        <dict>
                <key>Audio</key>
                <dict>
                        <key>Inject</key>
                        <string>No</string>
                </dict>
                <key>Inject</key>
                <false/>
                <key>USB</key>
                <dict>
                        <key>AddClockID</key>
                        <true/>
                        <key>FixOwnership</key>
                        <true/>
                        <key>Inject</key>
                        <true/>
                </dict>
        </dict>
        <key>DisableDrivers</key>
        <array>
                <string>Nothing</string>
        </array>
        <key>GUI</key>
        <dict>
                <key>Hide</key>
                <array>
                        <string>Windows</string>
                        <string>BOOTX64.EFI</string>
                </array>
                <key>Language</key>
                <string>en:0</string>
                <key>Mouse</key>
                <dict>
                        <key>Enabled</key>
                        <true/>
                        <key>Speed</key>
                        <integer>8</integer>
                </dict>
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Legacy</key>
                        <true/>
                        <key>Tool</key>
                        <true/>
                </dict>
                <key>TextOnly</key>
                <false/>
                <key>Theme</key>
                <string>black_green</string>
        </dict>
        <key>Graphics</key>
        <dict>
                <key>Inject</key>
                <dict>
                        <key>ATI</key>
                        <false/>
                        <key>Intel</key>
                        <false/>
                        <key>NVidia</key>
                        <true/>
                </dict>
                <key>PatchVBios</key>
                <false/>
        </dict>
        <key>KernelAndKextPatches</key>
        <dict>
                <key>AppleRTC</key>
                <true/>
                <key>AsusAICPUPM</key>
                <true/>
                <key>Debug</key>
                <false/>
                <key>KernelCpu</key>
                <false/>
                <key>KernelPm</key>
      <true/>
                <key>KextsToPatch</key>
                <array>
                        <dict>
                                <key>Comment</key>
                                <string>External icons patch</string>
                                <key>Find</key>
                                <data>
                                RXh0ZXJuYWw=
                                </data>
                                <key>Name</key>
                                <string>AppleAHCIPort</string>
                                <key>Replace</key>
                                <data>
                                SW50ZXJuYWw=
                                </data>
                        </dict>
                </array>
        </dict>
        <key>RtVariables</key>
        <dict>
                <key>LogEveryBoot</key>
                <string>10</string>
                <key>LogLineCount</key>
                <integer>3000</integer>
                <key>MountEFI</key>
                <true/>
        </dict>
        <key>SystemParameters</key>
        <dict>
                <key>InjectKexts</key>
                <string>Detect</string>
                <key>InjectSystemID</key>
                <true/>
        </dict>
</dict>
</plist>


爬贴无数没找到有效的解决办法,求给位大神出手啊!




矫若游龙 发表于 2015-2-10 10:52

置顶,求大神指点!

arslan2012 发表于 2015-2-10 12:25

系统未识别你的CPU??config.plist里试一下Generate P-State或者是试一下放入DSDT SSDT。。。

矫若游龙 发表于 2015-2-10 16:52

arslan2012 发表于 2015-2-10 12:25
系统未识别你的CPU??config.plist里试一下Generate P-State或者是试一下放入DSDT SSDT。。。

看集合教程帖子里面貌似dsdt和ssdt应该是装完系统之后优化的时候该做的,1230v3这u很另类嘛,怎么还会不识别…

矫若游龙 发表于 2015-2-10 23:29

arslan2012 发表于 2015-2-10 12:25 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
系统未识别你的CPU??config.plist里试一下Generate P-State或者是试一下放入DSDT SSDT。。。

太感谢了,我添加了下面的配置,现在能进到图形界面了...就是无限风火轮,我继续爬贴!
        <key>ACPI</key>
        <dict>
                <key>SSDT</key>
                <dict>
                        <key>Generate</key>
                        <dict>
                                <key>CStates</key>
                                <true/>
                                <key>PStates</key>
                                <true/>
                        </dict>
                </dict>
        </dict>

arslan2012 发表于 2015-2-11 10:05

无限风火轮的话你把config.plst里的AsusAICPUPM关掉试试?或者看一下置顶五国贴Q29?
页: [1]
查看完整版本: 安装懒人版Yosemite出现com.apple.driver.x86platformplugin报错