Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
-
Updated
Jun 6, 2020 - Shell
Add a description, image, and links to the virtualbox-efi topic page so that developers can more easily learn about it.
To associate your repository with the virtualbox-efi topic, visit your repo's landing page and select "manage topics."
Hi,
for macOS Mojave
`hdiutil create -o /tmp/mojave.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach /tmp/mojave.cdr.dmg -noverify -mountpoint /Volumes/install_build
sudo /Applications/Install\ macOS\ 10.14\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build
mv /tmp/mojave.cdr.dmg ~/Desktop/InstallSystem.dmg
hdiutil detach /Volumes/Install\ macOS\ 10.14