clarified documentation: VISO mountpoint

This commit is contained in:
My Spaghetti
2021-01-29 10:27:21 +02:00
parent 3e8dae1919
commit af1c8d71c9
+2 -2
View File
@@ -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\".