# E3_1230v3_Msi_z97_efi **Repository Path**: luo_jun99/e3_1230v3_-msi_z97_efi ## Basic Information - **Project Name**: E3_1230v3_Msi_z97_efi - **Description**: E3-1230v3和微星z97主板的自制黑苹果EFI,目前支持到Big Sur 11.4 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一、无核显启用硬件编解码 > 注意:机型必须设置为iMacPro1,1 因为本机没有核心显卡 否则Rx 580 将无法开启硬件编解码 ## 二、新系统上启用对老旧硬件的驱动支持 > 注意:每次安装/升级系统之后都需要重新执行以下步骤 ### 在 sonoma 上启用对 gt710 的支持 1. 关闭 sip 在恢复模式下执行 ```shell csrutil disable ``` 2. 配置 OpenCore 启动 启动参数中加上`amfi_get_out_of_my_way=1` 配置`csr-active-config`为`6F020000` > [具体值配置参考](https://www.reddit.com/r/hackintosh/comments/y0kdho/whats_the_corresponding_data_value_to_configure/?rdt=62876) > > ![sip_config_requirements](./img/sip_config_requirements.png) ```xml NVRAM Add 7C436110-AB2A-4BBB-A880-FE41995C9F82 #INFO (prev-lang:kbd) en:252 (ABC), set 656e3a323532 ForceDisplayRotationInEFI 0 SystemAudioVolume Rg== boot-args -v debug=0x100 keepsyms=1 alcid=1 amfi_get_out_of_my_way=1 csr-active-config 6F020000 prev-lang:kbd en-US:0 run-efi-updater No ``` 3. 关闭`SecureBootModel` ```xml Security SecureBootModel Disabled ``` 4. 在 openCore 启动选择界面选择 `resetNVRAM.efi` 来重置`NVRAM` 5. 重置后需要手动把`OC`添加到系统启动项中(使用easy UEFI) 6. 下载`OpenCore-Legacy-Patcher` > [下载地址](https://dortania.github.io/OpenCore-Legacy-Patcher/) > > 要下载带GUI的版本 7. 执行`post-install root patch` ![index](./img/index.png) ![execute](./img/execute.png) 8. 重启 9. 效果图 ![system_info](./img/system_info.png) ![graphices_info](./img/graphices_info.png)