Skip to content

Instantly share code, notes, and snippets.

@navhaxs
Created June 15, 2017 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navhaxs/176434d366acc96531ed8e6b9aa8a12e to your computer and use it in GitHub Desktop.
Save navhaxs/176434d366acc96531ed8e6b9aa8a12e to your computer and use it in GitHub Desktop.
Hackintosh

Stage 1 - Booting to the installer

Clover: "Instant" reboots

Use AptioFix rather than AptioFix2

HD5500 kernel panic

The Clover 'kexts to patch' can only work on kexts in the kernel cache. This requires the kernel cache to be built, which can only happen during post-install.

So, during install, don't inject Intel (or set ig-platform-id to something invalid) to disable the graphics driver.

Once you've reached post-install, (force) create the cache:

sudo touch /System/Library/Extensions && sudo kextcache -u /

Now you can enable the proper 0x16260006 ig-platform-id with the AppleIntelBDWGraphicsFramebuffer patch.

Backup your EFI partition

macOS installer will empty it.

Or: bcdboot and bootrec, then that ubuntu boot repair thingy.

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