Пожалуйста, включите JavaScript для просмотра этого сайта.

Olarila Images May 2026

Olarila began as a forum (olarila.com) dedicated to simplifying the Hackintosh process. The administrators and senior members noticed that most installation failures were due to one problem: a mismatched or incomplete EFI folder.

The solution? Olarila images—raw, bootable macOS disk images pre-staged with a generic EFI folder for a specific CPU family. Instead of starting from scratch with OpenCore or Clover, users can flash an Olarila image to a USB drive, boot directly into the macOS installer, and install macOS as if it were a real Mac.

It is important to clarify: Olarila does not modify the macOS kernel or system files. The "image" is simply a clean copy of macOS combined with a comprehensive EFI folder.


Olarila is one of the most well-known communities in the Hackintosh world. While they offer guides and support forums, they are most famous for providing pre-installed disk images of macOS.

Unlike the official Apple method (which requires a Mac to download the installer and create a bootable USB), an Olarila image is a ready-to-go .raw or .vmdk file. It contains a full installation of macOS with the bootloader (usually Clover or OpenCore) already configured. olarila images

You simply write the image to a USB drive or a hard drive, boot your PC, and—ideally—you are looking at the macOS desktop within minutes.

Most Olarila images include debug versions of OpenCore with verbose output enabled. If something fails, you can see exactly where the boot process stops.

Downloading a pre-made DMG from a forum post exposes you to potential malware. While the Olarila team is generally respected, a pre-built image could theoretically contain modified system files. Unlike the official Apple installer, which is cryptographically signed, these images are unsigned.

Proceed with the normal installation. The system will reboot several times—each time, boot from the USB drive and select the new drive name (e.g., "Macintosh HD"). Olarila began as a forum (olarila

On Windows: Use Balena Etcher or Rufus. Select the raw image file and your USB target.

On macOS/Linux: Use dd in terminal:

sudo dd if=Olarila_Image_Sonoma_CometLake.img of=/dev/rdisk2 bs=1m

Using these images is different from using the createinstallmedia command. Here is the standard workflow for deploying an Olarila Image.

Warning: This will erase your target USB drive. Olarila is one of the most well-known communities

Step 1: Download the Image Navigate to the official Olarila forum (or trusted mirrors) and download the image matching your desired macOS version (e.g., Olarila Sonoma.raw). These files are large—typically 8GB to 14GB.

Step 2: Write the Image to USB

Step 3: Post-Configuration (Crucial Step) This is where most users fail. Although the image is "pre-configured," hardware varies wildly.

Step 4: BIOS Settings Boot from the USB. You must have disabled CFG Lock, VT-d (depending on quirk settings), and set your SATA mode to AHCI. Olarila images will kernel panic if the BIOS is set to Intel Optane or RAID.

Step 5: Installation The image will boot to the macOS Recovery or the installer directly. From there, you format your target NVMe/SATA drive using Disk Utility (APFS/GUID) and proceed with the installation.

Once macOS is running: