Skip to content

Instantly share code, notes, and snippets.

@0xd61
Forked from frdmn/osx-10-10-virtualbox.md
Last active December 31, 2017 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xd61/c859ec3b511d08825324154d7cf03b32 to your computer and use it in GitHub Desktop.
Save 0xd61/c859ec3b511d08825324154d7cf03b32 to your computer and use it in GitHub Desktop.
Install OS X 10.10 Yosemite in VirtualBox

Install OS X 10.10 Yosemite in VirtualBox

Due to the high usage of this guide and the lack of comfort in Gist's commenting area, I decided to make a blog post out of this which you can find here:

http://blog.frd.mn/install-os-x-10-10-yosemite-in-virtualbox/

https://www.youtube.com/watch?v=tafqhSUfKnY points to: https://drive.google.com/folderview?id=0B9oZd81xqtTOckJOT25uTzVfT3c&usp=sharing The file Key.text made everything work for me under GNU/Linux+VBox 4.3.18!

VBoxManage.exe modifyvm "MacOS" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

https://techsviewer.com/install-macos-sierra-virtualbox-windows/

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