This is my complete EFI folder to be used for hackintosh on Asus Vivobook X415JA notebook with multibooting:
- macOS High Sierra 10.13.x
- macOS Mojave 10.14.x
- macOS Catalina 10.15.x
- macOS Big Sur 11.x
- macOS Monterey 12.x
- Clone whole repo: $ 'https://github.com/alkindivv/Asus-Vivobook-X415JA.git'
- Download Specific Folder only.
- Model: Asus Vivobook X415JA
- CPU: Intel i7-1065G7 (10rd Gen)
- Chipset: Intel® QM77 Express Chipset
- iGPU: Intel UHD Graphics G1 @ 1GB
- RAM: 8GB DDR4 PC25600 / 3200Mhz
- Storage: 512GB Intel NVME (GUID Partition Table)
- Audio: Realtek ALC256 HD Audio Controller
- Wifi: Realtek 8821CE Wirelees LAN
- Trackpad: ASUE1409 I2C Interface
- Monitor: FHD (1980x1080) 60Mhz
- BOOT Loader: OpenCore r0.7.2
- BOOT Mode: UEFI
- BIOS Version: 5.14
- OpenCore binary, config.plist, drivers for uefi, themes, etc..
- Patched ACPI Tables (DSDT-SSDT) for Sleep, Restart, Shutdown, Touchpad, Brightness, CPU Power Magement etc..
- 3rd party kexts for working devices under macOS High Sierra (10.13), macOS Mojave (10.14), macOS Catalina (10.15), macOS BigSur (11) and macOS Monterey BETA (12)
What's Worked
Feature | Status | Dependency |
---|---|---|
QE/CI Enabled Graphics | ✅ | Config Inject + WhateverGreen.kext |
Brightness Adjustments | ✅ | DSDT Patch + WhateverGreen.kext |
CPU Power Management | ✅ | CPUFriend.kext Costum |
Realtek ALC256 Audio out | ✅ | DSDT Patch + AppleALC.kext + layout Id |
Trackpad ASUE1409 and Track Point | ✅ | VoodoI2C.kext + VoodoI2CHID.kext |
FN Keys | ✅ | DSDT Patch |
Keyboard backlight | ✅ | AsusSMC.kext + DSDT Patch |
Battery Indicator | ✅ | ECEnabler.kext + Lilu.kext |
USB 3.0 and Type-C | ✅ | SSDT Patch |
Sleep,Restart and Shutdown | ✅ | DSDT Patch |
List of Gestures
Feature | Status | Dependency |
---|---|---|
2 Finger Swipe Left and Right | ✅ | Forward and Backward. |
3 Finger Swipe Left and Right | ✅ | Right/Left Space/Full Screen apps switch. |
3 Finger Swipe Up And Down | ✅ | Toggle Full screen Switch. |
4 Finger Swipe Up And Down | ✅ | Gestures. |
Not Working
Feature | Status | Dependency |
---|---|---|
Builtin WiFI Realtek 8821CE Wirelees LAN | ❌ | Unsupported |
Builtin WebCam | ❌ | Asus laptop have some bugs with Webcam in macOS |
HDMI out and Audio | ❌ | Common Problem with IceLake Chipset |
AppStores | ❌ | Depends on Network Controller adn need to set BSD name to en0 (this laptop doesnt have built in ethernet and the WiFi card doesnt supprted, so Mac Appstore will not gonna work on this Device). |
Not Tested
Feature | Status | Dependency |
---|---|---|
Realtek USB Card Reader | ❌ | I don't have one of Card Reader. |
- macOS versions used are Retail from Mac App Store, using createinstallmedia for USB Installer
Credits
- Apple for macOS.
- Acidanthera for all the kexts/utilities that they made.
- Rehabman and Daliansky for the patches and guides and kexts.
- Dortania for for the OpenCore Install Guide.