Skip to content

Instantly share code, notes, and snippets.

@casjay
Last active September 2, 2024 16:56
Show Gist options
  • Select an option

  • Save casjay/f0b25907b116e8de96fb8fa57da74183 to your computer and use it in GitHub Desktop.

Select an option

Save casjay/f0b25907b116e8de96fb8fa57da74183 to your computer and use it in GitHub Desktop.
Install MacOS on VMWare Workstation 17

https://www.sysnettechsolutions.com/en/install-macos-vmware/
https://forum.amd-osx.com/threads/mac-os-install-on-amd-ryzen-vmware-opencore-improved-performance-works-with-sequoia-sonoma-etc.4696/

Right-click Command Prompt and then click Run as administrator
If the User Account Control dialog box appears, confirm that the action shown is the one you want and click Continue

bcdedit /set hypervisorlaunchtype off
reg add “HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity” /v “Enabled” /t REG_DWORD /d 0 /f
config.version = "8"
virtualHW.version = "18"

board-id.reflectHost = "FALSE"
board-id = "Mac-AA95B1DDAB278B95"
hw.model.reflectHost = "FALSE"
hw.model = "MacBookPro19,1"
serialNumber.reflectHost = "FALSE"
serialNumber = "C01234567890"

smc.version = "0"

cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011"
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
cpuid.1.ebx = "0000:0010:0000:0001:0000:1000:0000:0000"
cpuid.1.ecx = "1000:0010:1001:1000:0010:0010:0000:0011"
cpuid.1.edx = "0000:0111:1000:1011:1111:1011:1111:1111"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment