OSX on VirtualBox

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Anpassungen

#!/bin/bash
VM=$1

VBoxManage modifyvm $VM --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

VBoxManage setextradata $VM "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"

VBoxManage setextradata $VM "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata $VM "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

VBoxManage setextradata $VM "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"

VBoxManage setextradata $VM "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Recovery Boot