Installing macOS

Before we begin, it's important to know whether your Chromebook is even supported:

  • ARM/AMD CPUs are not supported.
  • Intel Celeron / Pentium CPUs are not supported.
  • Tiger Lake (11th gen) CPUs and newer are not supported.
  • You need at least 32GB of eMMC storage.

You will also need:

  • Patience
    • This is not a one click setup thing. It usually takes one or more weeks to have a stable hack.
  • A USB drive
    • 4 gigabytes or more for a online installer.
    • 32 gigabytes or more for offline installer.
  • The ability to use a command line
    • We won't help you if you don't know how to cd to a directory.

Tested Devices

TIP

This list is incomplete. Feel free to improve it.

  • Asus C425 (LEONA)
  • Asus C434 (SHYVANA)
  • Asus C433 (SHYVANA)
  • Acer C720 / C720P (PEPPY)
  • Dell Chromebook 13 7310 (LULU)
  • Google Pixelbook (2017) (EVE)
  • Google Pixel Slate (NOCTURNE)
  • Google Pixelbook Go (2019) (ATLAS)
  • Dell Latitude 7410 Chromebook Enterprise (DRALLION)
  • Asus Chromebox 2 (CN62) (GUADO)
  • HP Chromebook x360 14c (DRAGONAIR)
  • Acer Chromebook Spin 713 (CP713-2W) (KLED)
  • Acer Chromebook 14 for Work (LARS)
  • Acer Chromebook 11 (C771/C771T) (LARS)

The following devices have dedicated guides written for them:

Custom Firmware

It is recommended to flash Coreboot firmware with the Management Engine Interface enabled on Skylake and newer.
Without the ME interface enabled, the following bugs can occur after waking from sleep:

  • Blank Electron / Chromium apps
  • Buggy video playback in web browsers like Firefox or Safari
  • Display/Wallpaper settings in SysPref/SysSettings
  • Logging out freezes your system

Installation

Start by following the Dortania guideopen in new window for your CPU generation. Amber Lake Chromebooks should follow config.plist setup for Kaby Lake.
Add the following SSDTs, kexts and modifications as needed:

config.plist Fixes

  • Disable Booter->Quirks->DevirtualiseMmio: Fixes NVRAM and other runtime EFI services

SSDTs and ACPI Fixes:

  • croscorebootpatchopen in new window: Fixes freeze during boot when using coreboot 4.20 and newer. Not needed when custom rom is used.
  • Keyboard Mapopen in new window: Maps FNx keys to ChromeOS mapping. This is an example, you may need to do your own mapping.
    • Will need to be compiled with either iASL or MaciASL.
  • Fake Ambient Light Sensoropen in new window: Creates a fake ambient light sensor which is needed by macOS to recognize the keyboard backlight.
    • This is only needed if your device does not come with a light sensor.
    • A pre-compiled version comes in OpenCore's release zip under Docs/AcpiSamples/Binaries/SSDT-ASL0.aml

Kexts

Snapshot (cmd + r) or (ctrl + r) your config.plist after making modifications.

DANGER

If you dualboot with the SSDTs mentioned above, you might run into issues on other OSes. An OSI_ check is not present in these SSDTs.

Last Updated: