- Supported version: 0.6.6
While you don't need a fresh install of macOS to use OpenCore, some users prefer having a fresh slate with their boot manager upgrades.
To start you'll need the following:
4GB USB Stick
For USB larger than 16 GB to format in FAT32 use Rufus method
- This will require Python installed
#Downloading macOS
To grab legacy installers is super easy, first grab a copy of OpenCorePkg and head to /Utilities/macrecovery/
. Next copy the folder path for the macrecovery folder:
From here, you'll want to open up a Command Prompt and cd into the macrecovery folder that we copied earlier:
Now run one of the following depending on what version of macOS you want(Note these scripts rely on Python support, please install if you haven't already):
- macOS 11, Big Sur Note: As this OS is quite new, there's still some issues with certain systems to resolve. For more information, see here: OpenCore and macOS 11: Big Sur
- For first time users, we recommend macOS 10.15, Catalina
- Nvidia GPU Note: Reminder to verify whether your hardware support newer OSes, see Hardware Limitations
This will take some time, however once you're finished you should get either BaseSystem or RecoveryImage files:
BaseSystem | RecoveryImage |
---|---|
Now with our installer downloaded, we'll next want to format out USB.
#Making the installer
Here we'll be formatting our USB and adding macOS onto it, we have 2 options:
- Disk Management method
- GUI Based, simplest way
- Only UEFI systems are supported(ex. 2012+)
- Rufus method
- GUI Based, simplest way
- For larger USB drives(16GB+)
- diskpart method
- Command line based, little more work
- Required for legacy systems(ie. non-UEFI, pre-2012)
#Disk Management method
Simply open up Disk Management, and format your USB as FAT32:
- Right click the Start Button on your task bar and select Disk Management.
- You should see all of your partitions and disks. On the bottom half, you'll see your devices. Find your USB.
- You'll want to format the USB to have a FAT32 partition.
- If you have multiple partitions on the USB, right click each partition and click Delete Volume for your USB (This will remove data, make sure you have backups and only remove partitions from your USB)
- Right click the unallocated space and create a new simple volume. Make sure it is FAT32 and at least a gigabyte or two big. Name it "EFI".
- Otherwise, right click the partition on the USB and click Format and set it to FAT32.
Next, go to the root of this USB drive and create a folder called com.apple.recovery.boot
. Then move the downloaded BaseSystem or RecoveryImage files. Please ensure you copy over both the .dmg and .chunklist files to this folder:
Now grab OpenCorePkg you downloaded earlier and open it:
Here we see both IA32(32 Bit CPUs) and X64(64 Bit CPUs) folders, choose the one that's most appropriate to your hardware and open it. Next grab the EFI folder inside and place this on the root of the USB drive along side com.apple.recovery.boot. Once done it should look like this:
#Rufus method
- Download Rufus
- Set the BOOT selection as not bootable
- Set File System as Large FAT32
- Click Start
- Delete all file autorun in USB Drive partition
Next, go to the root of this USB drive and create a folder called com.apple.recovery.boot
. Then move the downloaded BaseSystem or RecoveryImage files. Please ensure you copy over both the .dmg and .chunklist files to this folder:
Now grab OpenCorePkg you downloaded earlier and open it:
Here we see both IA32(32 Bit CPUs) and X64(64 Bit CPUs) folders, choose the one that's most appropriate to your hardware and open it. Next grab the EFI folder inside and place this on the root of the USB drive along side com.apple.recovery.boot. Once done it should look like this:
Post a Comment