Skip to content

Xiaomi Mi Notebook Air 13.3 7200u (2017) - OpenCore Configuration

License

Notifications You must be signed in to change notification settings

vanyasem/hackintosh-xiaomi-air-7200U

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xiaomi Mi Notebook Air 13.3 7200U (2017)

Supported macOS version: macOS 12 - Monterey, macOS 13 - Ventura, macOS 14 - Sonoma (including 14.4)

SMBIOS: MacBookPro15,4

OpenCore: 1.0.1

Partially based on johnnynunez/Xiaomi-Mi-Air

Updating

If you are updating from macOS 13 (Ventura), pay attention to the fact that the SMBIOS has changed in order to receive the Sonoma update.

Before updating the EFI, log out of iCloud. You can also delete iCloud leftovers by following this guide for extra safety. Afterward, regenerate the serial number with GenSMBIOS (as described in the Notes section below).

After updating the EFI, reset NVRAM on first boot (press spacebar on the boot picker, and select Reset NVRAM).

Proceed with the update as you normally would on a Mac. Open System Settings, check for updates, and install Sonoma. Then log back into iCloud. Your PC will be detected as an entirely new device. Make sure to delete stale login entries from your device list.

Status

Mostly perfect. Apart from the fact that the hardware itself is old and slow.

Working

  • Wi-Fi
  • Bluetooth (except for AirDrop, Handoff, Continuity)
  • TouchPad (including gestures)
  • iGPU
  • Keyboard (including special keys)
  • Screen (including brightness & Night Shift)
  • HDMI/AUX outputs (with resolution up to 1440p)
  • USB ports (including USB Type-C hubs)
  • Sleep
  • Built-in camera, microphone, speakers
  • Battery management
  • FileVault

Not working

Hardware

  • CPU: Intel Core i5-7200U - Kaby Lake

Notes

While the config itself is ready to use, you still need to generate your own serial numbers and tweak the configuration accordingly before installing the system.

Xiaomi does not allow changing CFG lock in UEFI settings, so you must manually patch your UEFI to remove CFG lock. I don't remember how I did it myself, but I'm sure it's nothing a DuckDuckGo search can't solve. You might want to take a look here.

After installation, consider enabling secure boot.

You can also disable on-screen logging once you’re sure your system is stable.

Boot chime is enabled.

Bundled

Resources included (except for voiceovers)

Drivers

  1. AudioDxe.efi - HDA audio support driver EFI firmware for most Intel and some other analog audio controllers
  2. HfsPlus.efi - Proprietary EFI HFS+ file system driver
  3. OpenCanopy.efi - OpenCore plugin (Bootloader GUI)
  4. OpenRuntime.efi - Mandatory OpenCore plugin with special features
  5. ResetNvramEntry.efi - OpenCore plugin, adds ResetNvram entry to the boot menu
  6. ToggleSipEntry.efi - OpenCore plugin, adds ToggleSip entry to the boot menu

Kexts

  1. AirportItlwm (2.3.0) - Open Intel Wireless (Wi-Fi)
  2. AppleALC (1.9.1) - Audio for codecs that are not officially supported
  3. CPUFriend (1.2.8) - CPU power management
  4. CPUFriendDataProvider (04-Sep-2021) - Manually generated CPUFriend tuning
  5. HibernationFixup (1.5.1) - Fixes hibernation
  6. IntelBluetoothFirmware (2.4.0) - Open Intel Wireless (Bluetooth)
  7. IntelBTPatcher (n/a) - Part of IntelBluetoothFirmware. Required for Monterey and later
  8. BlueToolFixup (2.6.8) - Required for Monterey and later
  9. Lilu (1.6.8) - Required for almost all other Kexts
  10. NullEthernet (1.0.6) - "Null" (Fake) Ethernet driver to be used when you have no working Ethernet
  11. NVMeFix (1.1.1) - Improve compatibility with non-Apple NVMe SSDs
  12. SMCBatteryManager (n/a) - Part of VirtualSMC. Used for measuring battery readouts
  13. SMCLightSensor (n/a) - Part of VirtualSMC. Used for the ambient light sensor
  14. SMCProcessor (n/a) - Part of VirtualSMC. Used for monitoring Intel CPU temperature
  15. SMCSuperIO (n/a) - Part of VirtualSMC. Used for monitoring fan speed
  16. USBInjectAll (0.7.6) - Inject all USB ports for the installed Intel EHCI/XHCI chipset automatically
  17. VirtualSMC (1.3.3) - SMC emulator layer
  18. VoodooI2C (2.8) - Intel I2C bus controller and slave device drivers
  19. VoodooI2CHID (n/a) - Part of VoodooI2C. Add support for I2C-HID devices
  20. VoodooPS2Controller (2.3.5) - VoodooInput's Magic Trackpad II emulation
  21. WhateverGreen (1.6.7) - Patches for GPUs

Tools

  1. OpenShell.efi - EFI shell, useful for debugging
  2. CleanNvram.efi - completely clears NVRAM, useful when NVRAM got corrupted