# Legacy macOS: Disk Images

This method instead relies on hosted images either from Apple or Acidanthera, and restoring onto your drive.

# Acidanthera Images

The below installers were pulled from genuine Mac restore disks with their SMBIOS lock removed, contents of OS X itself have not been modified in any way.

# Apple Images

Note that these images require you to have an Apple Developer account to access.

# Restoring the drive

Now comes the fun part, you'll first want to open the dmg you just downloaded and have it mounted. Now open Disk Utility and format your drive as macOS Extended(HFS+) with a GUID partition map:

Formatting the USB

Next we have 2 options to follow:

# ASR

Here you'll simply want to open terminal and run the following:

sudo asr restore -source /Volumes/Mac\ OS\ X\ Install\ DVD  -target /Volumes/MyVolume -erase -noverify
  • Note: This may not align with your setup, please change accordingly:
    • Change /Volumes/Mac\ OS\ X\ Install\ DVD to what your mounted Disk Image is called
    • Change /Volumes/MyVolume to what your USB is called

# Once you're finished, you can head to Setting up OpenCore's EFI environment

# Disk Utility

Due to some pesky issues with Disk Utility, many restores can fail if SIP is enabled. If you have issues we recommend either using the ASR Method or disable SIP.

To start, open Disk Utility and you should see both your USB drive and the Disk Image in the sidebar. From here, select restore

Troubleshooting

If you get an error such as this one during restore:

This likely means SIP needs to be disabled, however we recommend using ASR Method instead.

# Once you're finished, you can head to Setting up OpenCore's EFI environment