santa_qi 发表于 2016-2-13 16:18

clover引导,ei安装两次后进不了配置界面

各位大侠,按照前几天的帖子自己琢磨装,这次用clover,之前引导和安装都成功的。但两次后进入系统报 IOBluetoothFamily search for transport event,详见图片。

clover引导,固态硬盘。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>ACPI</key>
<dict>
<key>DSDT</key>
<dict/>
<key>DropTables</key>
<array>
   <dict>
    <key>Signature</key>
    <string>DMAR</string>
   </dict>
</array>
<key>HaltEnabler</key>
<true/>
<key>SSDT</key>
<dict/>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v npci=0x3000 dart=0 nvda_drv=1 kext-dev-mode=1</string>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>MacHDD</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
   <key>Inject</key>
   <string>No</string>
</dict>
<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>BOOTX64.EFI</string>
   <string>Windows</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
   <key>DoubleClick</key>
   <integer>500</integer>
   <key>Enabled</key>
   <true/>
   <key>Mirror</key>
   <false/>
   <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>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>
   <false/>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</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>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x13</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>Trust</key>
<false/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>ture/</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>

santa_qi 发表于 2016-2-13 17:52

求大家帮忙啊

santa_qi 发表于 2016-2-13 19:05

求大神帮忙啊

暗光 发表于 2016-2-13 19:22

一般是显卡参数没设置好,nvda_drv=1去掉试试,这是使用webdriver的驱动参数,不是打开显卡侦测。有时候会卡住,我就试过卡几分钟,等等吧。

santa_qi 发表于 2016-2-13 19:53

一开始是ndv_disable=1,也试过了不行

santa_qi 发表于 2016-2-13 19:55

那打开显卡帧测是买个参数?求教

santa_qi 发表于 2016-2-13 20:49

大神帮忙看看啊,谢谢啦

santa_qi 发表于 2016-2-13 21:56

有大神吗?帮忙指点下?

jonny2015 发表于 2016-2-13 22:07

santa_qi 发表于 2016-2-13 19:55 https://www.pcbeta.com/static/image/common/back.gif
那打开显卡帧测是买个参数?求教

<key>NVidia</key>
<true/>

tntg534462 发表于 2018-3-8 16:54

CsrActiveConfig   改成0x67
页: [1]
查看完整版本: clover引导,ei安装两次后进不了配置界面