try to boot updates before trying to boot macOS

This commit is contained in:
Jack
2019-10-16 14:26:51 +03:00
committed by GitHub
parent e3e9593202
commit 7bde335163
+4 -1
View File
@@ -2,7 +2,7 @@
# Semi-automatic installer of macOS on VirtualBox
# (c) myspaghetti, licensed under GPL2.0 or higher
# url: https://github.com/img2tab/macos-guest-virtualbox
# version 0.75.6
# version 0.75.7
# Requirements: 40GB available storage on host
# Dependencies: bash >= 4.0, unzip, wget, dmg2img,
@@ -411,6 +411,9 @@ for %a run (1 5)
fs%a:
cd "macOS Install Data\Locked Files\Boot Files"
boot.efi
endfor
for %a run (1 5)
fs%a:
cd "System\Library\CoreServices"
boot.efi
endfor' > "startup.nsh"