Skip to content

Instantly share code, notes, and snippets.

@toch
Last active August 29, 2015 14:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toch/279b085b0318790acd6f to your computer and use it in GitHub Desktop.
Save toch/279b085b0318790acd6f to your computer and use it in GitHub Desktop.
Yosemite OSX on Linux notes
  • download page

  • installation notes

  • disable EFI

  • run VBoxManage modifyvm "OSX Yosemite" --cpuidset 00000001 000306a9 00020800 80000201 178bfbff

  • follow the following because stuck on 2 minutes left

1. Close the VMachine when stuck on 2 minutes left (Power off)
2. Start it again, select newly created

hd(0,2) <yourpartitionname>

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 ( <- this must be changed for your .xxxxxx )

and execute:

./postinstall

6. When it finishes just type:

exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment