Hackintosh Dual Boot Linux



Now Windows users can also Download and Install OS X 10.10.x Yosemite Hackintosh on Windows PCs / Laptops as Dual Boot to experience full features and functionalities of Mac OS X Yosemite 10.10 on Intel and AMD based Windows. The Direct Download Link of Hackintosh OS X Yosemite 10.10.1 is available below. They are accepting the risk if you’re installing it via Hackintosh as Dual Boot macOS & Windows. MacOS Mojave is an amazing constant OS. It’s super fast and super useful that you could do a 10 min task in half of that time, or maybe even less than that.

Clover Bootloader supports booting EFI files. This article will guide how to boot Ubuntu and Linux Mint ISO from Clover Bootloader.

Building a CustoMac Hackintosh: The Ultimate Buyer's Guide When running macOS as your main operating system, supported and compatible components are extremely important. That is why we have created a large selection of example systems along with a comprehensive list of the best available hardware. Windows/Linux from OC boot menu It's best practice to not boot from OC when planning to perform firmware upgrade. Thunderbolt No device to test. UEFI modding CFG Lock Advanced menu. It's possible to unlock Advanced menu thus disable CFG Lock natively in UEFI + Other Advanced menu benefits. SPI Programmer CH341a is required. I have a Hackintosh running High Sierra and duo boot with Windows 10 Today appstore recommended me to “update the software to the lastest version” After Installing the update I found myself unable to access either Hackintosh or Windows 10. As I boot my PC, it only displays a line that says “Reboot and Select proper Boot device.

Overview: Clover Bootloader supports booting EFI files, in this article, I will add the Grub2 EFI file (grubx64.efi) to Clover Bootloader. Then I will configure Grub2 to boot Ubuntu and Linux Mint directly from the ISO file without having to select the menu. In addition, I will guide how to configure Grub2 to boot the operating system installed on your drive. This way, you can dual boot Hackintosh, Windows, Ubuntu and many other Linux operating systems from Clover. First, install Clover Bootloader if you have not already.

Add Grub2 to Clover Bootloader

AIO Boot users will see two Grub2 icons and rEFInd to boot them from Clover. Here’s how I did it.

You can add Grub2 to Clover Bootloader by modifying its configuration file (EFICLOVERconfig.plist). Open the config.plist file and look for the following lines:

Hackintosh Dual Boot Linux

Remove the # sign in the following lines if it contains:

Add Grub2 to Clover Bootloader by adding the following lines below the lines shown above:

Add rEFInd to Clover Bootloader, rEFInd automatically detects Clover but Clover does not. To install rEFInd, just download the refind-bin-xx.YY.zz.zip file and extract the refind directory to the EFI directory on your drive. Place the refind directory peer to the CLOVER directory and in this directory contains the refind_x64.efi, refind_ia32.efi, and refind_aa64.efi files.

Hackintosh Dual Boot Linux Clover

By adding such entries, you can add a lot of EFI files without having to enter its path in the UEFI Shell.

  • See more about Custom Entries at Clover Wiki.
  • Clover Bootloader has the ability to emulate UEFI, you can boot EFI files even if you are using Clover Legacy.
  • Correct your EFI file path (the value of Path).
  • You can customize the icon (the value of Image). In the entry of rEFInd, I use its icon directly at the path EFIrefindiconsos_refind.png. Maybe your Clover theme will have the icons you need.
  • You can place the files on any drive, if you want to specify a specific drive, declare the Volume key.
  • You can also add Clover Bootloader to Grub2.

Boot Ubuntu and Linux Mint from Clover

Once you’ve added Grub2 to Clover, now you just have to configure Grub2 to boot directly into Ubuntu and Linux Mint.

Hackintosh Dual Boot Linux Installer

I have compiled a grubx64.efi file that you can download here. Clover no longer develops 32-bit versions, so here I only use Grub2 EFI 64-bit to boot the 64-bit operating system.

Next, place the file grubx64.efi in a path, which you can copy to multiple files and place each file in a separate directory. Creates a configuration file for the file grubx64.efi, which is named grub.cfg and is located in the same directory as the file grubx64.efi. Then open the grub.cfg file (included in the download) and add the code you want.

Boot Ubuntu and Linux Mint from the ISO file:

Here, I created the /EFI/UbuntuISO directory and copied all three grubx64.efi, grub.cfg and ubuntu-18.04-desktop-amd64.iso files to this folder. You can use the Grub2 code above to boot Ubuntu, Linux Mint from the ISO file, which also supports most ISO files of Ubuntu-based Linux distributions such as elementary OS… Just copy the ISO file into the path (on any drive) you want, then modify the path of the file in the above code. set timeout=0, Grub2 will automatically boot the first menu, if you have more than one menu to choose from, you can delete this line or increase its value.

Hackintosh dual boot linux usbHackintosh dual boot linux usb

Boot Manjaro from ISO file:

Debian Live:

Arch Linux 64-bit:

Here are some Grub2 scripts that help you boot Linux from an ISO file. In addition, GParted and Clonezilla are also supported, you can find more code in the menuoff directory of AIO Boot.

Boot Ubuntu and Linux Mint installed on your hard drive

Clover Bootloader will automatically detect .efi files of operating systems installed on your hard drive including Windows, Android, Ubuntu, Linux Mint and other Linux distributions. If you know the path of this file, just add it to Clover as instructed above.

Hackintosh Dual Boot Linux Usb

But if you install the operating system in Legacy mode, no .efi file will be created. If the operating system uses Grub2 as the bootloader, it will create a configuration file, usually located in /boot/grub/grub.cfg. You can use this Grub2 script to load the configuration file of that operating system.

44d0133a-f938-4ccd-ad06-26ba3d2bf870 is the UUID of the partition containing the file /boot/grub/grub.cfg, on Linux you can use the sudo blkid command to get this information, then replace it.

Alternatively, you can place the grubx64.efi file in the same directory as the grub.cfg file on the Linux partition. Or copy the grub.cfg file on the Linux partition to the same directory as the grubx64.efi file, but the kernel file name and code may change after each update, so the grub.cfg file should be updated.

Dual Boot Hackintosh And Linux

With the simple steps above, you can boot Ubuntu from Clover, boot Linux from Clover and many other operating systems that Grub2 supports. Leave a comment below if you don’t know how to get the Grub2 code for your operating system. Good luck!