From 0ac0f4ba47a83328cf2cd36c3a19e57820694738 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 3 Feb 2020 19:19:38 +0200 Subject: [PATCH] -ntfs +msdos --- 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 edd51ef..8a21121 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -997,11 +997,11 @@ ${low_contrast_color}configure_vm create_nvram_files create_macos_installation_f After running 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/startup.nsh\" with the correct path: +sure to replace \"/Volumes/path/to/VISO/\" with the correct path: ${low_contrast_color}mkdir EFI${default_color} ${low_contrast_color}sudo su # this will prompt for a password${default_color} -${low_contrast_color}mount_ntfs /dev/disk0s1 EFI${default_color} +${low_contrast_color}mount_msdos /dev/disk0s1 EFI${default_color} ${low_contrast_color}cp /Volumes/path/to/VISO/startup.nsh ./EFI/startup.nsh${default_color} ${low_contrast_color}cp /Volumes/path/to/VISO/*.bin ./EFI/${default_color}