r-skyn3t Posted May 28, 2021 Share Posted May 28, 2021 I've already installed mojave using clover and on the first boot after installation everything was ok. After restarting 3D acceleration it stopped working. I used an EFI OPENCORE and installed catalina and the same problem happened after restarting 3D acceleration failure. I used the file made available here to install BIG SUR. It was a little different, the 3D acceleration did not work at any stage. https://osxlatitude.com/forums/topic/15683-e6430-experiencing-trouble-with-big-sur-installer/?do=findComment&comment=109360 In the water on this mac it shows intel HD 4000 / 1536mb. my hardware E6430 i5 / 8gbram / intel HD / 1366x768. Bios A24 I appreciate anyone who can help me. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted May 28, 2021 Moderators Share Posted May 28, 2021 Are you using the Config-loRes and renaming it to Config.plist? The Config also has SSDT-i5-3340M.aml enabled. If your CPU is not that, disable it or rename it to one I have included in my files: SSDT-i5-3320M SSDT-i7-3520M If none of those matches yours, then you'll just need to generate your own with ssdtprgen.sh Link to comment Share on other sites More sharing options...
r-skyn3t Posted May 28, 2021 Author Share Posted May 28, 2021 I checked here my processor is i5-3340m. I used Config-loRes and renamed it to Config.plist Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted May 28, 2021 Moderators Share Posted May 28, 2021 then the config is correct. You should have full graphics acceleration. Link to comment Share on other sites More sharing options...
r-skyn3t Posted May 28, 2021 Author Share Posted May 28, 2021 dock is not transparent. lag throughout use, safari lag. the usage experience is completely bad Link to comment Share on other sites More sharing options...
Administrators Hervé Posted May 28, 2021 Administrators Share Posted May 28, 2021 Post a zipped copy of your Clover or OpenCore EFI with just the ACPI + Kexts folders + the config file. Obviously, you've got something wrong in your setup. Link to comment Share on other sites More sharing options...
r-skyn3t Posted May 28, 2021 Author Share Posted May 28, 2021 e6430.zip Link to comment Share on other sites More sharing options...
Administrators Hervé Posted May 28, 2021 Administrators Share Posted May 28, 2021 Your OpenCore setup is incorrect in several aspects and this fully explains the issues you experience. 1st of all, do clean up your setup and get rid of unused patched tabes and kexts; this could only lead to potential confusion and trouble. Config: you appear to use 2 x patched tables for EC; that's wrong. Do not use SSDT-EC-USBX, Dortania's documentation clearly states it's for Skylake platforms and later; just use the basic SSDT-EC table. you inject an unnecessary property for your iGPU; HD4000 graphics does not require to patch stolenmem so get rid of that; the rest is Ok. your boot args in NVRAM section are contradictory with other settings of your config: you call on boot arg -igfxnohdmi to disable HDMI, yet you inject the iGPU patch that injects HDMI type to con1 (required for HDMI audio); get rid of this. you call on boot arg -no_compat_check, yet you use MacBookPro11,1 SMBIOS which is fully compatible with Big Sur; get rid of this, it''l prevent all Big Sur updates from being offered. you enable Xcpm kernel quirk alongside CpuPm quirk. Don't. Xcpm does not work or not reliably on these Ivy Bridge laptops. Since your using a generated CPU power management SSDT and CpuPm patch, stick to that only. given the above point, you also need to drop CpuPm + Cpu0Ist BIOS/ACPI tables for proper CPU power management. These drops are not enabled at the moment. Do so. CustomBiosGuid kernel quirk should not be required on an E6x30. Get rid of it. Kexts: There again you should get rid of your unused kexts (especially for USB ports) in order to avoid confusion and potential problems. There are probably a few more minor things but start by correct your setup according to the above list and things should begin to work properly. Link to comment Share on other sites More sharing options...
r-skyn3t Posted May 28, 2021 Author Share Posted May 28, 2021 I am Brazilian, that is the reason for my terrible English. This configuration I used prepared and made by the user Jake Lo. I'm a newbie, so I don't know how to fix things, but I'll try it here. Link to comment Share on other sites More sharing options...
Administrators Hervé Posted May 28, 2021 Administrators Share Posted May 28, 2021 Jake, being the experienced Hackintosher/guru that he is, could not have posted such a config for an E6430. You re-used stuff posted by @truceFR for which there is much to say in terms of adjustment and tuning -as detailed above- but it does not matter. Don't hesitate to read the OpenCore documentation available on the Dortania web repository for guidance. You may use tools such as Xcode, ProperTree or OpenCore Configurator to modify and adjust your OC config. 1 Link to comment Share on other sites More sharing options...
Recommended Posts