Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Installation

Rob van Oostenrijk edited this page Jan 7, 2015 · 8 revisions

Installing OS X Yosemite

In order to prepare a bootable installation USB you will need to use a Macintosh computer.

Follow Rehabman's excellent Clover UEFI installation guide to prepare a Clover OS X Yosemite installation USB.

For the Clover kexts only install:

  • FakeSMC.kext
  • VoodooPS2Controller.kext

Use the BaseBinaries clone method to prepare the installation USB.

Use the config.plist from Rehabman's repository located at: https://github.com/RehabMan/OS-X-Clover-Laptop-Config/blob/master/config_HD4600.plist

Edit the config.plist to disable Intel injection so that the installer runs in VESA mode:

<dict>
    <key>ATI</key>
    <false/>
    <key>Intel</key>
    <false/>
    <key>NVidia</key>
    <false/>
</dict>
  • Dell XPS 9530
    • [Unlocking the BIOS](Unlocking the BIOS)
    • [BIOS Configuration](BIOS Configuration)
    • Installation
    • [Post Installation](Post Installation)
Clone this wiki locally