Virtualizing macOS Monterey

From Doge Microsystems
Revision as of 00:57, 27 October 2021 by DogeMicrosystems (talk | contribs)
Jump to navigation Jump to search

Looking to virtualize the recently released macOS Monterey? Then this is the guide for you, read on!

Before you start

There are a few requirements before we get started. You will need:

  • An Intel based Apple computer running a recent version of macOS like Catalina or Big Sur that is capable of running, but has not yet been upgraded to Monterey.
  • An Apple computer running a recent of VMware ESXi. Running macOS in a virtual machine on Apple hardware is the only way to adhere to the user agreement. For the purposes of this guide I'll be using a 2013 Mac Pro running VMware ESXi 6.5.0 Update 2 (Build 8294253)
  • An evaluation copy of VMware Workstation Pro for Windows (v15 or later)
  • At least 28GB of free space on your mac

Getting the Monterey installer

  1. On your mac that has not yet been upgraded to Monterey open System Preferences then navigate to Software Update. You should be prompted to download or upgrade to Monterey.
    Monterey guide 1.png
  2. After the download is complete simply close the installer. Do not start the installation process!
    Monterey guide 2.png
    The installer is now located in Applications as /Applications/Install macOS Monterey.app

Creating a bootable disc image

Just like Big Sur the process of creating install media is a bit different than previous macOS releases.

  1. Create a disc image to house the installer. For macOS Monterey 12.0.1 the image must be at least 13685 MB in size.
    hdiutil create -o monterey.dmg -size 13685m -volname macOSMonterey -layout SPUD -fs HFS+J
  2. Attach the volume
    hdiutil attach monterey.dmg -noverify -mountpoint /Volumes/macOSMonterey
  3. Use the createinstallmedia tool inside the Monterey installer to make the disc image into a bootable macOS installer. This process will take a couple minutes.
    sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/macOSMonterey --nointeraction
  4. Detach the volume. Note that the volume name and mount point changed during the process.
    hdiutil detach /Volumes/Install\ macOS\ Monterey
  5. Convert the resulting dmg file to a cdr
    hdiutil convert monterey.dmg -format UDTO -o monterey.cdr
  6. Finally, rename the cdr to iso.
    mv monterey.cdr monterey.iso
    The dmg image can now be used to create a bootable USB stick or simply deleted.
  7. Upload your new bootable ISO image to your datastore in VMware ESXi

Creating the Virtual Machine

  1. In the ESXi console click Create /Register VM
  2. Select Create a new virtual machine then click Next
  3. Select the highest Compatibility possible. In my case ESXi 6.5 virtual machine
  4. Select Mac OS under Guest OS Family
  5. Select the highest supported macOS version possible. In my case Apple Mac OS X 10.12 (64-bit)
  6. Enter a name for the virtual machine then click Next
    Monterey guide 3.png
  7. Select the datastore to use for virtual machine storage then click Next
    Monterey guide 4.png
  8. Make adjustments to the CPU count but be sure to only use two sockets. E.g to have 4 CPU cores you can either choose 4 CPU and 4 Cores per Socket or 2 CPU and 2 cores per socket.
    Monterey guide 5.png
  9. For Memory 2GB is the minimum recommended. The more the better though!
  10. For the Hard Disk 40GB is a good start, adjust to fit your needs.
  11. Select the appropriate Network
  12. Do not change any other settings at this point, they will be changed later. Click Next then Finish
    Monterey guide 6.png
    Monterey guide 7.png
  13. In the list of virtual machines select your new VM and click Edit
  14. Expand the CD/DVD Drive' section, change the type to Datastore ISO file, select your Monterey ISO file, click Select, then check Connect at power on
  15. Under Video Card change the type to Specify custom settings then change Total video memory to 128
  16. Click Save

Don't power on your new virtual machine just yet! There is one more step before you can install macOS.

Fixing EFI/APFS support

The EFI firmware included in ESXi 6.x does not support APFS so it must be replaced.
This process is not complex but I have not written a guide for it yet. For now please follow the instructions located here: https://ericfromcanada.github.io/output/2019/macos-catalina-vmware-esxi-6.html
Save the resulting file as efi64.rom

Once you have your new EFI firmware file the VM must be told to use it.

  1. Upload the efi64.rom file to your datastore in the same folder as the virtual machine's files then click Close
    Monterey guide 8.png
  2. Select your virtual machine from the list then click Edit
  3. Click VM Options then scroll down and expand the Advanced section. Scroll down further to Configuration Parameters and click Edit Configuration
  4. At the top click Ad parameter
  5. Double click on the new row and clear the text that says Click to edit key. Enter efi64.filename in its place.
  6. Double click on Click to edit value and clear the text. Enter efi64.rom
  7. Click OK to close the window, then click Save to complete the configuration.
    Monterey guide 9.png

Installing macOS Monterey

  1. Power on your virtual machine and the macOS Monterey installer should start
    Monterey guide 10.png
  2. Choose a language then click the next arrow
  3. From the recovery menu select Disk Utility then click Continue
    Monterey guide 11.png
  4. In the left-most pane click VMware Virtual SATA Hard Drive Media
  5. Near the top of the screen click Erase
  6. Enter a name like 'macOS' then click Erase. The other options can be left as is.
    Within a few seconds the process will be completed. Click Done
    Monterey guide 12.png
  7. Quit Disk Utility by clicking Disk Utility on top bar, then clicking Quit Disk utility
  8. Back at the Recovery menu select Install macOS Monterey then click Continue
    Monterey guide 13.png
  9. Continue through the rest of the installer as normal. This process may take a significant amount of time depending on the mac hardware used to run VMware ESXi as well as the storage media used for the datastore.
    During installation uncheck the options for Siri and Location Services. These services may not function correctly on virtualized hardware.
    Note: During the first boot up after installation the virtual machine will reboot several times very quickly in what appears to be a boot loop. This is normal and it will recover on its own.
  10. Enjoy virtualized macOS Monterey!
    Monterey guide 14.png

Post installation

After installation of macOS it is a good idea to install VMware Tools to enable graceful shutdown of the virtual machine but unfortunately VMware ESXi does not include the macOS guest OS tools like it does for other operating systems.
Download the VMware Tools packages for macOS zip file from https://customerconnect.vmware.com/downloads/details?downloadGroup=VMTOOLS1135&productId=1073&rPId=74478 (requires a free account)
Decompress the downloaded zip file and upload darwin.iso to your datastore then attach the ISO to the virtual machine. Install VMware Tools with the default options and be sure to allow the installation of the required system extensions then reboot.


Congratulations! You are now ready to use macOS Monterey as a test machine, build machine, or any other use that isn't graphics heavy.