- 积分
- 84
- 最后登录
- 2021-1-18
- 精华
- 0
- 阅读权限
- 20
- 主题
- 28
- UID
- 577389
- 帖子
- 164
- PB币
- 608
- 威望
- 3
- 贡献
- 0
- 技术
- 0
- 活跃
- 411
 
- UID
- 577389
- 帖子
- 164
- PB币
- 608
- 贡献
- 0
- 技术
- 0
- 活跃
- 411
|
发表于 2017-10-2 17:30:15
|显示全部楼层
我解决的方法不太一样,没有新增加 kext,安装完 nvidia web driver之后,如果能启动但是进入黑屏状态,可以试试以下方法:
1. 在启动界面,进入 "options",在boot argus中增加一项 "-s",进入single user模式.
2. root#fsck -fy
3. root#mount -uw /
4. root#nano /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist
Arrow down to where you see <key>ConfigMap</key>
For the iMac15,1 locate the board-id "Mac-42FD25EABCABB274" and change string below it from "Config2" to "none". For the MacPro6,1 you will do the same thing but for the board-id "Mac-F60DEB81FF30ACF6". For the iMac17,1 you'll have to see which board-id is declared in your config.plist SMBIOS: "Mac-B809C3757DA9BB8D" or "Mac-65CE76090165799A" or "Mac-DB15BD556843C820" and change the appropriate entry to "none".
Save the file by pressing Ctrl+O, then enter.
Exit by pressing Ctrl+X
Rebuild the kernel cache using the following two commands in terminal:
5.root#kextcache -system-prelinked-kernel
6.root#kextcache -system-caches
7.root#reboot
再进入到启动界面时,进"options",确认 "Graphic Injects"--> "Load nvidia web driver" 是选中的状态,
以上步骤只需处理一次即可。
|
|