install MAC OS X on a windows computer --- hacked way
it is not a normal way to do it, but fun to play with
http://www.macbreaker.com/2015/01/virtualbox-yosemite-zone.html
you will download a Niresh hackintosh ido - Yosemite
not the latest verson, but interesting to tinkering
and use virtual box
I had a 6 m / 2 m freezing issue
do a single user fix
as above link -- quote here
Solution for '2 minutes left' problem:
1. Close the VMachine when stuck on 2 minutes left (Power off)
2. Start it again, select newly created
hd(0,2)
and type options:
-s -v -x
3. You will get to bash, run two given commands to mount root device:
/sbin/fsck -fy
and when it finishes:
/sbin/mount -uw /
4. Now move to the directory:
cd /.OSInstallSandboxPath/Scripts/
and show its files:
ls
5. In the result you need to find the .xxxxxx from Hackintosh.Zone.Post-Script.xxxxxx line (it's different for everybody, for example xSDnsS for me) and then move to that directory:
cd Hackintosh.Zone.Post-Script.xSDnsS ( <- .xxxxxx="" be="" changed="" for="" must="" p="" this="" your="">
and execute:
./postinstall
6. When it finishes just type:
exit
and in a minute you should see the login screen of your newly booted OS X Yosemite VM :)
->