https://github.com/ichenhe/oc-b760m-13700-6800
Hackintosh / 黑苹果 OpenCore EFI. for MSI B760M MORTAR MAX WIFI
https://github.com/ichenhe/oc-b760m-13700-6800
hackintosh opencore-efi
Last synced: 6 months ago
JSON representation
Hackintosh / 黑苹果 OpenCore EFI. for MSI B760M MORTAR MAX WIFI
- Host: GitHub
- URL: https://github.com/ichenhe/oc-b760m-13700-6800
- Owner: ichenhe
- License: mit
- Created: 2023-09-10T20:26:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:56:52.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T14:43:45.029Z (9 months ago)
- Topics: hackintosh, opencore-efi
- Homepage:
- Size: 39 MB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ **WARNING: You must add your own serial number in `EFI/OC/config.plist`.** Related fields are: `PlatformInfo - Generic - MLB / SystemProductName / SystemSerialNumber / SystemUUID`. You can generate some random numbers by [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS). See [official guide](https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#platforminfo) for details.
## Hardware
- **Motherboard:** MSI B760M MORTAR MAX WIFI D5
- Ethernet: Realtek 2.5Gbps
- Audio Codec: Realtek ALC897 Codec
- Wireless (Bluetooth): Intel Wi-Fi 6E
- **CPU:** Intel Core i7 13700 (iGPU not working) Raptor Lake
- **dGPU:** AMD RX 6800
- **Storage:** WD_BLACK SN850X 2000GB
- **RAM:** Gloway DDR5 6400 16GB*2
## Software
- **OS:** macOS Sonoma 14.5
- **Bootloader:** OpenCore 1.0.6
- If you are using macOS 13 or 14.0~14.3, [AirportItlwm](https://github.com/OpenIntelWireless/itlwm/releases) must be replaced with a appropriate version.
## What's working
- [x] OpenCore GUI Picker
- [x] dGPU
- [x] Restart / Shutdown
- [x] Sleep / Wake
- [x] WiFi & Bluetooth
- [x] USB
- [x] macOS & Windows 11
## BIOS Settings
MSI B760M MORTAR MAX WIFI D5 ver E7E01IMS.H40 build 07/12/2023
SETTINGS - Advanced:
- PCIe/PCI Sub-system Settings - Re-size BAR Support: Disabled
- Integrated Peripherals - External SATA Controller Mode: AHCI Mode
- Integrated Graphics Configuration
- Initiate Graphic Adapter: PEG
- IGD Multi-Monitor: Enabled
- USB Configuration - XHCI Hand-off: Enabled
- BIOS CSM/UEFI Mode: UEFI
SETTINGS - Boot:
- MSI Fast Boot: Disabled
- Fast Boot: Disabled
SETTINGS - Security - Secure Boot - Secure Boot: Disabled
OC - CPU Features:
- Intel Virtualization Tech (VT-x): Enabled
- Intel VT-D Tech: Disabled
- CFG Lock: Disabled
## Kexts
| Name | Version | |
| ------------------------------------------------------------ | ---------------- | ---- |
| [Lilu](https://github.com/acidanthera/Lilu/releases) | 1.7.1 | |
| [VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases)
SMCProcessor
SMCSuperIO | 1.3.7 | |
| [SMCRadeonSensors](https://github.com/NootInc/RadeonSensor/releases) | 2.4.0 | |
| [WhateverGreen](https://github.com/acidanthera/WhateverGreen/releases) | 1.7.0 | |
| [AppleALC](https://github.com/acidanthera/AppleALC/releases) | 1.9.6 | |
| [LucyRTL8125Ethernet](https://www.insanelymac.com/forum/files/file/1004-lucyrtl8125ethernet/) | 1.2.2 | |
| [USBToolBox](https://github.com/USBToolBox/kext) | 1.2.0 | |
| [BlueToolFixup](https://github.com/acidanthera/BrcmPatchRAM/releases) | 2.7.1 | |
| [AirportItlwm](https://github.com/OpenIntelWireless/itlwm/releases) | 2.3.0 Sonoma14.4 | |
| [IntelBluetoothFirmware](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases)
IntelBTPatcher | 2.4.0 | |
| [NVMeFix](https://github.com/acidanthera/NVMeFix/releases) | 1.1.3 | |
| [CPUTopologyRebuild](https://github.com/b00t0x/CpuTopologyRebuild) | 2.0.2 | |
| [RestrictEvents](https://github.com/acidanthera/RestrictEvents) | 1.1.6 | |
## Config
Most of efi configurations are based on [Dortania's guide for Comet Lake](https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#acpi), but there are some differences for 13th CPU (thanks [大头蔡Cass](https://www.youtube.com/watch?v=qcOpeg9E1fQ)).
- CPU's SSDT is `SSDT-PLUG-ALT.aml` provided with opencore pkg.
- Kernel-Emulate: Emulate Comet Lake, details:
- Cpuid1Data: `55060A00000000000000000000000000`
- Cpuid1Mask: `FFFFFFFF000000000000000000000000`
- Kernel-Quirks: enable `provideCurrentCpulnfo`
- NVRAM-Add-4D1FDA02...: add new item `revcpu` with value 1 (number)
- NVRAM-Del-4D1FDA02...: add item `revcpu`
- PlatformInfo-Generic-ProcessorType: `3841` (need `RestrictEvents.kext`)