From af1c8d71c9f75f0d4fa2fc92825a063122ac804a Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Fri, 29 Jan 2021 10:27:21 +0200 Subject: [PATCH] clarified documentation: VISO mountpoint --- macos-guest-virtualbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index c656069..9d9650d 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1135,12 +1135,12 @@ ${low_contrast_color}configure_vm create_nvram_files create_macos_installation_f After executing the command, attach the resulting VISO file to the virtual machine's storage through VirtualBox Manager or VBoxManage. Power up the VM and boot macOS, then start Terminal and execute the following commands, making -sure to replace \"/Volumes/path/to/VISO/\" with the correct path: +sure to replace \"[VISO_mountpoint]\" with the correct path: ${low_contrast_color}mkdir ESP${default_color} ${low_contrast_color}sudo su # this will prompt for a password${default_color} ${low_contrast_color}diskutil mount -mountPoint ESP disk0s1${default_color} - ${low_contrast_color}cp -r /Volumes/path/to/VISO/ESP/* ESP/${default_color} + ${low_contrast_color}cp -r /Volumes/[VISO_mountpoint]/ESP/* ESP/${default_color} After copying the files, boot into the EFI Internal Shell as described in the section \"Applying the EFI and NVRAM parameters\".