Catalina 10.15.3 workaround

This commit is contained in:
Jack
2020-02-07 05:30:51 +02:00
committed by GitHub
parent 91a2cf2ef9
commit ff5ceaac8d
+2 -1
View File
@@ -4,7 +4,8 @@ This is a Bash script that creates a VirtualBox guest macOS virtual machine with
The script is semi-automatic and requires a little user interaction. A default install only requires the user to sit patiently and, less than ten times, press enter when prompted. The script doesn't install any closed-source additions or extra bootloaders. Tested on Cygwin. Works on macOS and WSL, should work on most Linux distros.
### macOS Mojave (10.14) and High Sierra (10.13) currently supported
#### macOS Catalina 10.15.2 and 10.15.3 fail to boot on VirtualBox. Earlier versions of Catalina work, but they are not currently being distributed by Apple's software update servers, from which the script fetches the installer. A workaround for Catalina 10.15.2 and 10.15.3 is [available](https://github.com/myspaghetti/macos-guest-virtualbox/issues/134#issuecomment-578764413) involving using earlier versions of `boot.efi`.
#### macOS Catalina 10.15.2 and 10.15.3 fail to boot on VirtualBox
Versions 10.15.0 and 10.15.1 of Catalina work, but they are not currently being distributed by Apple's software update servers, from which the script fetches the installer. A workaround for Catalina 10.15.2 and 10.15.3 is [available](https://github.com/myspaghetti/macos-guest-virtualbox/issues/134#issuecomment-583216307) involving using earlier versions of `boot.efi`.
## Documentation
Documentation can be viewed by executing the command `./macos-guest-virtualbox.sh documentation`