Contribute
Register

[solved] Lenovo Yoga 730-13IKB install High Sierra success

Status
Not open for further replies.
Joined
Jan 7, 2013
Messages
13
Motherboard
Lenovo Yoga 730-13IKB
CPU
i5-8250U
Graphics
UHD 620,1920x1080
When i boot throw usb drive,
After i boot the install macos high sierra 10.3.3
It asks
Does printf work?

Then it go blank screen with a white dote on the top left and freeze

My laptop is Lenovo Yoga730 13inch with i5-8250U

Chipset: Intel Sunrise Point-LP, Intel Kaby Lake-R
Memery: 8007 MB (DDR4 SDRAM)
Video: Intel UHD Graphics 620
Audio: Realtek ALC236
Wlan: Intel(R) Dual Band Wireless-AC 8265

---------------------------------------------------------------------

finally I boot success by disable Intel SGX and Intel Platform Trust in BIOS

Video inject ig-platform-id 0x59160000 and FakeID 0x59168086
WhateverGreen.kext https://github.com/acidanthera/WhateverGreen/releases

Audio inject layout id 15
AppleALC.kext https://github.com/acidanthera/AppleALC/releases

TouchPad [MSFT0001] and TouchScreen [WCOM5172] use hotpatch SSDT-XOSI
VoodooI2CHID.kext https://github.com/alexandred/VoodooI2C/releases
Clover dsdt patch
Code:
<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>

Battery OK: ACPIBatteryManager.kext http://bitbucket.org/RehabMan/os-x-acpi-battery-driver
BlueTooth and Camera OK

-----------------------------------------------------------
Update for support Mojave
When trackpad and touchsreen not working, just rebuild kextcache by command in terminal bewlow

Code:
sudo kextcache -system-cache

Kext and Clover config can be found in https://github.com/dragonflylee/Yoga-730-hackintosh
 
Last edited:
When i boot throw usb drive,
After i boot the install macos high sierra 10.3.3
It asks
Does printf work?

Then it go blank screen with a white dote on the top left and freeze

View attachment 321141
My laptop is Lenovo Yoga730

CPU: QuadCore Intel Core i5-8250U, 3400 MHz (34 x 100)
Chipset: Intel Sunrise Point-LP, Intel Kaby Lake-R
Memery: 8007 MB (DDR4 SDRAM)
Video: Intel UHD Graphics 620
Audio: Realtek ALC236
Wlan: Intel(R) Dual Band Wireless-AC 8265

here is my clover config and memmap

See guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
follow the guide, USB Installer is create by createinstallmedia, and put SATA-200-series-unsupported.kext into EFI\Clover\kexts\Other, using config_HD615_620_630_640_650_spoof.plist

but it still not working
 
follow the guide, USB Installer is create by createinstallmedia, and put SATA-200-series-unsupported.kext into EFI\Clover\kexts\Other, using config_HD615_620_630_640_650_spoof.plist

but it still not working

Your laptop is not 200-series (AFAIK, currently, no 200-series laptops).
No need to spoof KabyLake as Skylake with 10.13.x (or 10.12.6).

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Last edited:

Attachments

  • Report.zip
    2.1 MB · Views: 204
Hi ,here is all my clover files and AIDA64 report

You did not follow the guide:
- config.plist not from the guide
- drivers64UEFI is wrong
- kexts/Other is wrong
- Clover is not the suggested RehabMan build

https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Also note that (according to preboot.log), your SATA mode is set to RAID.
Should be AHCI... especially if you have NVMe... but even if you're trying to install to a SATA device, you would need SATA-RAID-unsupported.kext (unless you change to AHCI).
 
Now, SATA mode is set to ACHI. config.plist and drivers64UEFI is follow the guide
but it is still not working

about RehabMan build clover , i can't get the efi file from pkg under windows
but i use the lastest version from sourceforg
 

Attachments

  • CLOVER.zip
    1.7 MB · Views: 291
Now, SATA mode is set to ACHI. config.plist and drivers64UEFI is follow the guide
but it is still not working

No verbose boot photo attached. Please read "Problem Reporting" again. Carefully.

No need for SATA-RAID-unsupported.kext with SATA in AHCI.
SATA-100-series-unsupported.kext is missing from kexts/Other.
ACPIBatteryManager.kext not considered "essential". Remove from kexts/Other. Same for AppleALC.kext.
You will likely need IntelGraphicsFixup.kext... it is missing from kexts/Other.

You have no config.plist.

Read the guide carefully:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

about RehabMan build clover , i can't get the efi file from pkg under windows
but i use the lastest version from sourceforg

Creating the installer USB is done on a mac or hack running macOS/OS X, not in Windows.

From where did you download macOS?
On what hardware did you create your USB installer?
 
i download macOS from hack running macOS appstore on Yoga13 which made 2012
and USB installer created by createinstallmedia in terminal

now i fix the kext files an still not working like first post
 

Attachments

  • CLOVER.zip
    1.3 MB · Views: 200
  • IMG_0161.JPG
    IMG_0161.JPG
    1.8 MB · Views: 711
by the way, the usb installer work fine on my Yoga13 laptop (I5-3337U HD4000)
 
Status
Not open for further replies.
Back
Top