Create Installation OS X USB:
1) Create a bootable USB drive with OS X. This bootable USB drive must have the ability to access
/System/Library/Extensions in order to boot computers with 1st Generation Intel® HD Graphics. One way
of creating this type of USB installer is to create the USB installer manually using Disk Utility.
a) Download the OS X installer from the App Store.
b) Go to your Applications folder and right-click on the OS X installer. Select "Show Package Contents".
c) Go to Contents/Shared Support and double click on "InstallESD.dmg" to mount the image. It should
appear on the desktop and Finder window.
d) Open Terminal and copy and paste the following command:
open "/Volumes/OS X Install ESD/BaseSystem.dmg"
e) We are now ready to create the USB installer. Open Disk Utility and format your USB drive using
Mac OS Extended (Journaled) with the GUID partition scheme. Restore "BaseSystem.dmg" to your
USB drive.
f) Your USB Drive will be renamed to "BaseSystem.dmg". Change the name of the USB Drive to
"OSXUSB" to avoid confusion.
g) Open Terminal and copy and paste the following commands one by one. Remember to press Enter
after pasting each command. Wait for the command to finish. Some commands will take some time
to finish.
cp "/Volumes/OS X Install ESD/BaseSystem.dmg" /Volumes/OSXUSB/
cp -a "/Volumes/OS X Install ESD/BaseSystem.chunklist"
/Volumes/OSXUSB/
rm /Volumes/OSXUSB/System/Installation/Packages
cp -a /Volumes/OS\ X\ Install\ ESD/Packages
/Volumes/OSXUSB/System/Installation/Packages
h) The USB installer is now finished. From here you must install a bootloader directly to the USB
installer. You can choose either Chameleon or Clover bootloader. Configure the bootloader and add
all the necessary kexts, DSDTs, etc.
2) Remove the Intel HD Graphics Kexts from the bootable USB drive.
We must remove these kexts because they will prevent you from booting up the OS X installer.
To do this, click on your USB drive and go to System/Library/Extensions and delete:
AppleIntelHDGraphics.kext
AppleIntelHDGraphicsFB.kext
If you can't see these folders, they are hidden so you may have to show all hidden files using terminal.
3) Install OS X and eventually you will be asked to restart. (May take a while.)
4) Follow the onscreen first boot instructions to setup OS X on your PC.
5) After completing the first boot setup instructions, your desktop should now appear. Welcome to OS X!