Skip to content

Instantly share code, notes, and snippets.

View PPPDUD's full-sized avatar
🤨
Studying Scratch Link's code for the micro:bit.

PPPDUD PPPDUD

🤨
Studying Scratch Link's code for the micro:bit.
  • Kool Intelligence Agency, Ministry of Information Access, etc.
  • Great Mojaveland Inner House
  • 12:55 (UTC -04:00)
View GitHub Profile
@TheBojda
TheBojda / setup.sh
Created May 28, 2022 09:30
VirtualBox settings for installing MacOS Monterey to a VM on Linux
#!/bin/sh
# replace ${VM} with your VM name (ex: MacOSX Monterey)
# replace $RES with your resolution (ex: 1920x1080)
VBoxManage modifyvm "${VM}" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "${VM}" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "${VM}" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "${VM}" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "${VM}" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"