Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Remove RTL8100 and replace with this one RealtekRTL8111.kext.zip
  2. You can use my Mojave bootpack here Follow UPGRADE info for Catalina here
  3. At minimum you need to add this to patched folder to disable the discrete graphics and enable Switchable Graphics in the BIOS SSDT-Disable_DGPU.aml.zip
  4. Your /EFI/Clover/ACPI/Patched folder is empty. Did you remove them or you never had them?
  5. Sounds like you have Switchable Graphics disabled (unchecked) in the BIOS, so it defaulted to the Nvidia graphics which probably run on vesa mode. You need to post your Clover folder, don't know what you have to assess the issue.
  6. Can you post an actual IOREg file? The raw IOREG.txt file is really hard to read
  7. Post your Clover folder for review
  8. Try this config Catalina required EC to be named EC. Your EC is name EC0 which works fine in Mojave and below but Catalina will panicked. config.plist.zip
  9. EFI looks fine check for these kexts in /S/L/E AppleIntelHD5000Graphics.kext AppleIntelBDWGraphicsFramebuffer.kext AppleIntelBDWGraphics.kext Those are needed for graphics acceleration. Can't explain why sound, keyboard, touchpad and LAN are not working. I see all the correct kexts in the right places. I would recommend you re download Mojave and create a clean USB installer with the well known createinstallmedia command Use the current EFI folder you have now as the bootpack when you install Clover
  10. Remove all the kext with dSYM in it. Not needed You have added a bunch of *.efi drivers I did not ask to add Go ahead and delete the following folders: drivers64 and drivers64UEFI Under drives/UEFI, remove these: apfs.efi OsxAptioFixDrv.efi Delete nvram.plist
  11. upgrade Clover using version from here Install for UEFI booting only Install Clover in the ESP UEFI Drivers\Recommended Drivers ApfsDriverLoader AptioMemoryFix AudioDxe DataHubDxe FSInject HFSPlus SMCHelper Additional drivers PartitionDxe Themes (Optional) Update lilu and whatevergreen and applealc.kext https://github.com/vit9696/Lilu/releases https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md Remove from /L/E and repair permissions and rebuild cache EAPDFix.kext FakePCIID_Intel_HD_Graphics.kext ACPIPoller.kext
  12. boot with verbose + debug 0x100 mode to help determine where the issue is. Also read here for Catalina requirements to have a successful upgrade / installation
  13. No, but you just need 5 kexts, 7 if you want it to read Airport Extreme instead of 3rd Party device No other patching requires For Wifi Goes in Clover kext folder AirportBrcmFixup.kext Lilu.kext For Bluetooth -Catalina Goes into /L/E BrcmBluetoothInjector.kext BrcmFirmwareRepo.kext BrcmPatchRAM2.kext To rename as Airport Extreme FakePCIID_Broadcom_WiFi.kext FakePCIID.kext
  14. Post the error screenshot and the Config file. Make sure to boot with verbose + debug 0x100 mode
  15. Try adding NotouchID.kext since you're using am SMBIOS of a model that has Touch ID.
  16. Doesn't matter, all Dell requires this patch for Catalina. Won't be an issue for Mojave or HS with that added patch either. If you search your raw DSDT for Embedded Controller, what ever name it is, rename it to EC Example, some system has H_EC, others has EC0, for Dell it's named ECDV, they all will have to be rename to EC like on a real Mac.
  17. That's why I said to add it. Click on the + sign on the right and then manually enter in the info as in the screenshot
  18. Catalina Clover Guide Warning: Follow guide at your own risk, I hold no responsibility if you brick your system or destroy all data during the process. If you're creating the installer from a real Mac, make sure you don't accidentally select the real Mac drive when installing Clover loader. It may cause your Mac to not boot again. You've been warned! New Installation BIOS: Set to Default, apply, then set SATA Operations to AHCI, set Boot List Option to UEFI, Disable Secure Boot Note: By default, upgrading or new Install of Catalina on an SSD drive, it'll automatically convert to APFS format. (1) Create the USB installer via Terminal with "createinstallmedia" (a minimum of 16GB UFD is needed or an external USB drive) sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/"target_USB" --nointeraction Note: target_USB = name of the USB drive you're writing to. When done, USB Drive will automatically renamed to "Install MacOS Mojave" (2) Install Clover with following config, add appropriate Bootpack to /EFI/Clover Note: In my guides, a bootpack consist of: Config.plist, ACPI folder and kexts folder Make sure to click on "Choose Install location" to select your Installer so to not end up installing to your realMac or other media UEFI: Install for UEFI booting only Install Clover in the ESP UEFI Drivers\Recommended Drivers ApfsDriverLoader AptioMemoryFix AudioDxe DataHubDxe FSInject HFSPlus SMCHelper (leave off if you have VirtualSMC.kext in bootpack) Additional drivers PartitionDxe Themes (Optional) (3) Boot with the USB installer, start Disk Utility and initialize your SSD as an APFS drive, name it "Catalina". You can partition drive now if preferred. Close Disk Utility, select Install MacOS. (4) System will auto reboot after files has been copied (5) Boot with USB installer, select "Boot macOS Install from Catalina". Installation will continue installing and reboot (Might have to do this rebooting a couple of times) (6) Boot with USB installer, finish the customization (7) Follow post install steps from Post # 1 Upgrading to Catalina Before upgrading, do the following: (1) Update to latest Clover with settings as the new installation above (2) Upgrade kexts you're currently using found under /EFI/CLOVER/kexts/Other/ and kexts you have installed to /L/E Most importantly are Lilu.kext, Whatevergreen.kest, and ApplALC.kext Common links for new kexts: https://github.com/vit9696/Lilu/releases https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md https://bitbucket.org/RehabMan/ (3) Catalina requires Embedded Controller in DSDT to be named "EC". So if you have H_EC, EC0 or ECDV, they need to be renamed. Add the patch to Config.plist under ACPI DSDT Patches. (4) Make sure it's still bootable with the above updates (5) Follow this guide to update Config file and generate USBPort kext Some Catalina bootpack links: E7x70 (Skylake), might work on similar Skylake systems with some tweaks https://osxlatitude.com/forums/topic/9179-dell-latitude-e7x70-clover-uefi-only/?do=findComment&comment=95548 E7x50 (Broadwell), might work on similar Broadwell system with some tweaks https://osxlatitude.com/forums/topic/8514-dell-latitude-e7450-clover-uefi-only/?do=findComment&comment=95549 E7x40 (Haswell), might work on similar Haswell system with some tweaks https://osxlatitude.com/forums/topic/6472-dell-latitude-e7240e7440/?do=findComment&comment=86943 /!\ When posting for HELP, please include full system specs and attach debug files. If you're not able to start the installer, then attach the Clover folder and include screenshot(s) of the error / KP by booting with verbose + debug 0x100 mode
  19. Update your files according to my post here https://osxlatitude.com/forums/topic/12381-dell-osx-catalina-update-help/?do=findComment&comment=94877
  20. Connect the HDMI to the laptop Launch IORegistryExplorer.app Save it Compress it with the Config.plist file you're using
×
×
  • Create New...