Skip to content

Latest commit

 

History

History
85 lines (70 loc) · 4.68 KB

README_VT.md

File metadata and controls

85 lines (70 loc) · 4.68 KB

Screenshot 2567-08-31 at 09 53 23

OCLP 1.5.0 - macOS Ventura 13 - Lenovo Z50-70 Type 80E7

Keep in mind macOS 13 Ventura is NOT NATIVELY supported for Haswell system. this modification may cause bug glitches to an operating system.

* I am not responsible for any damage done to your device. Use at your own risk.
* Please do some research if you concerns about features included in this EFI.
* Before continuing, you are choosing to make these modifications yourself
* if any thing goes wrong, it is your responsible for the damage that happen next.

Important note

[!] Don't forget to update your kexts to Ventura specific version if avaliable.

Every laptop are difference, even those with the same model number. So use this EFI as a reference and edit accordingly to your own hardware.

You need to generate your own SMBIOS to signin with Apple ID

Use CorpNewt's GENSMBIOS to generate platforminfo using MacBook10,1 as an SMBIOS for Ventura. Head to Dortania's haswell platforminfo guide for in-depth guide.

What works (Sep 19, 2024)

Most things is handle by OpenCore we only use OCLP for GPU Acceleration

  • Partial Metal GPU Acceleration
  • WiFi & Bluetooth connection
  • Ethernet connection
  • Onboard Audio & Microphone
  • Display Brightness Control
  • Webcam
  • USB 2.0 & 3.0
  • Battery read-out (Battery percentage)
  • Keyboard & Trackpad
  • Volume keys
  • Sleep & Wake (Set "Graphic Device: UMA Only" in bios)

What not works

  • lid wake & sleep
  • Airdrop & Continuity Features (Need native wificard & Bios whitelist removal)
  • Brightness control keys (From built-in keyboard)
  • Build-in Windows control keys: Close window, Refresh, Airplane mode, Task switch, Display toggle (Some can be remapped idk)

Known issues (Sep 14, 2024)

Most(every?) issues come from OpenCore itself see Hackintosh_OpenCore_Lenovo-Z50-70#known-issues.

Wlan Related kext

If you have difference Wlan card other than Intel (OpenIntelWireless kexts were used for both WiFi and Bluetooth in this EFI)

removes/excludes:

  • AirportItlwm.kext
  • BlueToolFixup.kext
  • IntelBTPatcher.kext
  • IntelBluetoothFirmware.kext

from EFI/OC/Kexts folder and config.plist then replace with one that work for your card. otherwise Wifi&Bluetooth will not work properly or will not boot at all.

Bios/UEFI Settings

Configuration

  • Graphic Device: UMA Only (this fix wake-from-sleep unresponsive blackscreen)
  • Intel Virtual Technology: Enable (Can be enabled. I already configured in config.plist)

Boot

  • Boot mode: Legacy Supported (this fix screen tearing)
  • Boot Prioriy: UEFI First

Step-By-Step Guide

  1. Build OpenCore Ventura installer or use my EFI provided.
  2. Generate SMBIOS using MacBook10,1
  3. in config.plist
    • Misc > Security > SecureBootModel: set to Disabled
    • boot-args: add amfi=0x80
  4. Download latest OpenCore-Patcher.pkg from OpenCore-Legacy-Patcher Repository copy to usb installer or your prefered storage.
  5. Boot into installer and install macOS. (you may experience slow graphic caused incompatible gpu we will patch with OCLP when we boot into system.)
  6. Once the installation finish. Install OpenCore-Patcher.pkg open OpenCore-Patcher app select Post-Install Root Patch and click Start Root Patching.
  7. Restart the system

Links/Guides