syncsync 发表于 2017-10-2 16:24

10.13 nvidia webdriver 安装重启后黑屏,又没法用nv_disable=1

请问大家,我安装完10.13后,能进入系统,但是安装完 nvidia web driver之后,进系统会黑屏,这个问题貌似很普遍,10.11的时候我能用nv_disable=1进入无显卡驱动的系统,修改一个Info.plist,但是现在nv_disable=1已经失效,我看到论坛里有景友贴出补丁,但我的问题是,我现在这种情况怎样进入console或者怎么样能够把这个patch放到相应的目录中去?


ylfzl 发表于 2017-10-2 16:29

https://bbs.pcbeta.com/viewthread-1760828-1-1.html

跟我一样 ,我通过贴子里的方法解决了。

syncsync 发表于 2017-10-2 16:50

ylfzl 发表于 2017-10-2 16:29 https://www.pcbeta.com/static/image/common/back.gif
https://bbs.pcbeta.com/viewthread-1760828-1-1.html

跟我一样 ,我通过贴子里的方法解决了。

谢谢,我的问题是怎么放? 进不到界面,没办法操作。。。

王Sire 发表于 2017-10-2 17:03

https://bbs.pcbeta.com/viewthread-1760291-1-1.html
我之前也这样,后来是按照这个成功的。PS:GTX1050

syncsync 发表于 2017-10-2 17:09

折腾了一下,没有使用额外的kext:

1. 启动界面上,选 options,然后启动参数添加 -s 进入single user模式。
2. root# fsck -fy
3. root# mount -uw /
4. vi /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist
   找到<key>ConfigMap</key>, 将自己的board-id对应的"Config2"改为 "none". 保存退出.
5.root#kextcache -system-prelinked-kernel
6.root#kextcache -system-caches
7.reboot

在启动界面上,再次进入"options"->"graphic injects", 将 load nvidia web driver前面的勾选上,完成之后 return,并启动系统。

可能还会有问题,先这么记录一下。

syncsync 发表于 2017-10-2 17:30

我解决的方法不太一样,没有新增加 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" 是选中的状态,

以上步骤只需处理一次即可。

tony_weibs 发表于 2017-10-2 21:58

你做个U盘clover,然后把别人的放进去通过U盘引导进入。

syncsync 发表于 2018-1-26 12:29

N卡正确的升级方式:
1. 升级前,先点击顶栏Nvidia Menu 切换成无驱动方式.
2. 正常升级.
3. 升级完后,一般会自动跳出N卡升级的提示,没有的话,可以点击顶栏的nvidia icon进入preference 然后更新,或者干脆就网上直接下到 N卡驱动,安装重启即可。

cx17865 发表于 2018-3-7 20:18

好东西来看一看

mrmg 发表于 2018-3-7 20:37

新版clover 早就改成了通过启动和禁用 nvidiaweb来控制是否加载啊
nv disable 早就过时了,只是照顾老版本保留这个选项罢了,在新版本里这个参数直接无效化
官方早已贴出了说明
beta也讨论过不止一次。

moreqin 发表于 2018-3-14 11:11

搞定黑屏问题还是放防黑屏驱动省事,新问题来了,usb设备显示成内置硬盘图标,有遇到的没。

chaohm 发表于 2018-3-28 21:19

学习了,少走弯路,多谢

joy2000 发表于 2018-3-31 09:17

AMD管用不?下来试试

Syh20010301 发表于 2020-2-22 11:04

ylfzl 发表于 2017-10-2 16:29 https://www.pcbeta.com/static/image/common/back.gif
https://bbs.pcbeta.com/viewthread-1760828-1-1.html

跟我一样 ,我通过贴子里的方法解决了。

亲测有效,感谢
页: [1]
查看完整版本: 10.13 nvidia webdriver 安装重启后黑屏,又没法用nv_disable=1