Outils pour utilisateurs

Outils du site


prog:virtualbox

Ceci est une ancienne révision du document !


How to Install macOS Mojave Final on VirtualBox on Windows PC Archive le 08/10/2019

Commandes à exécuter pour rendre exécutable la machine virtuelle :

VBoxManage modifyvm "catalina" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "catalina" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Messages d'erreur

VERR_VMX_NO_VMX

VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API (VERR_NEM_MISSING_KERNEL_API).

VT-x is not available (VERR_VMX_NO_VMX).

Il faut désactiver Hyper-V :

dism.exe /Online /Disable-Feature:Microsoft-Hyper-V

Il faut désactiver la police de groupe :

Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard > Turn on Virtualization Based Security > Disabled.

prog/virtualbox.1587631610.txt.gz · Dernière modification : 2020/04/23 10:46 de root