Dell Precision T3500 Hackintosh – El Capitan with Clover Boot Loader 

Forward

I have to thank the gentlemen over at TonyMacOSX86 for all the awesome advice they give to the Hackintosh community. They are developers on the leading edge that really do their best to make the OS X Hackintosh users have a flawless interaction with their Hackintosh.

Prerequisites:

  1. Download your copy of El Capitan at the App Store
  2. Download most recent version of Clover boot loader (2.4k v4003 at time of writing)
  3. Have access to another Mac system (I used a VirtualBox running El Capitan)
  4. Have a 16gb flash drive
  5. Get coffee, ready your patience, and set aside some time to really do this without rush

 

Navigation

  1. Ready USB
  2. Clover Configuration
  3. Clover Installation
  4. Kexts and Plist
  5. Install El Capitan
  6. Post Install
  7. Editing Plist

Ready your USB

  1. Once El Capitan has downloaded, go ahead and mount it and move it to the applications folder.
  2. Open disk utility and select your USB device on the left hand side. Erase this as HSF+ (Mac Extended Journaled) with one partition with the GUID scheme.

disk-util-sequence

  1. Once the drive has been formatted, we must now make it a piece of bootable media using the Terminal App. Enter the code below into terminal to make the USB bootable.
  2. sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/USB –applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app –nointeraction

    *Note – your device must be named what is after the “/Volumes/” line. Mine was USB.

     

  3. Once this finishes, you are now ready to move on to the Clover Configuration.
    1. Keep in mind that the USB you are making bootable will now be named El Capitan Install

Clover Configuration

Prerequisites:

  1. Download Clover’s latest version.
  2. Go ahead and grab the Kexts you will need from TonyMac (FakeSMC, your Ethernet kext, NullCPUPowerManagement Kext, HFSPlus.efi and the  and PS2 Kexts if you need them.)
  3. Download the replacement config.plist best for your needs from below:
    1. “For desktop systems with Intel HD 4000, 4600, ATI/AMD Radeon HD 5xxx, 6xxx, 7xxx, R9 2xx, 3xx, NVIDIA GeForce 6xx, 7xx, 9xx, TITAN. Equivalent to Chimera/Chameleon GraphicsEnabler=No IGPEnabler=Yes.”
    2. “For desktop systems with older NVIDIA graphics cards such as GeForce 8xxx, 9xxx, 2xx, 4xx, 610, and 630. Equivalent to Chimera/Chameleon GraphicsEnabler=Yes.”
    3. “For desktop systems with older ATI graphics cards such as ATI Radeon 4xxx. Equivalent to Chimera/Chameleon GraphicsEnabler=Yes.”
      • You will likely have to sign in to TonyMac in order to download these, as they are linked to TonyMacs download portal.
      • I used the the second set of Kexts for older NVIDIA cards because I don’t have a newer card.

Start Clover Installation

  1. Open the Clover.pkg you chose to download
  2. Click Continue, Continue, Continue.
  3. Select “Change Destination” and pick your USB drive.
  4. Select “Customize”
  5. I chose a very standard Legacy Configuration to get this machine started as a very basic working machine.
    1. Select the following:

 

Configuring the Kexts and the new Plist

Plist:

  • Get your downloaded Plist.config and place it in the EFI/Clover directory. Remove the old Plist and replace this with the new one.

Kexts:

  1. Navigate to EFI/Clover/kexts and create a folder called 10.11 (there may be one already there, if so just use it.)
  2. Place your kexts (Ethernet, fakesmc, NullCPUPowerManagement, and PS2 if you need it)
  3. Now navigate to EFI/Clover/Drivers64UEFI and remove vboxHFS-64.efi and replace with HFSPlus.efi

Install OS X El Capitan

OS X El Capitan is a straight forward install when it comes down to the actual install. It should take around 45 minutes to completely configure the installation and do touch up work after the install.

  1. Start your machine and press the hotkey for boot options (F12 on a Dell).
  2. Select your USB and wait for the Clover boot loader to start.
  3. Once the boot loader starts, you will have to select the “Boot OS X Install from OS X Install OS X El Capitan” (this is the name of your USB device.)
  4. This will now launch the installer.
  5. Open the disk utility as soon as the installer opens and wipe your destination drive
  6. You may now continue with the installation and install on your destination drive.
  7. The install will complete and your computer may restart;  it should do this a couple times.
  8. After the first install, boot from the USB again and select the installer once more.
  9. After it completes the second install, it will restart and you should boot into the USB one last time.
  10. Select “Boot OS X El Capitan” (Not the installer, the actual installed OS)
  11. OS X setup will now appear

Post Install

We must now set up the clover boot loader, your Plist configuration, and configure your kexts.

  1. Once the system has started, launch safari and install the latest version of Clover. (If no internet, put the files on another USB and plug it in)
  2. Configure Clover with these settings:

bootloader-config

Kexts and Plist

  1. Navigate to Volumes/EFI/Clover/kexts
  2. Create a folder called 10.11 (may already be there, if so use it.)
  3. Place your kexts in this folder(Ethernet, fakesmc, NullCPUPowerManagement, and PS2 if you need it)

Configuring your Plist by Lexone

This is a guide that was designed by Leone for Yosemite – but it applies directly to El Capitan since it is just hardware configuration.

Editing config.plist file for USB:

Pre-requisites:
One of the downloaded config.plist files (start with Standard one)
View attachment imessage_debug.zip
Clover Configurator (recommended version 2953 or later)

  1. Download config.plist file
  2. Open Clover Configurator
    1. File>Import Configuration>select downloaded config.plist
  3. Click Acpi (only if using DSDT, if no DSDT skip to Step 4.)
    1. Select checkbox for Drop OEM_DSM
    2. acpi
  4. Click Boot
    1. Keep defaults and check box for kext-dev-mode=1
    2. Remove “Default Boot Volume” text or replace with your boot volume name
    3. Set XMP Detect to No
    4. xmp
  5. Click Graphics
    1. If using Intel IGFX/IGPU, accept the default (checked) otherwise uncheck “Inject Intel”
    2. intel-gfx
  6. Run iMessage_Debug and keep terminal window open
  7. Click Rt Variables in Clover Configurator
    1. Enter the ROM and MLB values from iMessage debug (Do NOT click Calculate)
    2. imessage-1
    3. imessage-2
  8. Click SMBIOS
    1. Enter the Values in the following fields from iMessage debug output
    2. smbios
    3. smbios-2
  9. Close Clover Configurator
    1. Save
    2. save
  10. Place edited config file in /EFI/EFI/CLOVER directory
    1. config-placement

 

 

For more on installing El Capitan, check out my post on How to Install El Capitan with VirtualBox. 

5 thoughts on “Dell Precision T3500 Hackintosh – El Capitan with Clover Boot Loader 

Leave a comment