Edited 4 weeks ago by ExtremeHow Editorial Team
VMware FusionmacOS Big SurmacOSAppleVirtual MachinesOS InstallationSoftwareComputersSetupConfigurationDesktop VirtualizationmacOS Installation
This content is available in 7 different language
In this guide, we will walk you through the process of running macOS Big Sur on VMware Fusion. This is useful when you want to test this macOS version in a virtual environment. VMware Fusion is a popular application that allows you to run multiple operating systems simultaneously on your Mac. We will provide detailed step-by-step instructions to help you set up a virtual machine for macOS Big Sur. Please make sure you have access to the required materials and follow each step carefully for a successful installation.
Before we begin, there are a few requirements you must have or meet to successfully run macOS Big Sur on VMware Fusion.
First, you need to make sure that you have VMware Fusion installed on your computer. If you have not installed VMware Fusion, you can download it from the official website of VMware. Follow the installation instructions provided by VMware to complete the installation process.
To run macOS Big Sur on VMware Fusion, you'll need the Big Sur installation package. Here's how to get it:
To make VMware Fusion work with a macOS installation, you must convert the installer to a bootable ISO image. Follow these steps:
1. Launch the Terminal application in Launchpad.
2. In the terminal, create a temporary directory where the installation files will be placed by executing the following command:
# Create a temporary directory
mkdir /tmp/BigSur
3. Use the createinstallmedia command provided in the macOS installer to create the image.
# Create installation media in the temporary directory
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/BigSurInstall --nointeraction
4. Convert the installer to ISO format:
# Create a disk image and mount it
hdiutil create -o /tmp/BigSur.cdr -size 15000m -layout SPUD -fs HFS+J
hdiutil attach /tmp/BigSur.cdr.dmg -noverify -mountpoint /Volumes/install_build
# Copy the installer files to the mounted image
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build --nointeraction
# Detach the image
hdiutil detach /Volumes/Install\ macOS\ Big\ Sur
# Convert the cdr to ISO
hdiutil convert /tmp/BigSur.cdr.dmg -format UDTO -o ~/Desktop/BigSur.iso
# Move and rename the ISO file
mv ~/Desktop/BigSur.iso.cdr ~/Desktop/BigSur.iso
You now have the Big Sur installer as a bootable ISO image on your desktop for use with VMware Fusion.
Next, you'll create a new virtual machine in VMware Fusion:
Now that you have set up the virtual machine environment, proceed to install macOS Big Sur:
After the successful installation, there are still a few more steps to make sure macOS Big Sur runs smoothly on VMware Fusion.
If you encounter any problems during or after installation, consider the following troubleshooting suggestions:
Running macOS Big Sur on VMware Fusion is a powerful way to enjoy macOS while using it for testing, learning, or development alongside other operating systems. Following these steps, from setting up VMware Fusion, creating the installation ISO, to the final installation of macOS Big Sur, provides a rich and reliable testing environment. With careful setup and configuration, this virtual machine can accurately and efficiently replicate the macOS Big Sur experience. Explore the possibilities and advantages VMware Fusion offers for running macOS on your virtual environment.
If you find anything wrong with the article content, you can