: Adjust your motherboard's BIOS settings to ensure compatibility. Common requirements include: Disable : Fast Boot, Secure Boot, VT-d. Enable : AHCI mode for storage, UEFI boot mode. Boot and Install :
| Symptom | Likely Cause | Solution | | :--- | :--- | :--- | | | Memory allocation issue | Enable DevirtualiseMmio (OpenCore) or add slide=0 boot arg | | AppleIntelCPUPM panic | Power management on old Intel | Enable AppleCpuPmCfgLock and AppleXcpmCfgLock | | No signal after verbose | GPU issue (Navi/Polaris) | Add agdpmod=pikera (for Navi) or -radcodec | | USB mouse/keyboard dead | USB port limit | Use XHCI-unsupported.kext or map ports | | Can't mount EFI | Partition scheme is MBR | Must be GPT. Re-format internal drive |
For both beginners and veterans of the Hackintosh scene, Olarila offers a compelling advantage: . By providing pre-assembled, vanilla-like images and a vast repository of hardware-specific EFI configurations, it removes much of the trial-and-error guesswork. It allows users to focus more on using macOS and less on wrestling with complex bootloader configurations from scratch.
Intel Platform Trust Technology (PTT) or TPM (if causing conflicts) Settings to Enable: AHCI (SATA Mode) VT-x (Virtualization) Above 4G Decoding XHCI Hand-off Save your changes and exit the BIOS. Step 5: Installing macOS Catalina
If you cannot find a working link, or the image keeps failing:
Because the file is a raw disk image, you cannot simply copy and paste it onto your USB drive. You must use a flashing utility to write the image sectors directly to the media. Using BalenaEtcher (Recommended for Windows and macOS) Download and install the free version of . Insert your 16GB+ USB flash drive into your computer.
Once your finishes, you cannot simply copy the file. You must "burn" it to the USB.
Please be aware that installing macOS on non-Apple hardware (a "Hackintosh") violates Apple's End User License Agreement (EULA). While Olarila projects offer a convenient way to create installation media, the user assumes all legal responsibility for their use.
The Olarila image usually works across many systems, but it requires a specific tailored to your motherboard's chipset to boot properly.
sudo dd if=/path/to/Olarila.raw of=/dev/rdisk2 bs=1m (macOS) sudo dd if=Olarila.raw of=/dev/sdb bs=4M status=progress (Linux)
Press your motherboard's boot menu key (e.g., F11 for AsRock/MSI, F12 for Gigabyte, F8 for ASUS). Select your USB drive (choose the UEFI option).
The installation process will begin. The computer will restart automatically multiple times.
At its core, Olarila is a pre-configured "vanilla" version of macOS designed specifically for installation on non-Apple hardware. The Olarila community produces these images with the goal of simplifying the complex process of building a Hackintosh.
By following this guide, you can safely execute an and build a stable Hackintosh that runs Apple’s last great Intel-centric OS. Good luck, and enjoy your hack!