10.12.6安装完成后重启黄屏怎么解
1. 配置情况: i53470+b75-d3v+迪兰hd7770 显示器用的dvi接口2.存在问题:用的clover4123引导,安装10.12.6打免二次安装补丁,-v顺利安装,安装完重启后自动-v模式进系统,没有进clover选择的主菜单,进系统后直接黄屏,鼠标出现几秒后变风火轮.
求大佬赐教,附上config
<?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>ReuseFFFF</key>
<false/>
</dict>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<true/>
<key>PStates</key>
<true/>
</dict>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v dart=0</string>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>macOS</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>0</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>zh_CN: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>KernelPm</key>
<true/>
<key>KextsToPatch</key>
<array/>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x67</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>09/03/2013</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>IM142.88Z.0118.B00.1309031249</string>
<key>Board-ID</key>
<string>Mac-27ADBB7B4CEE8E61</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisAssetTag</key>
<string>iMac-Aluminum</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>13</string>
<key>Family</key>
<string>iMac</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>ProductName</key>
<string>iMac14,2</string>
<key>SerialNumber</key>
<string>C02LGE6UF8JC</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>
已经找到解决方法,给类似经历的小白一些参考:
按照[教程] [新人请看]远景macOS Sierra置顶向导集合贴中驱动hd7700的方法,
修改了AMDRadeonX4000目录下的 info文件
将AMDTongaGraphicsAccelerator下数值除倒数第二项外改为1
<key>CAIL_DisableDrmdmaPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableDynamicGfxMGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableGfxCGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableGmcPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableStaticGfxMGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableUVDPowerGating</key>
<integer>0</integer>
<key>CAIL_DisableVCEPowerGating</key>
<integer>1</integer>
</dict>
重启后进系统,,显卡型号hd7xxx,, 后通过修改fb值完美.. 另外尝试: 改完fb值才发现有大佬说通过加载WhateverGreen.kext 和Lilu 1.1.6 .kext 可以免驱,,经过尝试还TMD真!!!!1!能!!!!顿时感觉走了不少冤枉路, 此方法是广大小白的福音,给因为A卡驱动不了吃不上苹果的同学一点指引,,附上驱动
另:用此驱动需关闭bios中csm,, 能说说加载WhateverGreen.kext 和Lilu 1.1.6 .kext 可以免驱具体怎么操作吗?我的hd6750一直驱动不了,分辨率就一直是错的,弄了两个礼拜都没好,请指教!谢谢!! 是跟这个情况 一样吗?有解决办法,就是色位数的问题https://bbs.pcbeta.com/viewthread-1736578-1-1.html 谢谢老大分享 谢谢老大分享 太棒啦。。。。。。。 lh26095 发表于 2017-8-24 16:44 https://www.pcbeta.com/static/image/common/back.gif
已经找到解决方法,给类似经历的小白一些参考:
按照[教程] [新人请看]远景macOS Sierra置顶向导集合贴中驱动 ...
一模一样的情况,连配置都几乎一样 谢谢急需,我跑完啰嗦模式就黄屏了,我主板关掉gsm就进不去系统 我也遇到黄屏了!!!!
我也遇到黄屏了!!试试你这个方法可以吗 lh26095 发表于 2017-8-24 16:44 https://www.pcbeta.com/static/image/common/back.gif
已经找到解决方法,给类似经历的小白一些参考:
按照[教程] [新人请看]远景macOS Sierra置顶向导集合贴中驱动 ...
同样黄屏,谢谢分享 lh26095 发表于 2017-8-24 16:44 https://www.pcbeta.com/static/image/common/back.gif
已经找到解决方法,给类似经历的小白一些参考:
按照[教程] [新人请看]远景macOS Sierra置顶向导集合贴中驱动 ...
同样黄屏,谢谢分享
页:
[1]