Skip to content

Instantly share code, notes, and snippets.

@catdad
Created May 30, 2019 02:34
Show Gist options
  • Save catdad/5e25f138b67c215254b95a1fd4844b92 to your computer and use it in GitHub Desktop.
Save catdad/5e25f138b67c215254b95a1fd4844b92 to your computer and use it in GitHub Desktop.
macos virtual modifications
REM https://medium.com/@twister.mr/installing-macos-to-virtualbox-1fcc5cf22801
VBoxManage.exe modifyvm "Mojave" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage.exe setextradata "Mojave" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage.exe setextradata "Mojave" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage.exe setextradata "Mojave" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage.exe setextradata "Mojave" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage.exe setextradata "Mojave" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage.exe setextradata "Mojave" VBoxInternal2/EfiGopMode 4
REM resize screen
REM https://scribles.net/changing-screen-resolution-of-mac-os-virtualbox-guest/
VBoxManage.exe setextradata "Mojave" VBoxInternal2/EfiGraphicsResolution 1600x900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment