Skip to content

kr4fty/OpenCore-Hackintosh-Asus-PRIME-B460M-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

OpenCore Hackintosh for Asus PRIME B460M-A

macOS macOS macOS macOS OpenCore

Critter

macOS Version supported/tested:

  • 11.6.1 [20G224]
  • 12.0.1 [21A559]
  • 13.4 [22F66]
  • 14.5 [23F79]

OpenCore Version: 1.0.0 Official

This OpenCore hackintosh repo is made for Asus PRIME B460M-A i5-10400 UHD630.




Critter

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 as a reference

<dict>
    <key>AdviseWindows</key>
    <false/>
    <key>MaxBIOSVersion</key>
    <false/>
    <key>MLB</key>
    <string>ENTER HERE</string>
    <key>ProcessorType</key>
    <integer>0</integer>
    <key>ROM</key>
    <data>ESIzRFVm</data>
    <key>SpoofVendor</key>
    <true/>
    <key>SystemMemoryStatus</key>
    <string>Auto</string>
    <key>SystemProductName</key>
    <string>iMac20,1</string>
    <key>SystemSerialNumber</key>
    <string>ENTER HERE</string>
    <key>SystemUUID</key>
    <string>ENTER HERE</string>
</dict>

References