ryzen nvidia hackintosh
1. 安装
参考 https://baijiahao.baidu.com/s?id=1595121885424169378&wfr=spider&for=pc
版本10.13.3
2.nvidia驱动
https://hackintosher.com/guides/get-nvidia-graphic-cards-working-hackintosh/
https://www.nvidia.com/download/driverResults.aspx/130460/en-us
STEP 1: Editing config.plist
- Download Clover Configurator
- Open Clover Configurator
- Select Mount EFI under Tools
- Click Mount Partition for the EFI macOS is installed on
- Click Open Partition
- Navigate to /EFI/CLOVER
- Open Config.Plist using Clover Configurator
- In Clover Select Boot under SECTIONS
- Uncheck nv_disable=1 if checked
- Check nvda_drv=1
- Select Graphics under SECTIONS
- Uncheck Inject Intel if checked
- Select System Parameters under SECTIONS
- Check Inject NvidiaWeb
- Save config.plist
- Exit Clover Configurator
STEP 2: Verify EmuVariableUefi-64.efi
EmuVariableUefi-64.efi is needed for NVRAM detection on various motherboards to get acceleration.
Verify file EmuVariableUefi-64.efi exits in location /Volumes/EFI/EFI/CLOVER/drivers64UEFI of your mounted partition. If you installed macOS using one of our guides it should be there. if you followed the guide correctly. Otherwise you need to recreate your EFI folder with EmuVariableUefi-64.efi using Clover EFI Bootloader
If you need steps on how to do that read Step 2 of How-to Make a Clover Hackintosh Bootloader
Note: Reinstalling Clover EFI Bootloader will create a fresh EFI Folder make sure to backup your config.plistand kexts before proceeding.
STEP 3: Required kexts
Verify that NvidiaGraphicsFixup.kext & Lilu.kext exist in /Volumes/EFI/EFI/CLOVER/kexts of your mountedEFI partition. If not you will need to download both and add them to /Volumes/EFI/EFI/CLOVER/kexts/Other
- Download – NvidiaGraphicsFixup.kext
- Download – Lilu.kext
STEP 4: Verify BIOS Settings
If you have the option in your BIOS to enable/disable integrated graphics then set Integrated Graphics to Disabled if using an Nvidia Graphics Card. Booting with it enabled may give you a black screen especially if you are using a Gigabyte/ASUS motherboard.
STEP 5: Web Driver Install
You’ll need to download Nvidia web drivers from the links at the bottom of the page based on your macOS version number. If using High Sierra you need to enable SIP before the web driver install. I recommend following this seperate guide: How to properly Install Nvidia Drivers on High Sierra 10.13 (17A405)
- Download Nvidia Web Drivers
- Open the Web Driver .pkg file
- Go through the installer
- Click Restart Now when it prompts you at the end
- Done.
以上的方法更正。。
一 NvidiaGraphicsFixup.kext 使用 WhateverGreen替代
二。EmuVariableUefi-64.efi 可以使用Clover Configurator进行安装
ryzen nvidia hackintosh的更多相关文章
- NVIDIA GPU卷积网络的自动调谐
NVIDIA GPU卷积网络的自动调谐 针对特定设备和工作负载的自动调整对于获得最佳性能至关重要.这是关于如何为NVIDIA GPU调整整个卷积网络. NVIDIA GPU在TVM中的操作实现是以模板 ...
- Ryzen 4000'Vermeer' CPU和Radeon RX'Big Navi'图形卡
Ryzen 4000'Vermeer' CPU和Radeon RX'Big Navi'图形卡 来自中国媒体的多篇报道表明,AMD都准备在2020年第四季度初推出其下一代Ryzen 4000'Zen 3 ...
- AMD Ryzen 5000‘Cezanne’APU
AMD Ryzen 5000'Cezanne'APU Spotted,Zen 3&7nm Vega芯片将在2021年前保留AM4支持 AMD Ryzen 5000 'Cezanne' APU ...
- 解决Ubuntu Kylin 1610安装ANSYS17.2的NVIDIA显卡驱动问题
Ubuntu Kylin 1610在安装完毕后,会自动安装显卡驱动,对于一般的图形图像使用来说自然不会有太大的问题,但是对于ANSYS17.2的一些模块,还是会出现问题.一个比较常见的问题就是Open ...
- Fedora 21 安装 Nvidia 驱动以及失败后的补救方法
在 Linux 桌面系统下玩了这么久,大部分时间都是使用 Ubuntu,偶尔使用一下 Fedora.我的电脑中安装有多个 Linux 发行版,见这里<在同一个硬盘上安装多个Linux发行版及Fe ...
- 笔记:xubuntu下如何让系统默认使用nvidia显卡,而不是intel集显
经反复折腾,得到如下的解决方法: prime-select nvidia 简单吧,但关系是如果让它开机自动执行一次. 反复折腾了xinitrc ,~/.xinitrc , /etc/rc.local ...
- 【转】[Intel/Nvidia]Ubuntu 16.04 LTS Intel/Nvidia双显卡切换
1.在Unity中搜索 "Additional Drivers" 2.打开并选择以下选项 3.打开终端并输入 sudo apt-get install nvidia-361 4.安 ...
- ubuntu14.04+nvidia driver+cuda8+cudnn5+tensorflow0.12
文章在简书里面编辑的,复制过来貌似不太好看,还是到简书的页面看吧: http://www.jianshu.com/p/c89b97d052b7 1.安装环境简介: 硬件: cpu:i7 6700k g ...
- 基于Ubuntu14.04系统的nvidia tesla K40驱动和cuda 7.5安装笔记
基于Ubuntu14.04系统的nvidia tesla K40驱动和cuda 7.5安装笔记 飞翔的蜘蛛人 注1:本人新手,文章中不准确的地方,欢迎批评指正 注2:知识储备应达到Linux入门级水平 ...
随机推荐
- Haxe东游记(上)part1.5:roadmap
part1.6 = 常用API参考 1.5.7 -> 官方手册目录/总结/中文化 1.8 -> 官方示例/讲解/总结 1.5.6-> haxe整体结构/解析/综述 part2 = 中 ...
- 关于javascript中arguments的一个很好的例子
金克斯的迫击炮! 实现一个摧毁(destroyer)函数,第一个参数是待摧毁的数组,其余的参数是待摧毁的值 函数中的有隐式的不确定个数的参数,而我们在函数中将会用到它,很显然,这需要我们在 argum ...
- 第三章 熟悉常用的HDFS操作
一.Hadoop提供的Shell命令完成相同任务: 1.在本地Linux文件系统的“/home/hadoop/”目录下创建一个文件txt,里面可以随意输入一些单词. mkdir hadoop 在本地查 ...
- git常用命令学习笔记
安装好git之后即可使用git来管理项目了,鼠标右键点击 git bash出现命令黑窗口,接下来执行git指令即可. https://git-scm.com/book/zh/v2 以下整理了git常用 ...
- c#基础之异常处理及自定义异常
一.什么是c#中的异常? 异常是程序运行中发生的错误,异常处理是程序的一部分.c#中的异常类主要是直接或者间接的派生于 System.Exception类 ,也就是说System.Exception类 ...
- 开源代码chat_master分析
- json元素顶部插入unshift、尾部插入push、顶部获取shift、尾部获取pop
1)json元素插入 var json=[ //顶部位置 {id:1,name:'B'}, {id:2,name:'C'}, {id:3,name:'D'}, //尾部位置 ] 顶部位置)json.u ...
- IDEA2017 免费激活方法
选择license server,然后填下面地址,选择一个就好. http://intellij.mandroid.cn/ http://idea.imsxm.com/ http://idea.ite ...
- C语法简单测试
1.未初始化的枚举变量 /* uninitialized-enum.c */ #include <stdio.h> , black, blue}; int main(void) { enu ...
- Maven中添加镜像
Maven库在天朝的下载速度实在是感人,所以添加镜像之后速度会提升很多. 在maven的settings.xml 文件里配置mirrors的子节点,添加如下mirror <mirror> ...