sakoula / XiaoMi-Air-6200U

Hackintosh Xiaomi Mi Air 13.3 Skylake-U 2016 for macOS Catalina & Mojave & High Sierra
67 stars 17 forks source link

AppleIntelSKLGraphicsFamebuffer #1

Closed Nxys closed 5 years ago

Nxys commented 5 years ago

XiaoMi Air 13.3 Skylake-U 2016 Mac OS Mojave 10.14 I don't know where the problem is. ⊙﹏⊙ This is my efi: EFI.zip

sakoula commented 5 years ago

What is the issue that you are having? Are you using the exact versions of the kexts and clover that I describe on the guide? I have not upgraded yet on 10.14.4. I am still on 10.14.3

There is a typo on the guide on this section

should be like:

Move kexts to /Library/Extensions

up up up

The right way to load kexts is not by injecting them through clover but installing them in /Library/Extensions and building them into the kernel cache.

Download the latest release from github and unzip the archive. You will find an AIR_EFI directory and a addons directory.

Mount the EFI partition of the macOS boot parition on /Volumes/EFI:

  1. move EFI/CLOVER/kexts/Other/* from macOS boot parition to /Library/Extensions/*
  2. run from the console $ sudo chown -R root:wheel /Library/Extensions/*
  3. run from the console $ sudo chmod -r 755 /Library/Extensions/*
  4. run from the console $ sudo kextcache -i / to rebuild the caches
  5. move addons/LiluFriendLite.kext from the downloaded file to /Library/Extensions/LiluFriendLite.kext
  6. run from the console $ sudo chown -R root:wheel /Library/Extensions/*
  7. run from the console $ sudo chmod -r 755 /Library/Extensions/*
  8. run from the console $ sudo kextcache -i / to rebuild the caches

remember that kextcache needs to be run twice

Nxys commented 5 years ago

My error is before the installation, Clover log shows “Kernel Extensions in backtrace: com.apple.driver.AppleIntelSKLGraphicsFramebuffer...”

sakoula commented 5 years ago

I assume you are using 10.14.4 . As I said I have not tried it with this version but with 10.4.3 . I will try later today to create a usb stick with 10.14.4 and replicate the problem.

Nxys commented 5 years ago

This time I try to download 10.14.3(both 18D42 18D109),then Clover log show: 微信图片_20190502174627

sakoula commented 5 years ago

I will try to replicate later today. Is your laptop the first generation one with the 6200U processor?

Nxys commented 5 years ago

Yes, Xiaomi Air 13.3" i5-6200u

sakoula commented 5 years ago

Last time I tried it it worked for me. Let me do it again today and will get back to you. The attached EFI is the one you are having on the USB stick right?

Nxys commented 5 years ago

That's it.

sakoula commented 5 years ago

Hi, I checked it on my laptop and indeed it did not boot for me either. I am not sure with what macOS version I have tested it. The problem appears to be the clover version. I tried with clover 4920 and it is working fine. At some point I will take a closer look and update the guide. For the time being just use the attached EFI folder (copy it over the EFI on the USB stick) and it will work. Let me know how it will go.

EFI_10.14.4.zip

Nxys commented 5 years ago

Okay, I'll try it when I don't need my laptop to work.Thx.