From 7bde335163a43c1c5930b5bb763a7006e6fc5292 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 16 Oct 2019 14:26:51 +0300 Subject: [PATCH] try to boot updates before trying to boot macOS --- macos-guest-virtualbox.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 2d2e3af..a5f5c8e 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -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"