Install Steps - MacOSX on VirtualBox

Steps:

Installation

Download the virtual iamge from link.

Go to Disk Utility > Partition > Erase

Restart

boot: -s -v -n <enter>

/sbin/fsck -fy (checking volumes, etc) 
/sbin/mount -uw / 
cd /.OSInstallSandboxPath/Scripts/
ls
cd Hackintosh.Zone.Post-Script.<id>/
./postinstall
exit

NOTE: Machine can freeze, just restart and -s -v -n (exit)

Optimizations

Graphics Optimization

Better Screen Resolution

Know Issues

Issue: Modify CPU ID Set

VBoxManage modifyvm "MacOSX-Dev" --cpuidset 00000001 000306a9 00020800 80000201 178bfbff

Issue: Bootup Parameters

-x -v (safe mode) 

Issue: Spinning Wheel at Login

Run the modifyvm CPU ID set command

Back