vmfh's Accepted Solutions

These two steps work in Fusion 7: 1. Install this fix for High Sierra. https://github.com/norio-nomura/high-sierra-vm-installer-fix 2. Run the following command from the installer /Volume... See more...
These two steps work in Fusion 7: 1. Install this fix for High Sierra. https://github.com/norio-nomura/high-sierra-vm-installer-fix 2. Run the following command from the installer /Volumes/Image\ Volume/Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall --converttoapfs NO --agreetolicense --volume /Volumes/Macintosh\ HD/ I.e., make a new VM, select the installer app, select 10.10 as the OS, play the VM, select language, then in macOS Utilities select Utilities, Terminal.
Adding the following parameter to the virtual machine's vmx config file solves my problem. uuid.action = "create" To solve it more generally you could add it to the template files, I guess,... See more...
Adding the following parameter to the virtual machine's vmx config file solves my problem. uuid.action = "create" To solve it more generally you could add it to the template files, I guess, but I haven't tried it. sudo echo 'uuid.action = "create"' >> '/Applications/VMware Fusion.app/Contents/Resources/template.vmx'