Create macOS 10.14 (Mojave) VM
Create an Apple macOS 10.14 (Mojave) Vmware virtual machine
Author(s): Tamas Bures | Created: 19 March 2020 | Last modified: 31 October 2025
Tested on: -
Create macOS 10.14 (Mojave) VM
Prerequisite: You need a working Apple macOS to create one.
- 
Create .dmgdisk with Terminal.hdiutil create -o /tmp/mojave -size 7900m -volname mojave -layout SPUD -fs HFS+J
- 
Mount /tmp/mojave.dmgdisk to your macOS.hdiutil attach /tmp/mojave.dmg -noverify -mountpoint /Volumes/mojave
- 
Create macOS Mojave Installer. sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia \ --volume /Volumes/mojave --nointeraction
- 
Unmount disk. hdiutil detach /volumes/Install\ macOS\ mojave
- 
Convert /tmp/mojave.dmgDisk to.isodisk.hdiutil convert /tmp/mojave.dmg -format UDTO -o ~/Desktop/mojave.cdr
- 
Rename and move the image file to macOS Desktop. mv ~/Desktop/mojave.cdr ~/Desktop/mojave.iso