From a089359d148261fdcd927b440067e3c63b401935 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sat, 4 Jul 2020 10:23:59 +0300 Subject: [PATCH] documentation: NEM --- macos-guest-virtualbox.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index b77e962..144fec0 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1216,6 +1216,15 @@ The VirtualBox EFI implementation does not properly load the FileVault full disk encryption password prompt upon boot. The bootloader OpenCore is be able to load the password prompt with the parameter \"ProvideConsoleGop\" set to \"true\". + ${highlight_color}VirtualBox Native Execution Manager${default_color} +The VirtualBox Native Execution Manager (NEM) is an experimental VirtualBox +feature. VirtualBox uses NEM when access to VT-x and AMD-V is blocked by +virtualization software or execution protection features such as Hyper-V, +Windows Sandbox, WSL2, memory integrity protection, and other software. +macOS and the macOS installer have memory corruption issues under NEM +virtualization. The script checks for NEM and gives an error message if it is +detected. + ${highlight_color}Further information${default_color} Further information is available at the following URL: ${highlight_color}https://github.com/myspaghetti/macos-virtualbox${default_color}