Home

Awesome

Hackintosh-Opencore-MAG-MSI--B550M-MORTAR-WIFI

微星(MSI)MAG B550M MORTAR WIFI迫击炮

macOS

OpenCore : 0.7.6

macOS :12.1 Beta

SMBIOS : MacPro7,1

Specification

ComponentModel
CPUAMD R7 3700X
MotherboardMSI(MAG) B550M MORTAR WIFI
RAMKingston 16GB DDR4 2400
Audio ChipsetALCS1200A
GPUXFX RX 590 8G
EthernetRTL8125B 2.5GbE
WiFi & BluetoothIntel WiFi 6 AX200
OS Disk(nvme)kioxia RC10 1TB

What works

NEW AMD Kernel Patches

  1. Enable ProvideCurrentCpuInfo

    Kernel -> Quirks -> ProvideCurrentCpuInfo

  2. Edit the core count patch to match your CPU

    AMD Vanilla OpenCore or OpenCore-Install-Guide

    Find the three algrey - Force cpuid_cores_per_package

    • kernel -> Patch -> 0 -> Replace for macOS 10.13,10.14
    • kernel -> Patch -> 1 -> Replace for macOS 10.15,11.0
    • kernel -> Patch -> 2 -> Replace for macOS 12.0
    B8000000 0000 => B8 <core count> 0000 0000
    BA000000 0000 => BA <core count> 0000 0000
    BA000000 0090 => BA <core count> 0000 0090
    
    CoreCountHexadecimal
    6 Core06
    8 Core08
    12 Core0C
    16 Core10
    32 Core20
    64 Core40

    for eamlple : 3700X 8 Core

    B8 08 0000 0000
    BA 08 0000 0000
    BA 08 0000 0090
    

please use OpenCore Configurator or OC Auxiliary or GenSMBIOS to generate yourself SMBIOS

Monterey

Most MSI B550 motherboard need use the 7C94v12 version of the bios to start Monterey. Please test yourself according to your hardware.