Skip to content

whidy/ASUS-PRIME-X570-PRO-Hackintosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

基于 OpenCore0.8.5 的 X570 主机黑苹果配置分享,或许支持macOS 13,但未验证。

Overview

电脑配置

BIOS:Version 4403,更新于 2022/05/31

其他说明

平台信息请按照教程PlatformInfo,自行修改,建议使用 iMacPro1,1 。也就是下面这部分:

<key>PlatformInfo</key>
<dict>
  <key>Automatic</key>
  <true/>
  <key>CustomMemory</key>
  <false/>
  <key>Generic</key>
  <dict>
    <key>AdviseFeatures</key>
    <false/>
    <key>MLB</key>
    <string>M0000000000000001</string>
    <key>MaxBIOSVersion</key>
    <false/>
    <key>ProcessorType</key>
    <integer>0</integer>
    <key>ROM</key>
    <data>ESIzRFVm</data>
    <key>SpoofVendor</key>
    <true/>
    <key>SystemMemoryStatus</key>
    <string>Auto</string>
    <key>SystemProductName</key>
    <string>iMacPro1,1</string>
    <key>SystemSerialNumber</key>
    <string>W00000000001</string>
    <key>SystemUUID</key>
    <string>00000000-0000-0000-0000-000000000000</string>
  </dict>
  <key>UpdateDataHub</key>
  <true/>
  <key>UpdateNVRAM</key>
  <true/>
  <key>UpdateSMBIOS</key>
  <true/>
  <key>UpdateSMBIOSMode</key>
  <string>Create</string>
  <key>UseRawUuidEncoding</key>
  <false/>
</dict>

修改好后可以正常登录,同步 iCloud。

  • 当前分支 main 使用的是 release 版本的 opencore(基于自用0.8.1升级)0.8.5;
  • 当前系统 macOS Monterey 12.6
  • 已经升级了最新的 AMD Patch
  • 已经能够支持AX210的蓝牙,功能正常,但是,目前测试情况耳机蓝牙连接极不稳定,鼠标良好。详情:AX210蓝牙终于可以正常使用了【2022年10月25日】

特别说明

  • 如果配置大体相同的情况下,你基本上只需要更换 PlatformInfo 的内容就可以了,但是如果还是无法进入安装界面,是不是你的 BIOS 设置没有做好呢?再来看看AMD BIOS Settings仔细对比下吧~
  • 暂时不专门更新一个 release 版本的 opencore 了,因为将 debug 版本更换为 release 版本很容易,去下载 release 版的包,并替换掉 debug 版的 *.efi (直接覆盖就行),再去根据文档Disabling all logging来修改 config.plist 几个地方就好了,还有 boot-args 根据需要修改。当然你自己更换 release 前,必定是确认 debug 版本没有问题啦。

如果确认都没有什么操作上的问题,还是不行,可以提 issues,有空我会看看~