Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonflylee committed Mar 1, 2019
1 parent ef63fc3 commit 1fad957
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions README.md
@@ -1,49 +1,37 @@
# Yoga-730-hackintosh

This Clover config work for Lenovo Yoga 730-13IKB

## Credits

Clover config based on the files of @Rehabman: https://github.com/RehabMan/OS-X-Clover-Laptop-Config

## What's not working

* Hibernation
* USB Type-C hot plug
* Active Pen
* Intel WLan 8265-AC (Replaced by BCM94352z)
* Intel WLan 8265-AC

## Working

* Intel Graphic UHD620 inject `0x591b0000` to `ig-platform-id`, [WhateverGreen.kext](https://github.com/acidanthera/WhateverGreen/releases)
* Realtek ALC236 inject Layout-id `15` [AppleALC.kext](https://github.com/acidanthera/AppleALC/releases)
* TouchPad and TouchScreen work, [VoodooI2C.kext](https://github.com/alexandred/VoodooI2C/releases).

When touchpad not work, you should enter command `sudo kextcache -system-prelinked-kernel` in terminal and reboot
* USB [USBInjectAll.kext](https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads)
* Intel Blooth works when reboot from windows
* SSD Trim by Clover patch
* Camera works fine

## Before install Mac OS X
* Disable Intel SGX and Intel Platform Trust in BIOS
* Switch RAID to AHCI
* Follow Clover patch is necessary to touchpad
```
<dict>
<key>Comment</key>
<string>change _OSI to XOSI, pair with SSDT-XOSI.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>X09TSQ==</data>
<key>Replace</key>
<data>WE9TSQ==</data>
</dict>
<dict>
<key>Comment</key>
<string>change SBFBSBFI to SBFBSBFG</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>U0JGQlNCRkk=</data>
<key>Replace</key>
<data>U0JGQlNCRkc=</data>
</dict>
```
## BIOS setting before install

* Disable Security -> Intel SGX -> Intel SGX Controller
* Disable Security -> Secure Boot
* Switch RAID to AHCI in Configuration -> SATA Controller Mode

## FAQ

- Q: Touchpad not work on First boot?
A: Enter command `sudo kextcache -system-prelinked-kernel` in terminal and reboot
- Q: Can't boot Win10 when BIOS swtch to AHCI?
A: Boot Win10 in [Safe Mode](https://support.microsoft.com/help/12376)

0 comments on commit 1fad957

Please sign in to comment.