VirtualBox: Step by step to install macOS Big Sur VM on Windows host

Описание к видео VirtualBox: Step by step to install macOS Big Sur VM on Windows host

This video helps you to install macOS Big Sur VM on Windows host with VirtualBox

Link to download macOS Big Sur ISO image: http://www.mediafire.com/file/dbfod9u...

Command line to setup macOS VM in this video (replace BigSurMacOS by the name of your MacOS VM):
For Intel Processor:
cd "%programfiles%\Oracle\VirtualBox\"

VBoxManage.exe modifyvm "BigSurMacOS" –-cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

VBoxManage setextradata "BigSurMacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"

VBoxManage setextradata "BigSurMacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "BigSurMacOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"

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

VBoxManage setextradata "BigSurMacOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Run 1 more this command if you face VERR_INVALID_HANDLE error when start the VM:
VBoxManage.exe setextradata "BigSurMacOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0

For AMD Processor
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "VM Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage modifyvm "VM Name" --cpu-profile "Intel Core i7-6700K"

Video to share clipboard and folder between Windows host and macOS VM:    • VirtualBox: Share clipboard and folde...  
Video help you to fix issue you may see with step "Insert Guest Additions CD image" when sharing clipboard and folder between host and macOS VM:    • VirtualBox MAC VM: Insert Guest Addit...  

Visit 5S Test's page for more tips about automation test:   / 5stest  

Комментарии

Информация по комментариям в разработке