Virtualbox has the option for a MacOS virtual machine in it’s New VM dialog, but we will need to make further adjustments to make it truly Mac-ready. Pop open Virtualbox, and Create a new Virtual Machine. Name this MacOS Mojave, and set it to Mac OS X (64-bit). Download the Prerequisites. To install macOS Mojave on VirtualBox on Windows.
I am trying to set up my VM on my Macbook Pro (host) where I have Mojave. I am trying to install a Mojave (guest) VM and everything works fine up until Mojave is actually being installed (please see screen shots ). When it gets close to the end, it just kind of crashes and the whole thing restarts. Any ideas what I might be doing wrong? I created the ISO using instructions in the following instructions
hdiutil create -o /tmp/mojave.cdr -size 6g -layout SPUD -fs HFS+J
hdiutil attach /tmp/mojave.cdr.dmg -noverify -mountpoint /Volumes/install_mojave
sudo /Applications/Install macOS mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/install_mojave
Macos Mojave Download For Virtualbox
mv /tmp/mojave.cdr.dmg ~/Desktop/InstallSystem.dmg
hdiutil detach /Volumes/Install macOS mojave
hdiutil convert ~/Desktop/InstallSystem.dmg -format UDTO -o ~/Desktop/mojave.iso
mv ~/Desktop/mojave.iso.cdr ~/Desktop/mojave.iso
rm ~/Desktop/InstallSystem.dmg