Focusure 发表于 2015-3-31 20:20

v图求助 安装卡在waiting on <dict ID="0">

1.问题描述:
UEFI + GPT + COLVER引导安装时出错
2.硬件配置:
电脑型号   戴尔 Inspiron 7520 笔记本电脑
操作系统   Windows 7 旗舰版 64位 SP1 ( DirectX 11 )
   
处理器   英特尔 第三代酷睿 i7-3612QM @ 2.20GHz 四核 低电压处理器
主板   戴尔 0PXH02
内存   8 GB ( 海力士 DDR3 1600MHz )
主硬盘   三星 Samsung SSD 840 Series(120GB)
显卡   ATI Radeon HD 7730M( 2 GB / 戴尔 )      Intel(R) HD Graphics 4000




引导工具名称:Clover r2953
引导方式:UEFI+GPT
版本 OS X Mavericks_10.9.4
镜像地址&参考教程帖子:https://bbs.pcbeta.com/viewthread-1554404-1-1.html、https://bbs.pcbeta.com/viewthread-1588314-1-1.html
因为型号相同 所用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>Debug</key>
                        <false/>
                        <key>DropOEM_DSM</key>
                        <false/>
                        <key>Fixes</key>
                        <dict>
                                <key>AddDTGP_0001</key>
                                <true/>
                                <key>AddHDMI_8000000</key>
                                <true/>
                                <key>AddPNLF_1000000</key>
                                <true/>
                                <key>DeleteUnused_400000</key>
                                <true/>
                                <key>FIX_ACST_4000000</key>
                                <true/>
                                <key>FIX_ADP1_800000</key>
                                <true/>
                                <key>FIX_RTC_20000</key>
                                <true/>
                                <key>FIX_S3D_2000000</key>
                                <true/>
                                <key>FixAirport_4000</key>
                                <true/>
                                <key>FixDarwin_0002</key>
                                <true/>
                                <key>FixDisplay_0100</key>
                                <true/>
                                <key>FixFirewire_0800</key>
                                <true/>
                                <key>FixHDA_8000</key>
                                <true/>
                                <key>FixHPET_0010</key>
                                <true/>
                                <key>FixIPIC_0040</key>
                                <true/>
                                <key>FixLAN_2000</key>
                                <true/>
                                <key>FixRegions_10000000</key>
                                <true/>
                                <key>FixSBUS_0080</key>
                                <true/>
                                <key>FixShutdown_0004</key>
                                <true/>
                                <key>FixUSB_1000</key>
                                <true/>
                                <key>NewWay_80000000</key>
                                <true/>
                        </dict>
                        <key>Name</key>
                        <string>DSDT.aml</string>
                        <key>ReuseFFFF</key>
                        <false/>
                </dict>
                <key>DropTables</key>
                <array>
                        <dict>
                                <key>Signature</key>
                                <string>SSDT</string>
                                <key>TableId</key>
                                <string>CpuPm</string>
                        </dict>
                        <dict>
                                <key>Signature</key>
                                <string>DMAR</string>
                        </dict>
                        <dict>
                                <key>Signature</key>
                                <string>SSDT</string>
                                <key>TableId</key>
                                <string>Cpu0Ist</string>
                        </dict>
                </array>
                <key>HaltEnabler</key>
                <true/>
                <key>SSDT</key>
                <dict>
                        <key>DropOem</key>
                        <false/>
                        <key>Generate</key>
                        <true/>
                </dict>
        </dict>
        <key>Boot</key>
        <dict>
                <key>Arguments</key>
                <string>kext-dev-mode=1</string>
                <key>Debug</key>
                <false/>
                <key>DefaultLoader</key>
                <string>boot.efi</string>
                <key>DefaultVolume</key>
                <string>LastBootedVolume</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>ResetHDA</key>
                        <true/>
                </dict>
                <key>USB</key>
                <dict>
                        <key>AddClockID</key>
                        <true/>
                        <key>FixOwnership</key>
                        <true/>
                        <key>Inject</key>
                        <true/>
                </dict>
        </dict>
        <key>GUI</key>
        <dict>
                <key>Hide</key>
                <array>
                        <string>Legacy HD6</string>
                        <string>Legacy HD5</string>
                        <string>Legacy HD7</string>
                        <string>DIAGS</string>
                </array>
                <key>Mouse</key>
                <dict>
                        <key>DoubleClick</key>
                        <integer>500</integer>
                        <key>Enabled</key>
                        <false/>
                        <key>Mirror</key>
                        <false/>
                        <key>Speed</key>
                        <integer>8</integer>
                </dict>
                <key>Scan</key>
                <true/>
                <key>ScreenResolution</key>
                <string>1920x1080</string>
                <key>Theme</key>
                <string>metal</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>Second Stage patch</string>
                                <key>Find</key>
                                <data>
                                QYjE6xE=
                                </data>
                                <key>Name</key>
                                <string>IOGraphicsFamily</string>
                                <key>Replace</key>
                                <data>
                                QYjE6zE=
                                </data>
                        </dict>
                        <dict>
                                <key>Comment</key>
                                <string>Second Stage patch</string>
                                <key>Find</key>
                                <data>
                                AQAAdRc=
                                </data>
                                <key>Name</key>
                                <string>IOGraphicsFamily</string>
                                <key>Replace</key>
                                <data>
                                AQAAdBc=
                                </data>
                        </dict>
                        <dict>
                                <key>Comment</key>
                                <string>Second Stage patch</string>
                                <key>Find</key>
                                <data>
                                hcB0a0g=
                                </data>
                                <key>Name</key>
                                <string>IOGraphicsFamily</string>
                                <key>Replace</key>
                                <data>
                                McB0W0g=
                                </data>
                        </dict>
                </array>
        </dict>
        <key>RtVariables</key>
        <dict>
                <key>MLB</key>
                <string>C02032109R5DC771H</string>
                <key>ROM</key>
                <string>UseMacAddr0</string>
        </dict>
        <key>SMBIOS</key>
        <dict>
                <key>BiosReleaseDate</key>
                <string>05/10/12</string>
                <key>BiosVendor</key>
                <string>Apple Inc.</string>
                <key>BiosVersion</key>
                <string>MBA51.88Z.00EF.B00.1205221442</string>
                <key>Board-ID</key>
                <string>Mac-2E6FAB96566FE58C</string>
                <key>BoardManufacturer</key>
                <string>Apple Inc.</string>
                <key>BoardType</key>
                <integer>10</integer>
                <key>ChassisAssetTag</key>
                <string>Air-Enclosure</string>
                <key>ChassisManufacturer</key>
                <string>Apple Inc.</string>
                <key>ChassisType</key>
                <string>10</string>
                <key>Family</key>
                <string>MacBook Air</string>
                <key>Manufacturer</key>
                <string>Apple Inc.</string>
                <key>Mobile</key>
                <true/>
                <key>ProductName</key>
                <string>MacBookAir5,2</string>
                <key>SerialNumber</key>
                <string>C02KV455DRVC</string>
                <key>Trust</key>
                <false/>
                <key>Version</key>
                <string>1.0</string>
        </dict>
        <key>SystemParameters</key>
        <dict>
                <key>InjectKexts</key>
                <string>Detect</string>
                <key>InjectSystemID</key>
                <true/>
        </dict>
</dict>
</plist>kexts\10.9.4\中的kext:         AppleACPIBatteryManager.kext       ApplePS2ElanTouchpad.kext         FakeSMC.kext       GenericUSBXHCI.kext         NullCPUPowerManagement.kext

-v图
若大神们看不清 我再重新上传v图

万分感谢

Focusure 发表于 2015-3-31 21:37

是我没说清楚么 求大神帮忙
页: [1]
查看完整版本: v图求助 安装卡在waiting on <dict ID="0">