Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kr4fty/opencore-hackintosh-asus-prime-b460m-a
OpenCore EFI for Asus PRIME B460M-A i5-10400
https://github.com/kr4fty/opencore-hackintosh-asus-prime-b460m-a
asus b460m-a efi hackintosh i5-10400 macos opencore
Last synced: about 2 months ago
JSON representation
OpenCore EFI for Asus PRIME B460M-A i5-10400
- Host: GitHub
- URL: https://github.com/kr4fty/opencore-hackintosh-asus-prime-b460m-a
- Owner: kr4fty
- Created: 2021-12-02T22:36:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T01:21:27.000Z (7 months ago)
- Last Synced: 2024-06-11T03:15:04.164Z (7 months ago)
- Topics: asus, b460m-a, efi, hackintosh, i5-10400, macos, opencore
- Homepage:
- Size: 8.88 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCore Hackintosh for Asus PRIME B460M-A
[![macOS](https://img.shields.io/badge/macOS-11.6.1-orange)](https://web.archive.org/web/20211018064504/https://www.apple.com/macos/big-sur/)
[![macOS](https://img.shields.io/badge/macOS-12.0.1-orange)](https://www.apple.com/es/macos/monterey/)
[![macOS](https://img.shields.io/badge/macOS-13.4-orange)](https://www.apple.com/es/macos/ventura/)
[![macOS](https://img.shields.io/badge/macOS-14.5-orange)](https://www.apple.com/es/macos/ventura/)
[![OpenCore](https://img.shields.io/badge/OpenCore-1.0.0-9cf)](https://github.com/acidanthera/OpenCorePkg)**macOS Version supported/tested:**
* ***11.6.1 [20G224]*** ✅
* ***12.0.1 [21A559]*** ✅
* ***13.4 [22F66]*** ✅
* ***14.5 [23F79]*** ✅**OpenCore Version:** ***[1.0.0 Official](https://github.com/acidanthera/OpenCorePkg/releases/tag/1.0.0)***
*This OpenCore hackintosh repo is made for Asus PRIME B460M-A i5-10400 UHD630.*
## Configuration
| Specifications | Detail | Big Sur | Monterey | Ventura |Sonoma|
| :------------: | :------: | :--------: | :--------: | :--------: |:--------: |
| Motherboard | Asus PRIME B460M-A | ✅ | ✅ | ✅ |✅ |
| Processor | Intel® Core i5-10400 @ 2.90Ghz | ✅ | ✅ | ✅ |✅ |
| RAM | ADATA 3200MHz 8Gb | ✅ | ✅ | ✅ |✅ |
| HDD | SAMSUNG HD322HJ 320GB | ✅ | ✅ | ✅ |✅ |
| iGPU | Intel UHD Graphics 630 | ✅ | ✅ | ✅ |✅ |
| Sound Card | Realtek ALC 887 | ✅ | ✅ | ✅ |✅ |
| Ethernet Card | Realtek RTL8111H | ✅ | ✅ | ✅ |✅ |
| WiFi Card | Atheros AR9285 | ✅ | ✘ | ✘ |✘ |## Working
- macOS 11.6.1 - 14.5
- CPU Boost
- iGPU
- Ethernet
- Audio
- USB
- WiFi (works up to Big Sur)## Not Working
- WiFi Atheros: This kext generates a **Kernel panic** in Monterey and higher version
- ...## BIOS Settings
- Settings > Advanced > System Agent (SA) Configuration > VT-D: ***Disabled***
- Settings > Advanced > USB Configuration > XHCI Hand-off: ***Enabled***
- Settings > Advanced > PCI Subsystem Settings > Above 4G Decoding: ***Enabled***
- Settings > Boot > CSM(Compatibility Support Module) > Launch CSM: ***Disabled***
- Settings > Boot > Secure Boot > OS Type: ***Other OS***
- Settings > Boot > Boot\Boot Configuration > Wait For 'F1' If Error: ***Disabled***## Note
Please enter your codes (MLB, SystemSerialNumber, SystemUUID), into **config.plist** file
You can use this [guide](https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#platforminfo) as a reference
```
AdviseWindows
MaxBIOSVersion
MLB
ENTER HERE
ProcessorType
0
ROM
ESIzRFVm
SpoofVendor
SystemMemoryStatus
Auto
SystemProductName
iMac20,1
SystemSerialNumber
ENTER HERE
SystemUUID
ENTER HERE```
## References
- [dortania's OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/)
- [Fu-Yuxuan-hub](https://github.com/Fu-Yuxuan-hub/ASUS-TUF-GAMING-B460M-PLUS-HACKINTOSH)
- [tonyleelyy](https://github.com/tonyleelyy/OpenCore-Hackintosh-Asus-PRIME-B360M-A)