For Intel i5-6300U / HD 520 and similar Skylake systems
A complete OpenCore-based guide with tools, EFI generation steps, and post-install instructions to run macOS on Intel Skylake non-Mac PCs.
- CPU: Intel Core i5-6300U (Skylake)
- GPU: Intel HD Graphics 520
- RAM: 8 GB minimum (16 GB recommended)
- Storage: SATA or NVMe SSD
- Recommended macOS: Monterey
- Tested macOS: Ventura (extra SMBIOS step required)
- Backup all important data β this process wipes your drive
- Use a 16 GB or larger USB drive
- Use Ethernet during installation if possible
- Temporarily disable antivirus in Windows
- This guide is for educational purposes only
This guide is designed for:
- Intel Skylake laptops & desktops
- CPUs like i5-6200U / i5-6300U / i7-6500U
- Intel HD 520 / HD 530 graphics
- Users who want a semi-automated, beginner-friendly OpenCore setup
- Install Windows 10 or Windows 11 temporarily
- Let Windows:
- Install all updates
- Install all drivers
- Reboot at least once
- Ensure Windows is fully stable before continuing
From Microsoft Store (Easiest Way):
https://apps.microsoft.com/store/detail/python/9ncvdn91xzqp
Alternative (if Store version fails): Download Python from: https://www.python.org/downloads/windows/ During install, check "Add Python to PATH"
-
OpenCore Simplify
https://github.com/lzhoang2801/OpCore-Simplify/archive/refs/heads/main.zip -
OpenCore 1.0.6
https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.6/OpenCore-1.0.6-RELEASE.zip -
USBToolBox
https://github.com/USBToolBox/tool/releases/download/0.2/Windows.exe -
OC Auxiliary Tools
https://github.com/ic005k/OCAuxiliaryTools/releases/download/20250001/OCAT-Win64.zip -
Rufus
https://github.com/pbatard/rufus/releases/download/v4.11/rufus-4.11.exe
- Extract
OpCore-Simplify-main.zip - Right-click the
.batfile β Run as Administrator - Let it update and complete the setup
- When the menu appears:
- Select:
1) Select Hardware Report - Choose:
Export - Wait 1β5 minutes for the system scan to complete
- Monterey β Recommended
- Ventura β Works (extra SMBIOS step later)
- Select:
6) Build OpenCore EFI - When prompted:
- Press Enter for defaults
- If asked for Wi-Fi kext β choose Airportitlwm.kext
- After completion:
- File Explorer will open with the EFI folder
- Copy the EFI folder to a safe location (Desktop recommended)
- Plug in your USB drive
- Run
Windows.exefrom USBToolBox
- Select:
1) Discover Ports - Plug & unplug your USB device once
- Go back to the menu
- Select:
2) Select Ports - Press K to build kext
- Exit program
- A new folder named
USBMapwill appear - Copy
USBMapto:EFI/OC/Kexts/ - Delete this file from the same folder:
USBDefault
- Extract
OCAT-Win64.zip - Run OC Auxiliary Tools
- Open:
EFI/OC/config.plist
- Go to Kernel tab
- Find
USBDefault - Right-click β Delete
- Click the + icon
- Select
USBMap - Click Save
Skip this step if installing Monterey
- In OC Auxiliary Tools
- Go to PI tab
- Set:
SystemProductName β MacBookPro14,1 - Click Generate
- Click Save
- Exit tool
- Extract
OpenCore-1.0.6-RELEASE.zip - Navigate to:
Utilities/macrecovery - Right-click β Open in Terminal
- Open
recovery_urls.txt - Copy the command for your macOS version
python macrecovery.py -b Mac-B4831CEBD52A0C4C -m 00000000000000000 downloador
python3 macrecovery.py -b Mac-B4831CEBD52A0C4C -m 00000000000000000 downloadAfter the download completes:
- A new folder (e.g.,
com.apple.recovery.boot) will appear - Copy this folder next to your EFI folder
- Run Rufus
- Set:
Device: Your USB
Boot Selection: Non-bootable
Partition Scheme: GPT
Target System: UEFI (non-CSM)
File System: FAT32
- Click Start
- Wait for formatting to finish
Copy both folders to the USB root:
USB_DRIVE/
βββ EFI/
βββ com.apple.recovery.boot/
Enter BIOS and set:
- Disable Secure Boot
- Disable Legacy Boot
- Disable Fast Boot
- Boot Mode: UEFI
- Storage Mode: AHCI (if available)
- Set USB as the first boot device
Save and exit BIOS.
- Boot from USB
- Open Disk Utility
- Erase your SSD:
- Format: APFS
- Scheme: GUID Partition Map
- Exit Disk Utility
- Start macOS installation
- It will reboot multiple times
- Each time it reboots, always select:
- macOS Installer β Your Drive
- Boot into Windows or macOS
- Download and open OC Auxiliary Tools for mac
The app may fail to open the first time β Go to System Settings β Privacy & Security β Scroll down and click Allow Anyway for OC Auxiliary Tools β Reopen the app
- After the app opens, from the System Menu Bar, choose Tools β Mount EFI
- Select your macOS disk β Click Mount
- Click Open Partition
- Open your USBβs EFI folder
- Copy the entire
EFIfolder - Paste it into the mounted EFI partition
- Eject USB
- Reboot without USB
After reboot, test:
- Wi-Fi
- Bluetooth
- Audio
- Brightness
- Sleep
- USB ports
- Install
AirportItlwm.kextfor Intel Wi-Fi - Install
HeliPortapp - Enable WhateverGreen framebuffer patches
- Enable HiDPI scaling
- Generate proper SMBIOS serials
- Fix trackpad gestures
- Enable battery readouts
- Fine-tune power management
- Add
-vboot-arg - Check GPU patches
- Disable Secure Boot in BIOS
- Use
AirportItlwm.kext+ HeliPort
- Try layout-id changes in AppleALC
- Rebuild USBMap kext
- Add WhateverGreen boot args
- Try ig-platform-id patches
- Beast
- OpenCore Team
- Acidanthera
- USBToolBox
- lzhoang2801 (OpCore Simplify)
- ic005k (OC Auxiliary Tools)
This guide is for educational purposes only.
macOS is the property of Apple Inc.
End of Guide