Gigabyte-B460M-DS3H-V2-Hackintosh
Gigabyte-B460M-DS3H-V2-Hackintosh copied to clipboard
macOS Big Sur with OpenCore for Gigabyte B460M DS3H V2
In this repository, I've included all things that I used to build my small Hackintosh.
Build Configuration
Components | Model | Working? |
---|---|---|
Motherboard | Gigabyte B460M DS3H V2 | Yes |
CPU | Intel i5-10400 | Yes |
GPU (Integrated) | Intel® UHD Graphics 630 | Yes |
GPU (External) | - | - |
RAM | 2x8GB DDR-4 | Yes |
NVMe (Boot Drive) | 512GB | Yes |
SSD | - | - |
HDD | - | - |
Audio | ALC897 | Yes |
Ethernet | Intel® GbE LAN | Yes |
Wireless (WiFi & BT) | BCM94352HMB | Yes (Both) |
USB | - | Yes, All |
System & Tools
Name | Version | Comments |
---|---|---|
OpenCore | 0.6.7 | - |
VirtualSMC | 1.2.1 | - |
Lilu | 1.5.1 | - |
WhateverGreen | 1.4.8 | - |
AppleALC | 1.5.8 | - |
IntelMausi | 1.0.5 | - |
USBInjectAll | - | - |
XHCI-unsupported | - | - |
BIOS Setup
Name | Status | Comments |
---|---|---|
VT-D | Disabled | - |
Create Bootable USB Disk
Download the latest version of macOS Big Sur from the App Store. You will need a USB flash drive with at least 16GB. You will need to format the disk using Disk Utility
with Format Mac OS Extended (Journaled)
and Scheme GUID Partition Map
. After the disk is formatted run the command below to prepare the disk. Please replace YOUR_FLASH_DRIVE_NAME_HERE
with your newly formatted flash drive name.
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/YOUR_FLASH_DRIVE_NAME_HERE
Copy EFI
You will need to mount the EFI
partition to make copy EFI
files from this repository. To Mount EFI
partition you may use Mount EFI tool.
After mounting the EFI
drive, Please copy all files from EFI
to your newly mounted EFI
drive. Now you can configure the EFI/OC/config.plist
file with your own/fake PlatformInfo
. To generate PlatformInfo
you can use GenSMBIOS.
Do all BIOS setup things listed above and boot the flash drive.
Now, I can say "Best Of Luck!" only.
Happy Hacking!