Prepare USB Drive
Before start
Prior to installing OS X, it is a good idea to create an OEM recovery USB from Windows. If anything goes wrong and you want/need to get back to Windows, you can restore it via the USB. Use the utility provided by HP to accomplish this.
Setup the USB drive
You must determine what the disk identifier is. With the USB plugged in to the computer, open a terminal and digit:
The output should look like this:
So I can see that the USB is at /dev/disk1. Be careful with diskutil as you can lose data without a mechanism for recovery if you repartition the wrong disk.
Now you can format the USB drive with:
The output of the operation looks like:
Installing Clover Boot Loader to USB drive
Download https://github.com/RehabMan/Clover and run the Clover Installer package:
select the target of the install to
install_osx
usingChange Install Location
select
Customize
check
Install for UEFI booting only
,Install Clover in the ESP
will automatically selectcheck
BGM
from Themescheck
OsxAptioFixDrv-64
fromDrivers64UEFI
After making your selections you can continue to Install
the Clover Boot Loader to your USB.
Finally, we need one EFI driver not included in the Clover installer, HFSPlus.efi
.
It can be downloaded from here, then copy it to /EFI/Clover/drivers64UEFI
Please, DO NOT forget HFSPlus.efi. Without it, you won't see any HFS+ partitions, including the HFS+ partition that the OS X installer is on.
If you're installing High Sierra (10.13) to an SSD, keep in mind that the file system will be APFS, which requires apfs.efi
in drivers64UEFI
. Without apfs.efi
in drivers64UEFI
, Clover will not recognise APFS boot volumes. You can find apfs.efi
at /usr/standalone/i386/apfs.efi
inside of /Applications/Install macOS High Sierra.app/Contents/SharedSupport/BaseSystem.dmg
Now you have the Clover bootloader on the USB, the resulting drivers64UEFI should look something like this:
Last updated