Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likidu/opencore-asrock-b660m-itx-ac

OpenCore EFI for ASRock B660m-ITX/ac, Intel i5 12400 and Radeon RX6600
https://github.com/likidu/opencore-asrock-b660m-itx-ac

asrock hackintosh opencore opencore-efi

Last synced: 17 days ago
JSON representation

OpenCore EFI for ASRock B660m-ITX/ac, Intel i5 12400 and Radeon RX6600

Awesome Lists containing this project

README

        

# Hackintosh - Opencore EFI for Asrock B660M-ITX/ac

Support for macOS Sequoia (15). If you are looking for Sonoma (14) support, swtich to [sonoma](https://github.com/likidu/OpenCore-ASRock-B660m-ITX-AC/tree/sonoma) branch.

## Changelog

- **[9/20]**: Updated to OpenCore 1.0.1 and macOS Sequoia 15.0. Multiple kexts and drivers are updated.

## Hardware

| **Component** | **Model** |
| -------------------- | -------------------------------------------------------------------------------------- |
| CPU | Intel Core i5 12400F |
| Motherboard | [Asrock B660M-ITX/ac](https://www.asrock.com/mb/Intel/B660M-ITXac/index.asp) |
| RAM | 16GB (2 x 8GB) G.Skill @ 2666 CL15 |
| GPU | [PowerColor Hellhound RX 6600 - 8GB](https://www.powercolor.com/product?id=1630396326) |
| OS Disk (Nvme/Sata3) | SK Hynix P31 1TB |
| WiFi / Bluetooth | Intel Wireless AC 9462 and Bluetooth |
| Display | 2 x 4K (BenQ EW3270U and PD2704U) @ 60Hz on Display Port |

![Sonoma](./doc/images/sequoia.png)

## BIOS Settings

Reference - [黑苹果华擎 Asrock 主板 BIOS 详细截图设置教程](https://www.bilibili.com/read/cv12293964)

### Prerequisites

In BIOS, use `F6` to swtich to `Advanced Mode`.

### OC Tweaker

- Intel Turbo Boost Max Technology 3.0: **Enabled**

### Advanced - CPU Configuration

- Intel Hyper-Threading Technology: **Enabled**
- **CFG Lock**: **Disabled**
- Intel Virtualization Technology: **Enabled**
- **Software Guard Extensions (SGX)**: **Disabled**

### Advanced - Chipset Configuration

- Primary Graphics Adapter: **PCIe**
- Above 4G Decoding: **Enabled**
- **C.A.M (Clever Access Memory)**: **Enabled**

### Advanced - Storage Configuration

- SATA Mode Selection: **AHCI**

### Advanced - USB Configuration

- Legacy USB Support: **Enabled**
- XHCI Hand-off: **Enabled**

### Advanced - ACPI Configuration

- PS/2 Keyboard S4/S5 Wakup Support: **Enabled**
- USB Keyboard/Remote Power On: **Enabled**
- USB Mouse Power On: **Enabled**

### Advanced - Trusted Computing

- Security Device Support: **Disabled**

### Advanced - Super IO Configuration

- Serial Port: **Enabled**

### Security

- **Secure Boot**: **Disabled**

### Boot

- Fast Boot: **Disabled**
- **CSM**: **Disabled**

## Installation

See [Installation notes](./doc/INSTALLATION.md).

## Notes

- Until now (9/20), we have to use itlwm and HeliPort to use AX201 WiFi.

- To enable OTA update, you have to include [RestrictEvents](https://github.com/acidanthera/RestrictEvents) kext and add boot flag:

```text
revpatch=auto,sbvmm,asset
```

- There was an issue about OpenCore will repeatly reboot until successfully get into the macOS. Removing `-v` in `boot-args` seems fix the issue.

## Reference

- [Dortania's OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/)
- [OpenCore Alder Lake (12th-Gen Intel) Hackintosh Guidance](https://www.reddit.com/r/hackintosh/comments/sp1zgv/opencore_alder_lake_12thgen_intel_hackintosh/)
- [Fix shutdown and restart](https://github.com/Koala166/The-TLDR-Guide-of-Fixing-Shutdown-Restart)
- [OC Sanity Checker](https://sanitychecker.ocutils.me/)