-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
-
Format USB Stick & Install Clover:
- Format an 8GB USB 2.0 stick with an MBR partition map.
- Create a 200MB FAT32 partition labeled "EFI".
- Using the remaining space, create an hfs+ partition labeled "install_osx".
- Install Clover for UEFI Booting to the EFI partition, selecting the OSXAptioFix2 driver and Bluemac theme when prompted.
- Add the HFSPlus driver from the CLOVER/tools/drivers64UEFI folder of the repository to the same folder on the EFI partition of the installation USB.
- Add RehabMan's branches of FakeSMC and VoodooPS2 to the CLOVER/kexts/Other folder - these are the only kexts needed during installation.
-
Next, clone the base binaries to the the hfs+ partition:
mkdir /tmp/install_esd
hdiutil attach "/Applications/Install OS X Yosemite.app/Contents/SharedSupport/InstallESD.dmg" -readonly -mountpoint /tmp/install_esd -nobrowse
sudo asr restore -source /tmp/install_esd/BaseSystem.dmg -target /Volumes/install_osx -erase -format HFS+ -noprompt
diskutil rename "OS X Base System" install_osx
rm /Volumes/install_osx/System/Installation/Packages
cp -a /tmp/install_esd/Packages /Volumes/install_osx/System/Installation
cp -a /tmp/install_esd/BaseSystem.dmg /tmp/install_esd/BaseSystem.chunklist /Volumes/install_osx
hdiutil detach /tmp/install_esd
rmdir /tmp/install_esd
-
Replace the config.plist in the USB's CLOVER directory with the one located in the repository's INSTALLATION directory.
-
Either set your BIOS to boot from USB, or use F12 to manually select it from the boot menu to reach the Clover boot menu, and select "Install OS X". Without graphics acceleration, it will take upwards of 3-4 minutes to fully boot into the language selection screen of the OSX installer. Be patient.
-
Use disk utility to format your HDD with a GUID/GPT partition map with one HFS+ partition labeled as you like. Optional: It is at this point that I now reboot the machine back into the OSX installer and select my newly created partition when prompted, rather than exiting disk utility continuing the original installation. I have less issues with OSX converting my HDD to CoreStorage, among other things. Read the entire "Post-Installation" section before rebooting after the installation successfully completes.