To create an offline installer on Windows, you must use a script to fetch the full installer chunks from Apple’s servers. Using macrecovery.py
Use to open the sample.plist (rename it to config.plist ). Perform a "Clean Snapshot" (Ctrl+R) to point the config to your specific Kexts and Drivers. Ensure your ScanPolicy is set to 0 initially so OpenCore can see the offline recovery partition you created. Phase 5: Installation Strategy
Every offline installer needs these basic "Kernel Extensions" in the EFI/OC/Kexts folder: The "arbitrator" for many other kexts. VirtualSMC: Emulates the Apple SMC chip. WhateverGreen: Fixes graphics issues.
(e.g., IntelMausi or RealtekRTL8111) to ensure you have internet once the OS is installed. The config.plist
When building a Hackintosh, relying on a stable internet connection during the macOS installation process is a gamble. Using an OpenCore offline installer for Windows allows you to create a complete recovery image on your USB drive, ensuring the installation files are ready before you even reboot. The Core Concept of Offline Installation
🚀 Always keep a backup of your working EFI folder on a separate drive before making updates.