Skip to content

Instantly share code, notes, and snippets.

@woq
Last active April 1, 2020 09:03
Show Gist options
  • Save woq/5e16db18388a02987a15cd4d27a37dbb to your computer and use it in GitHub Desktop.
Save woq/5e16db18388a02987a15cd4d27a37dbb to your computer and use it in GitHub Desktop.
macosinstall

1. 安装

1.1 制作安装盘
* 下载做好的镜像
* 校验MD5/HASH
* 运用 etcher 制作

1.2 安装前准备 * BIOS 设定
* 重置为默认状态
* 关闭FASTBOOT VT-D
* UEFI ONLY
* ESP 分区 大于等于 200MB
* 单个硬盘安装mac 不要存在其他操作系统

1.3 安装过程中可能遇到的问题
* 一般会屏蔽核心显卡和独立显卡 这部分出现问题记录比较小
* 偶现 USB3.0接口安装出现禁行标志 更换USB2.0安装即可

1.4 资源 & 感谢 & 遇到问题?
* https://www.tonymacx86.com/
* https://www.insanelymac.com/
* https://blog.daliansky.net/
* http://bbs.pcbeta.com/
* 运用BING/Google 进行中文搜索 如果需要过滤 site:pcbeta.com
* 运用BING/Google 进行英文搜索 终点关注 以上URL来源

2. 驱动

2.1 核心显卡
* 去除 Devices/IntelGFX & Graphics/ig-platform-id 可驱动Intel台式机大部分核心显卡
* 如果有其他问题 建议搜索 栗子 ‘7700hq HD630’
* Whatevergreent & Lilu 必备 基本显卡相关都已经合并进Whatevergreent

2.2 独立显卡
* AMD 特定型号驱动 建议搜索
* NVIDIA 需要Webdriver来驱动 10.14及以上无法驱动

2.3 声卡
* AppleALC | 提前确定你的声卡具体品牌型号 在WIKI中寻找适用的layout id
* ACPI FixHPET & FIXIPIC
* Device layout ID 11 并且勾选 resethda (ALC662)

2.4 网卡
* RTL8111 1Gbps
* RTL8100 100Mbps
* 如果kexts有成功加载还是无法驱动 建议重置BIOS 放电清空

2.5 笔记本内建显示器亮度
* ACPI AddPNLF
* Devices Setintelbacklight&SetintelMaxbacklight

2.6 一些优化
* 取消4位数密码限制 pwpolicy -clearaccountpolicies
* 更改密码 passwd
* SSD 开启 TRIM 支持 sudo trimforce enable
* APP安装开启任何来源 sudo spctl --master-disable
* 修改主机名 sudo scutil --set HostName xxxxx
* 修改共享名称 sudo scutil --set ComputerName xxxxx
* 安装 xcode 命令行工具 xcode-select --install

2.7 NVIDIA Webdriver On 10.13
···Native NVRAM support or an emulation of same - Test At least 10.12.4. The correct web drivers matched to the OS build number. No use of nv_disable=1. Do not Inject Nvidia in config.plist. NvidiaWeb=true in config.plist. May need SIP fully disabled - CsrActiveConfig=0x67. May need latest Lilu.kext and WhateverGreen.kext.···

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment