Skip to content

ybakiame/Ryzen-Hackintosh-OpenCore-MSI-B550M-MORTAR-WIFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

macOS

OpenCore : 0.9.7

macOS :14.2.1

SMBIOS : MacPro7,1

Specification

Component Model
CPU AMD R7 3700X
Motherboard MSI(MAG) B550M MORTAR WIFI
RAM KINGBANK 32GB(16G×2) DDR4 3600 CJR C18
Audio Chipset ALCS1200A
GPU XFX RX 590 8G
Ethernet RTL8125B 2.5GbE
WiFi & Bluetooth Intel 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
    
    CoreCount Hexadecimal
    6 Core 06
    8 Core 08
    12 Core 0C
    16 Core 10
    32 Core 20
    64 Core 40

    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

BIOS

My bios version is 7C94v1E, With this bios you just need to disable secure boot.

You can download all bios here.

Do not use biso after 7C94v1E, above 4G is turned on by default and cannot be changed. The system will fail to boot.

AMD BIOS Settings

I use npci=0x3000 instead of enable above 4G

About

MSI B550M MORTAR WIFI Hackintosh EFI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published