xiangtailiang / Dell-E7440-Hackintosh

Dell E7440 Hackintosh using ACPI HotPatch
6 stars 1 forks source link

Dell-E7440-Hackintosh

This Branch is for DELL Latitude E7440 with A25 bios system with the following specs:

What works:

OS:

Use High sierra or Mojave.

Tested with 10.14.5

Working great.

This guide uses Clover hotpatches and a set of "add-on" SSDTs. The advantage of hotpatching is that hardware and BIOS can be changed without re-extract/re-patch. It is also a bit easier to setup as the normal extract/disassemble/patch/compile process is not needed. To use: Simply Download the repository as a Zip file and extract to your EFI partition under the EFI Folder.

DO THIS AFTER YOU HAVE ALREADY GOT A BOOTABLE CLOVER EFI INSTALLED otherwise you must set your laptop to boot from clover in the Bios. I will link a guide on how to do this in the future.

BTW, inside the CopytoLE folder, copy these kexts into /Library/Extensions on your Hack.

Then in terminal run the Clean&Rebuild script in this main folder. from inside this repos folder do the following commands:

chmod +x permission-E7440.sh && ./permission-E7440.sh

Enjoy your Hackintosh!

Sources:

OSXLatitude Own Research Lilu & Friends ameeno/Dell-E7440-Hackintosh

Additional Guide

E7440 - Hackintosh Guide

Overview

Guide

Information

What works:
What Doesnt Work:

Note: I am currently working on a fix for the items listed above. If you use this guide and information and find that something does not work, please submit an issue request so I can work on a fix.

Creating the USB Installer

Since I don't have access to a legitimate Mac, I needed to be able to create a vanilla macOS installer. This guide (and many others) used to inform users to create a USB installer for a macOS Distro such as Niresh. While this may work just fine for then creating a vanilla macOS installer, distro's can be (and are) very shady. They come preloaded with a bunch of extra junk that is not needed, and just overall are highly advised against being used. Follow the steps below to figure out how to create a REAL macOS Mojave Vanilla installer without having access to a real Mac.

  1. Follow the steps at this guide Here.
  2. When you get to the part about installing clover bootloader, follow the steps below for configuring kexts, etc. INSTEAD
  3. IMPORTANT (DO NOT MISS THIS): Now, copy Clover bootloader and the kexts files that you have downloaded to another USB drive (not the one you're burning the installer too) or an external hard drive. You will need access to them later.
  4. Copy the CLOVER & BOOT folder's you have downloaded from this repository onto your USB drive as well.
  5. Copy the CLOVER folder you have downloaded from this repository into EFI/. You can simply copy over the whole folder as the config.plist and everything else is already configured for the E7440/E7240.
  6. For more help on configuring Clover and the USB installer, the original guide linked in step 1 will be of the most help to you. Make sure you install the kexts and CLOVER folder from this repo onto your Clover USB, as these will guarantee your E7440/E7240 will work properly.
  7. We are now ready to continue into the next topic: Installing macOS Mojave.

Installing macOS Mojave

  1. After you followed the guide above and have your USB drive ready to go, we can reboot the machine. When you reboot, enter into the BIOS to change some settings. On the E7440/E7240, you can do this by hitting F12 at the Dell boot screen and choosing BIOS Setup.
  2. Once in the BIOS, make sure you change the following settings. Disable Security Chip, Disable Anti Theft Module, and Disable TPM. Basically, disable all of the "security" features. Make sure Secure boot and other features like that are off. These features will affect how macOS sleeps, Choose UEFI and Legacy Boot.
  3. Now, reboot into macOS and press F12 select the USB drive inside of Clover.
  4. Boot into macOS and install onto your hard drive using Ethernet/Wifi from recovery. I recommend using an SSD.
  5. After this is done, reboot the computer and let it sit. Mine rebooted a few times on its own to go through some final installation procedures.
  6. Once you see the "region selection" screen, you are good to proceed.
  7. Create your user account and everything else, but do not sign in with your iCloud account. If it asks you to connect to a network, select the option that says do not connect and press continue. We will connect it later.
  8. After you've booted, plug in the USB drive or external hard drive that you copied the Clover file to in step 9 of the previous section.
  9. Install Clover bootloader following the same steps as before and using the same settings, except this time install them onto your internal hard drive with your Mojave installation. I recommend checking the box that says Install Clover Configurator as well (it comes in handy later).
  10. We now need to copy our Clover configuration from our USB to our hard drive with Mojave. Simply copy the CLOVER folder and EFI folder in this repo into the EFI partition that Clover should have mounted during install.

Post-Installation

  1. Inside the CopytoLE folder, there are several Kexts which you should copy to your /Library/Extensions folder on your hackintosh.
  2. I recomend you use clover configurator to setup your own serial Number and MLB/UUID's to make them unique to you. This can be done easily using clover configurator.
  3. Finally, run the included permission-E7440.sh file to repair permisions and fix up your system hibernation.
FHD Screen

If you have a full HD (1920x1080) screen (stock or modded), it is recommended that you install One Key HiDPI. This will mimic the "retina" display feature that many of Apple's newer laptops come with.

Setting up Apple services (Facetime, iMessage, etc.)

I highly recommend following This guide to get these features working. It worked for me on the first try and was super straight forward compared to other guides that I have seen before in the past.

More to come...