Contribute
Register

Success > Lenovo B570e

Status
Not open for further replies.
System volume corruption? Maybe you can repair in Disk Utility from the macOS installer.
Will try that, hopefully it fixes the issue, "because that's what happens when you are lazy to waste 2 min to skip apfs conversion"
Being also aware that this ssd did cause me such corruptions twice before, it seems kingston ssds are not very happy on apfs
USB type C on XHC with USB3 device should connect as SSxx
Great, will try to leave the ss04,ss03 on ssdt and see if they connect there after adding the ssdt.
If you build from source, yes.
Not the prebuilt.
I usually inject via SSDT-IGPU.aml or config.plist/Devices/Arbitrary anyway (more control), so fixing Clover is not much of a hurry. I will eventually sync to current sourceforge content, verify the fix, make any changes required, and provide a build on my bitbucket site.
Not in a hurry, i do inject on config.plist, i try to have as minimalist as possible

I'm the one that came up with the fix and posted the patch to the Clover thread on insanelymac.
It is in my local copy on my machine, but not checked into github
I saw your post there since i regularly check the clover development thread & your github "daily"
Sounds like a good plan.
I want to fix everything that can be fixed while im on High Sierra, after im done with fixes, i will clean install macOS Mojave Public Beta 2 as it should be available max next week.

EDID issues on kabylake r still present on macOS High Sierra 10.13.5

While i tried macOS Mojave dev beta 1, im 100% sure that the EDID issue was fixed as i stated on this post, will recheck when i install the next pb2.
 
I personally don't have the Black Screen issue after wake from sleep, my problem is different:
When i plug the HDMI cable, the cursor becomes laggy on both External & Internal Display and if i remove/unplug the HDMI cable from the laptop, it Panics by instantly rebooting.

Patching EDID fixed this issue for me. I used the MacBook Pro value "A5" and calculated the EDID checksum, injected it into config.plist

However, when I did try the first developer beta 1 of macOS Mojave, it worked fine 100%, I didn't have that issue and didn't need to patch my EDID.

Post your native EDID here and the patched one, also it might be a good idea if you post your Problem Reporting files so I can take a look if I can spot something unusual.
 
Kexts should be installed to Library/Extensions (recommended by Apple) or System/Library/Extensions.

Yes, i will upload them in an hour as I'm coming back home from work.
how can I change my SMBIOS values because ( MacBookPro8,1) is not supported now, I have a Lenovo G570
 
I have a Lenovo G570

Off-topic.
This thread is regarding "Lenovo B570e" as per thread title.

Note: HD3000 not supported in Mojave.
 
@macnb here are the macOS Sierra kexts that should make your Intel HD3000 work with QE/CI (attached).

Good luck!

BTW you can install them by copying them into your desktop in a folder named Sierra and using these terminal commands:
Code:
cd desktop/Sierra
sudo cp -R *.kext /System/Library/Extensions
sudo cp -R *.bundle /System/Library/Extensions
sudo cp -R *.plugin /System/Library/Extensions
after you installed them simply rebuild caches with this terminal command:
Code:
sudo kextcache -i /
Reboot and Enjoy !
Thanks for the drivers! Everything works fine, except for iTunes.
Code:
Thread 1 Crashed:: Dispatch queue: com.apple.FigASMF.InstanceManagement
0   ???                               000000000000000000 0 + 0
1   com.apple.AppleIntelHD3000GraphicsVADriver   0x000000011b8f0dca 0x11b8e2000 + 60874
2   com.apple.AppleGVAFramework       0x00007fff3c305bd7 0x7fff3c2b2000 + 342999
3   com.apple.MediaToolbox           0x00007fff30409483 0x7fff2ff67000 + 4859011
4   com.apple.MediaToolbox           0x00007fff30409915 0x7fff2ff67000 + 4860181
5   libdispatch.dylib                 0x00007fff58adadcb _dispatch_client_callout + 8
6   libdispatch.dylib                 0x00007fff58ae6a28 _dispatch_lane_barrier_sync_invoke_and_complete + 60
7   com.apple.MediaToolbox           0x00007fff30408b8d 0x7fff2ff67000 + 4856717
8   com.apple.MediaToolbox           0x00007fff30408ae1 0x7fff2ff67000 + 4856545
9   com.apple.MediaToolbox           0x00007fff30344aab 0x7fff2ff67000 + 4053675
10  libdispatch.dylib                 0x00007fff58adadcb _dispatch_client_callout + 8
11  libdispatch.dylib                 0x00007fff58ae1120 _dispatch_lane_serial_drain + 618
12  libdispatch.dylib                 0x00007fff58ae1bd8 _dispatch_lane_invoke + 388
13  libdispatch.dylib                 0x00007fff58aea084 _dispatch_workloop_worker_thread + 603
14  libsystem_pthread.dylib           0x00007fff58d1a61c _pthread_wqthread + 409
15  libsystem_pthread.dylib           0x00007fff58d1a415 start_wqthread + 13
When booting into safe mode (Clover boot flag -s, the above drivers are not loaded) iTunes works without any problems.
When the drivers are loaded, iTunes crashes after few seconds.
 
Thanks for the drivers! Everything works fine, except for iTunes.
Code:
Thread 1 Crashed:: Dispatch queue: com.apple.FigASMF.InstanceManagement
0   ???                               000000000000000000 0 + 0
1   com.apple.AppleIntelHD3000GraphicsVADriver   0x000000011b8f0dca 0x11b8e2000 + 60874
2   com.apple.AppleGVAFramework       0x00007fff3c305bd7 0x7fff3c2b2000 + 342999
3   com.apple.MediaToolbox           0x00007fff30409483 0x7fff2ff67000 + 4859011
4   com.apple.MediaToolbox           0x00007fff30409915 0x7fff2ff67000 + 4860181
5   libdispatch.dylib                 0x00007fff58adadcb _dispatch_client_callout + 8
6   libdispatch.dylib                 0x00007fff58ae6a28 _dispatch_lane_barrier_sync_invoke_and_complete + 60
7   com.apple.MediaToolbox           0x00007fff30408b8d 0x7fff2ff67000 + 4856717
8   com.apple.MediaToolbox           0x00007fff30408ae1 0x7fff2ff67000 + 4856545
9   com.apple.MediaToolbox           0x00007fff30344aab 0x7fff2ff67000 + 4053675
10  libdispatch.dylib                 0x00007fff58adadcb _dispatch_client_callout + 8
11  libdispatch.dylib                 0x00007fff58ae1120 _dispatch_lane_serial_drain + 618
12  libdispatch.dylib                 0x00007fff58ae1bd8 _dispatch_lane_invoke + 388
13  libdispatch.dylib                 0x00007fff58aea084 _dispatch_workloop_worker_thread + 603
14  libsystem_pthread.dylib           0x00007fff58d1a61c _pthread_wqthread + 409
15  libsystem_pthread.dylib           0x00007fff58d1a415 start_wqthread + 13
When booting into safe mode (Clover boot flag -s, the above drivers are not loaded) iTunes works without any problems.
When the drivers are loaded, iTunes crashes after few seconds.

HD3000 not supported in Mojave. Apple removed it.
 
Successfully fixed everything on my Lenovo B570e !

View attachment 337799
Managed to get QE/CI by adding the Sierra 10.12.x Graphics kext files and managed to upgrade from High Sierra after changing MacbookPro 8.1 SMBIOS to Macbook Air 5.1 (just changed the smbios section, all the same config.plist for the rest).

Thank you so much man.

I was worried that i couldn't manage to install graphics on my Lenovo b570e. I followed your tutorial and it is working better than on High Sierra.

Can you also please share your EFI folder? I have also some minor issues like immediate wake up after sleeping and HDMI support and as we have the same model of laptop it would be really handy if you could share your EFI folder.

I would appreciate it. Thanks.
Screen Shot 2018-10-30 at 02.14.35.png
 
Last edited:
Thank you so much man.

I was worried that i couldn't manage to install graphics on my Lenovo b570e. I followed your tutorial and it is working better than on High Sierra.

Can you also please share your EFI folder? I have also some minor issues like immediate wake up after sleeping and HDMI support and as we have the same model of laptop it would be really handy if you could share your EFI folder.

I would appreciate it. Thanks.View attachment 361398
Here you have the files: https://github.com/BesnikRrustemi/Lenovo-B570e

0 issues.
 
Status
Not open for further replies.
Back
Top