The Hottest Bootloader is now Dropped Opencore 0.5.8 and you wanted to Dualboot Your System with macOS Catalina, Windows 10 & Linux but don’t know how to do it, Well this Typical Bootloader is not as typical How it Seems.

Turns Out you can Actually Dualboot or MultiBoot your OpenCore System either AMD or Intel but make sure you follow the Guide Step-by-step.

So let’s Get Started,

MAKE SURE:

  • YOU”LL NEED 3 Separate SSD’s FOR INSTALLING EACH OPERATING SYSTEM.
  • CONNECT ONLY 1 DRIVE, IN EVERY OS INSTALLATION. DISCONNECT ALL OTHER SSD/HDD’s

HARDWARE WE’LL BE USING IN THIS GUIDE:

  • Intel i5 9400F
  • 16GB Corsair RAM (2 x 8GB)
  • Crucial MX500 500GB SSD
  • Cooler Master 450W Power Supply
  • MSI B360M-PRO-VDH.
  • Sapphire RX580 8GB
  • Corsair K95 Platinum RGB Keyboard
  • Logitech G402 Mouse.
  • Logitech G433 Headset.

Tools Needed Throughout the Guide:

  • Working macOS System.
  • 3 USB PenDrives.
  • Internet
  • OC-Configurator – For Fine Tuning our Config.plist

macOS Catalina 10.15.4 :

CONNECT THE DRIVE, IN WHICH YOU WANT TO INSTALL macOS CATALINA.

Install the macOS as usual with OpenCore USB Drive, If you don’t know how to install it Check these Resources Out,

What the Heck is OpenCore Bootloader and What it means to Hackintosh Community?

[GUIDE] Make Intel 700$ Hackintosh Build Using OpenCore Bootloader

Windows:

Install Windows as usual in GPT-UEFI mode, if you don’t know how to to that follow the steps below.

1. On any Existing Windows machine go to Rufus.ie and Download Rufus 64Bit.

2. make a Bootable Installation USB with GPT Format.

3. Plug the USB in and Start the Installation Process.

windows-install-1

4. Choose the Partition which we made FAT and format it.

5. Complete the Installation.

windows-install-2

6. Make sure you Successfully Get into the Windows Desktop.

windows-install-3

Before Restarting make sure to check for Windows Update, if you want everything up-to-date.

SEE: [GUIDE] How To Optimise Windows 10 for Gaming in 2020

LINUX:

DISCONNECT macOS CATALINA SSD AND CONNECT THE 2ND DRIVE, IN WHICH YOU WANT TO INSTALL macOS CATALINA.

For this Specific hack, I’ll use Manjaro KDE 20.0 as it has beautiful UI and Power of Arch Linux, you can use any other Linux build duh.

Keep in Mind GRUB Bootloader is no GAME, Remove All the Other SSD/HDD’s Before Proceeding.

So Just Follow Along with the Step-by-step Screenshots Posted Below and Understand the Process. DON’T RUSH. ask for help if you stuck somewhere.

Download the Latest ISO From Manjaro Website and Rufus, make bootable USB.

Insert The USB and Select Install ManjaroLinux x64

1.  Click Next

2. Select Your Region

linux-install-1

3. Select your Keyboard Layout.

linux-install-2

4. Select SSD and Erase and Format with Swap/Hibernate

linux-install-3

5. Create a User Account

linux-install-4

6. Select Office(Optional)

linux-install-5

7. Finalize the Step, Recheck Everything.

linux-install-6

8. Install It.linux-install-7

If you have a Broadcomm card fix it, [GUIDE] FIX BROADCOM 43XXX SERIES WI-FI ISSUES ON LINUX.

POST – INSTALLATION:

So now you have 3 OS in 3 Separate SSD’s.

Thanks to Sarkrui, for mentioning steps here.

Connect All The SSD’s and Check On BIOS that all are found.

post-installation-1

Boot Into OpenCore and Select OpenShell.efi

post-installation-2

You’ll be Greeted with Screen like this.

post-installation-3

The thing here is, FS1:, FS2,… FS12: are partitions of all the drives connected to the system, you have to identify which one is Windows and Which one is Linux Partition.

To Find Partition start with typing,

FS1:

then type,

DIR

Continue this Until you find Something like EFI after typing DIR,

FS2:

then type,

DIR

again.

I Found my Windows EFI partition in FS9:

post-installation-4

when you find it type,

map > map-table-windows.text

Note the partition Number or take a snap from your mobile, as we need to mention it later.

the Continue the Search for Linux Partition,

FS10:

then,

DIR

post-installation-5

I found mine in FS11, to double-check your EFI folder type,

cd EFI

If the Manjaro Folder is Inside its the partition you are looking for,

type,

cd ../

to go back to your root EFI partition i.e FS11:

again type,

map > map-table-linux.txt

Now restart the system and boot into macOS from selecting macOS Drive from Boot Menu.

After Successfully Booting into macOS, Download OC Configurator.

After Downloading OC Configurator move it to Application Folder,

Open it,

Go to Tools> Mount EFI

post-installation-6

Mount Your Windows Partition First,

Open Drive, Search for map-table-windows.txt

post-installation-7

Open it,

post-installation-8

Search for the Drive Number for Windows EFI you noted and Copy the PCI line and paste it into new Text File, then add this line just after the PCI line Like this,

/\EFI\Microsoft\Boot\bootmgfw.efi

it will look something like this after,

PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x4,0xFFFF,0x0)/HD(2,GPT,BDD47B32-75D8-4A58-A59A-F96037E62CED,0x109000,0x32000) /\EFI\Microsoft\Boot\bootmgfw.efi

Open OC Configurator > Tools > Mount and UnMount the Partition.

Then Mount the Linux Partition,

Again Same steps,

Open Drive, Search for map-table-linux.txt

Open it,

post-installation-9post-installation-10

Search for Drive Number for Linux EFI partition you noted and copy the PCI line and paste it into a new text file, then add this line just after the PCI line like this,

 /\EFI\Manjaro\grubx64.efi

it’ll look something like this after,

PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x5,0xFFFF,0x0)/HD(1,GPT,54BF9D60-0A26-D146-94DC-F46E60BCD33F,0x1000,0x96000) /\EFI\Manjaro\grubx64.efi

Now, Open OC Configurator and UnMount Linux Partition and Mount the main macOS Partition in which the OpenCore is,

post-installation-11

go to.

EFI> OC> config.plist (open it in OC Configurator)

then go to,

MISC > Entries

opencore-mac

then add an entry from (+) symbol which is located below and add both paths we created in the new file and name of OS, make sure you click enable after that.

So, here you go.

oc-cli