Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.28 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.28 KB

OpenCore EFI for AMD Ryzen Hackintosh

Specification

Component Model
CPU AMD Ryzen 5 3500x @ 3.6GHz
Motherboard ASUS B450M Steel Legend
RAM 32GB (2 x 16GB) Ballistix @ 2666MHz
Audio Chipset Realtek ALC892
GPU AsRock RX 5500XT Challenger
Network Card Fenvi T919
OS Disk (NVMe) Samsung 970 EVO Plus 1TB

macOS version: 15.0 (24A335) OpenCore version: 1.0.2

Drivers & Kexts

Not working

  • Hypervisor.framework (VirtualBox and XCode iOS emulator works)

How to use

  1. Create directory "EFI" in your EFI partition (e.g. pendrive or hard drive)
  2. Clone this repo and paste directiories "BOOT" and "OC" onto created directory
  3. Download GenSMBIOS to generate unique SMBIOS information. Run it and select Generate SMBIOS, as model select iMacPro1,1.
  4. Open config.plist with ProperTree and go to PlatformInfo > Generic. Set MLB (Board Serial), SystemSerialNumber (Serial) and SystemUUID (SmUUID) to generated values.
  5. Make USB installer with this guide
  6. Boot it!

You CAN NOT use SMBIOS from this repository, it MUST be unique for every macOS installation

References

  • OpenCore Desktop Guide: here