Skip to content

Instantly share code, notes, and snippets.

@krmnn
Last active May 10, 2018 14:58
Show Gist options
  • Save krmnn/a0d814878a8a462f06804422a40e86d0 to your computer and use it in GitHub Desktop.
Save krmnn/a0d814878a8a462f06804422a40e86d0 to your computer and use it in GitHub Desktop.
hackintosh: Update apfs.efi

Used by Clover to read the apfs Filesystem to load the kernel.

mount EFI (TODO: find realiable way to get the current system disk with clover)

mv /Volumes/EFI/EFI/CLOVER/drivers64UEFI/apfs.efi /Volumes/EFI/EFI/CLOVER/drivers64UEFI/apfs.efi.bak
cp /usr/standalone/i386/apfs.efi /Volumes/EFI/EFI/CLOVER/drivers64UEFI/

copy kext fixes to /Volumes/EFI/EFI/CLOVER/kexts/10.13/

https://github.com/lvs1974/IntelGraphicsFixup/releases/latest

https://github.com/vit9696/Lilu/releases/latest

https://github.com/coderobe/AzulPatcher4600/releases/latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment