
Clover EFI installer log - Wed Jul 31 15:59:49 PDT 2019
Installer version: v2.5k r5033 EFI bootloader
======================================================
Changes:
Mount ESP Beta (r5030): use of a new command line called espfinder to find the ESP that belong with the target volume
using the installer. espfinder is able to find the ESP for standard hfs fylesystem, APFS, CoreStorage, RAID with or without APFS,
Fusion drives... or combined. Is in beta stage and is not used by default, in fact to activate it you have to create a file in "/"
called useespfinder just before running the installer:
sudo touch /useespfinder

- New Drivers directories (r4986): drivers64 and drivers64UEFI are deprecated and now Clover load drivers from
EFI/CLOVER/drivers/BIOS and EFI/CLOVER/drivers/UEFI. The Installer takes the step for the migration without, however,
deleting old directories. Anyway the installers now only update EFI/CLOVER/drivers/ leaving old path untouched.
For retro compatibility new Clover loads drivers from drivers64/drivers64UEFI only if EFI/CLOVER/drivers/(BIOS or UEFI)
are not present. You can safely remove drivers64 and drivers64UEFI using newer revisions.
Additionally, during the migration each driver with the "-64" suffix will be renamed without it.. as Clover is for some
time 64-bit only. None of the mentioned changes affect any functionality

- Conflicting drivers:
VirtualSMC.efi is removed if SMCHelper.efi is selected.
HFSPlus.efi is removed if VBoxHfs.efi is selected or viceversa.
ApfsDriverLoader.efi is removed if apfs.efi is selected or viceversa.
Only one of OsxAptioFixDrv.efi, OsxAptioFix3Drv.efi, AptioMemoryFix.efi, OsxLowMemFixDrv.efi is allowed
and any driver that match with "aptiofix", "memfix" or "memoryfix" will be deleted.

- Drivers off (r4987): installs all drivers available in EFI/CLOVER/drivers/off. This path is ignored by Clover and is only
used as a repository, e.g., if you want move a driver using the EFI Shell or the Finder.

A backup is always made to the root of the target volume.


======================================================
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *107.4 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS macOS Mojave 10.14 b... 107.0 GB   disk0s2

/dev/disk1 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *80.0 GB    disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                  Apple_HFS Install macOS Mojave    79.7 GB    disk1s2

/dev/disk2 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        +7.3 GB     disk2
   1:                        EFI EFI                     209.7 MB   disk2s1
   2:                  Apple_HFS InstallESD              7.0 GB     disk2s2

using old scripting mode
ESP BSD Name is disk1s1
======================================================
Backing up EFI files

No Active Partition

Stage 0 - Writing boot0ss to /dev/rdisk1
dd if=/dev/rdisk1 count=1 bs=512 of=/tmp/origMBR
cp /tmp/origMBR /tmp/newMBR
dd if=/Volumes/Install macOS Mojave/usr/standalone/i386/boot0ss of=/tmp/newMBR bs=440 count=1 conv=notrunc
fdisk -f /tmp/newMBR -u -y /dev/rdisk1

Stage 1 - Writing boot1f32 to /dev/rdisk1s1
dd if=/dev/rdisk1s1 count=1 bs=512 of=/tmp/origbs
boot volume format is FAT32
cp /tmp/boot1f32 /tmp/newbs
dd if=/tmp/origbs of=/tmp/newbs skip=3 seek=3 bs=1 count=87 conv=notrunc
dd if=/tmp/newbs of=/dev/rdisk1s1

Stage 2 - Written boot6 (x64) to /Volumes/ESP/boot

======================================================
=========== Clover EFI Installation Finish ===========
======================================================
