Step 4 of 4 — Final Step!
lightbulb Before you start: Make sure UTM is installed and open on your Mac. Have your .qcow2 file ready — you will need to browse to it in a few steps below.
desktop_windows Setting Up the Virtual Machine in UTM
  1. 1

    Open UTM on Your Mac

    Find UTM in your Applications folder and double-click it to open. You will see the UTM home screen — it might be mostly empty if you have no virtual machines yet. That is perfectly fine!

  2. 2

    Click "Create a New Virtual Machine"

    On the UTM home screen, click the big Create a New Virtual Machine button (it usually has a big plus sign or is shown right in the centre).

    UTM home screen showing Create a New Virtual Machine button
    Click "Create a New Virtual Machine" on the UTM home screen.
  3. 3

    Choose "Emulate"

    A window will pop up asking how you want to create your VM. Click the Emulate option. This tells UTM to act like another type of computer so it can run your virtual machine.

    UTM showing Emulate option
    Select the "Emulate" option from this screen.
  4. 4

    Select "Other"

    On the next screen it asks what operating system you want to use. Choose Other from the list. This is the correct option for importing an existing virtual machine file.

    UTM showing Other option
    Select "Other" as the operating system type.
  5. 5

    Set Up the Hardware Settings

    On the Hardware screen, change these settings:

    Machine: Select Standard PC (Q35 + ICH9) or Intel ICH9 based PC from the dropdown menu.
    Memory (RAM): Type in how much memory you want. Remember — this is in MB, not GB! (1 GB = 1024 MB, so for 2 GB type 2048, for 4 GB type 4096).
    CPU Cores: Leave this as the default — no need to change it.

    UTM hardware configuration screen
    Set the machine type and memory amount on the Hardware screen.
  6. 6

    Configure the Boot Options

    On the next screen (Boot settings), do the following:

    • Set Boot Device to None.
    • Make sure UEFI Boot is turned OFF (untick the checkbox if it is ticked).
    • Click Next to continue.

    UTM boot device configuration screen
    Set Boot Device to None and disable UEFI Boot, then click Next.
  7. 7

    Set the Storage Size to 2 GB

    On the Storage screen, set the storage size to 2 GB. Do not worry — this is just a placeholder. We will replace this with your real qcow2 file in a couple of steps. Click Next.

    UTM storage configuration screen
    Set the storage size to 2 GB — this is just a temporary placeholder.
  8. 8

    Skip the Shared Directory Screen

    The next screen asks about a shared directory. You do not need to set anything here right now. Just click Continue to move on.

    UTM shared directory screen
    Click "Continue" on the Shared Directory screen — nothing to set here.
  9. 9

    Name Your Virtual Machine and Save It

    On the Summary screen, type a name for your virtual machine in the Name field. Choose anything you like — for example: My Ubuntu VM or My Linux Machine. Then click Save.

    UTM summary and save screen
    Give your VM a name and click Save to create it.
  10. 10

    Open the VM Settings to Edit It

    Your new virtual machine will now appear in the UTM sidebar on the left. Right-click on it and choose Edit from the menu that appears.

    UTM right-click edit VM
    Right-click your new VM in the sidebar and select Edit.
  11. 11

    Replace the Placeholder Disk With Your qcow2 File

    In the Edit window, scroll down until you see the Devices section. You will see an IDE Drive listed there — that is the placeholder we created in Step 7. Do the following:

    • Click on the IDE Drive to select it, then click the Delete button (or the minus icon) to remove it.
    • Now click the New button to add a new drive.
    • From the options that appear, choose Import.
    • Browse to your .qcow2 file and select it.

    UTM devices section showing import qcow2 file
    Remove the old IDE Drive, add a new one, choose Import, and select your qcow2 file.
    warning Important! Make sure you select your .qcow2 file here — not the original .vmdk file. The qcow2 file is the converted one we created in the previous steps.
  12. 12

    Save Settings and Start Your Virtual Machine!

    Close the Settings window by clicking the red X button or pressing Command + W. UTM will save your changes automatically.

    Now click the big Play button (the triangle icon) next to your virtual machine name in the sidebar. Your virtual machine will start booting up — you did it!

    info The first boot may take a little longer than usual — that is completely normal. Just wait patiently and your virtual machine will appear on screen!
celebration

Congratulations — You Did It!

You have successfully imported your virtual machine into UTM on your Mac. Your virtual machine is now ready to use. Well done — that was not easy, but you followed every step perfectly!

checklist Here Is What You Accomplished Today
  1. check

    Installed UTM on your Mac so you can run virtual machines.

  2. check

    Installed Homebrew and QEMU tools on your Mac.

  3. check

    Converted your virtual machine file into the qcow2 format.

  4. check

    Imported your virtual machine into UTM and started it successfully!

warning Important Note: This guide is specifically for OVA files and pre-built virtual machines. If you want to install a fresh operating system from an ISO file, that is a different process and requires a separate guide. Do not use these steps for ISO installation.