Home

Awesome

Asrock-B460m-ITX-AC-OC-EFI

The EFI of OpenCore for Asrock B460M-ITX/AC with Intel I5 10500 ES CPU and iGPU UHD 630.

About macOS

OpenCore Version

OS Version Supported]

Hardware Specification

ItemBrandComment
CPUIntel I5 10500 ES (QSRK)
MotherboardAsrock B460m-ITX/AC
BIOS Version1.4.0
MemoryCuso DDR4 2666 16G x 1
SSDIntel 760P 512 GB
iGPUIntel UHD 630
dGPUNone
WiFi/Bluetooth Module1. Onboard WiFi, Bluetooth Module; 2. BCM94360CS2
CaseInwin Chopin Mini-ITX case
PSU150W 80 plus bronze adapter built in case
MonitorViewSonic VX2831-4K-HD 28 inchDP port connection in use

Changelog

2023-Oct-17

2022-Dec-25

2022-Apr-22

2022-Apr-7

2022-Mar-20

2022-Mar-13

2022-Jan-31

2021-Nov-08

2021-Nov-08

2021-Oct-07

2021-Sep-26

2021-Apr-08

2021-Mar-10

2021-Feb-27

2021-Feb-10

2021-Jan-30

2021-Jan-01

2020-Dec-17

2020-Dec-10

2020-Dec-04

2020-Dec-04

2020-Oct-09

2020-Sep-29

2020-Sep-8

2020-Sep-07

BIOS Settings

What Works

What Broken

How To Enable Built Intel WiFi/Bluetooth Module

IMPORTANT: Please note that the KEXTs to enable Intel WiFi/bluetooth module maybe is not update to date, please visit OpenIntelWireless/itlwm to get the latest guideline, here only a simple steps before I tried to enable Intel WiFi/bluetooth module.

  1. Download itlwm.kext from OpenIntelWireless/itlwm and place the kext file to EFI/OC/Kexts/
  2. Downlaod IntelBluetoothInjector.kext from OpenIntelWireless/IntelBluetoothFirmware and place the kext file to EFI/OC/Kexts/
  3. Copy IntelMausiEthernet.kext from Intel WiFi/Bluetooth Module KEXTS to directory EFI/OC/Kexts
  4. Add itlwm.kext, IntelBluetoothInjector.kext, IntelMausiEthernet.kext to your config.plist, the section Kernel
  5. Download HeliPort from here and install it
  6. Reboot with reset NVRAM
  7. Control the WiFi with HeliPort to on/off
  8. Enjoy it

iGPU Patching

Purpose: I meet black screen issue of DP port when the long time sleep (for example, more than 30 mins), when wake up, the fan of CPU start to work, but the monitor no signal, so for fixing this issue, I patched the video ports of iGPU, after patched, the black issue was fixed.

Follow the official instruction: https://dortania.github.io/OpenCore-Install-Guide/extras/gpu-patches.html#igpu-busid-patching

Then add the patching information to DeviceProperties -> PciRoot(0x0)/Pci(0x2,0x0):

- framebuffer-con0-enable = 01000000							// HDMI port
- framebuffer-con1-enable = 00000000							// disabled it as this motherboard only two video output port
- framebuffer-con2-enable = 01000000							// DP port
- framebuffer-con0-alldata = 01050900 00080000 C7030000 		// data type: DATA
- framebuffer-con1-alldata = 02040A00 00040000 C7030000 		// data type: DATA
- framebuffer-con2-alldata = 03060800 00040000 C7030000 		// data type: DATA
- framebuffer-patch-enable = 01000000 							// data type: DATA

Notice

  1. device-id is a must for DeviceProperties->PciRoot(0x0)/Pci(0x2,0x0), or you may suffer crashes on firefox, Photos etc.
  2. Fill your SMBIOS information (can generate from GenSMBIOS) in PlatForm->Generic, else will can't boot.

Donate a coffee