vault backup: 2023-07-09 19:29:50
This commit is contained in:
@@ -68,11 +68,13 @@ SSDT&DSDT:
|
||||
1. sudo nvram myvar=test
|
||||
2. nvram -p | grep -i myvar
|
||||
|
||||
# Asus X670E Gene EFI -- Adaptable to Other X670, X670E, B650 and B650E Boards
|
||||
https://forum.amd-osx.com/threads/asus-x670e-gene-efi-adaptable-to-other-x670-x670e-b650-and-b650e-boards.4160/
|
||||
# AMD OS X 作业
|
||||
- https://forum.amd-osx.com/threads/asus-x670e-gene-efi-adaptable-to-other-x670-x670e-b650-and-b650e-boards.4160/
|
||||
- https://forum.amd-osx.com/threads/asus-x670e-proart-ryzen-9-7950x-radeon-rx-6950-xt-macos-ventura.4530/
|
||||
|
||||
为了使此EFI适应**其他板**,必须进行以下更改:
|
||||
很可惜,**第一个无法进入安装界面**。而第二个只需要修改显卡型号就可以进入。
|
||||
|
||||
以下为第一个作业的EFI流程笔记,为了使此EFI适应**其他板**,必须进行以下更改:
|
||||
- [x] _通过暂时使用OpenCore.efi_的调试版本并设置_Misc -> Target -> 67_以启用 OpenCore 日志文件,找到您的主板的 MMIO 白名单。引导系统直到出现 OpenCore Picker。这应该足以在 EFI 分区的根文件夹中生成 OpenCore 日志文件。在该日志中搜索“MMIO”,您将找到所需的条目(请参阅[此 MMIO 白名单指南](https://am5hackintosh.github.io/OpenCore-Install-Guide/extras/devirtualizemmio.html))
|
||||
- [ ] 创建您自己的USB端口映射;该 EFI 文件夹使用 (a) SSDT 和 (b) kext 的组合来创建 USB 端口映射;如果您愿意的话,我还包含了 USBToolBox 的输出;**但您仍然必须为您的特定主板创建 USB 端口映射**;您可以尝试使用此 EFI 文件夹中的 USB 端口映射,但它可能适合您,也可能不适合您
|
||||
- [ ] 要启用从睡眠状态一键唤醒,`SSDT-USBW.aml`必须使用系统中所有活动 USB (XHC) 控制器的 ACPI 路径进行修改
|
||||
@@ -107,27 +109,49 @@ https://forum.amd-osx.com/threads/asus-x670e-gene-efi-adaptable-to-other-x670-x6
|
||||
1. [x] 为了EXPO关闭雷电4接口。(**Bios中操作,可能需要禁用**)
|
||||
2. [ ] USBToolBox 定制
|
||||
|
||||
# 额外操作
|
||||
debug 3 -> 67
|
||||
开启Sysreport
|
||||
启动项添加-v
|
||||
## Debug操作
|
||||
- debug 3 -> 67,MISC - Debug -Target 设置成67,之后就可以输出Log到安装U盘根目录。
|
||||
- 开启Sysreport
|
||||
- 添加跑码模式,找到NVRAM---7C436110-AB2A-4BBB-A880-FE41995C9F82 ,给boot-args 添加上 -v选项。
|
||||

|
||||
# 显卡型号查询与替换
|
||||
型号可以在GPU-Z中查询,前几位厂商型号,后面4位就是显卡型号。
|
||||
找到之后在 https://devicehunt.com/search/type/pci/vendor/1002/device/any 查询确认即可。
|
||||
|
||||
找到型号后将型号头尾调换后填入OpenCore中即可。
|
||||
|
||||
# BIOS问题
|
||||
参考 https://github.com/dortania/oc-laptop-guide-legacy/blob/master/before-you-start/bios-configuration.md
|
||||
|
||||
- Turn off Secure Booter
|
||||
- Disable it, or you won't be able to access OpenCore to boot macOS or the macOS installation media.
|
||||
- Turn the TPM offload
|
||||
- If your computer has a TPM chip, you'll want to turn it off. macOS can't use it anyway.
|
||||
- Disable VT-D /SVM
|
||||
- VT-D is Intel's hardware based IO and device offload technology. It's incompatible with macOS and can cause boot issues, and kernel panics. If you have the option, you should turn it off.
|
||||
- Graphics DVMT-Prealloc
|
||||
- This is the initial memory used for your Intel GPU. By default it's usually 32MB, but for macOS it should be set to 64MB. If you don't have this option in your BIOS it can be patched later.
|
||||
- SATA/AHCI/RAID
|
||||
- You always want your Hard Disks and SSDs to operate in AHCI mode. In any of the other modes, macOS won't see them for installation.
|
||||
- Disable that dGPU!
|
||||
- If you can, if not you can disable it with a patch later. You may need to boot the installation media with an extra argument (-x) to use safe mode though. This setting can also be left on if you want to use the dGPU within Windows or other operating systems.
|
||||
- Enable Legacy USB support
|
||||
- This is sometimes needed for your keyboard to work in OpenCore. It's always safe to set if it's available.
|
||||
- Enable XHCI Handoff
|
||||
- This parameter tells the computer to hand control of the XHCI (USB 3) bus to macOS, if you have it make sure it's enabled.
|
||||
- Disable Fast Boot
|
||||
- Fast Boot establishes a cache to boot into Windows more quickly, but that can be problematic when booting into macOS. If you have the parameter, you'll want to turn it off.
|
||||
- Disable Wake on Lan
|
||||
- Wake on Lan is one of the leading causes of sleep wakeups, if you have the option in your BIOS to disable it, it's recommended that you do.
|
||||
- Disable Unsupported Devices
|
||||
- That fingerprint and some SDCard reader won't work anyway, so turn off the ports if you can and save power! (if possible)
|
||||
|
||||
# 其他可能的Bios问题
|
||||
需要关闭:
|
||||
1. SVM(虚拟机)
|
||||
2. CSM
|
||||
3. 快速启动
|
||||
4. 安全启动
|
||||
5. 为了EXPO关闭雷电4接口
|
||||
|
||||
# OpenCore Debug
|
||||
添加跑码模式,找到NVRAM---7C436110-AB2A-4BBB-A880-FE41995C9F82 ,给boot-args 添加上 -v选项。
|
||||

|
||||
|
||||
MISC - Debug -Target 设置成67,之后就可以输出Log到安装U盘根目录。
|
||||
|
||||
# CaseySJ & ovenlite1 EFI
|
||||
ovenlite1相比CaseySJ
|
||||
- ACPI
|
||||
|
Reference in New Issue
Block a user