Xanzhu
Guide

Ubuntu 26.04 LTS on Apple Silicon with UTM

6 mins read

Learn how to set up Ubuntu 26.04 on Apple Silicon using UTM, a free and open-source virtualization tool.

Ubuntu 26.04 lts running on Apple Silicon with UTM
Last Updated:

Ubuntu now offers a native ARM desktop build! Perfect for Apple Silicon users who want to explore Linux, develop, or virtualise efficiently. In this guide, we'll walk through setting up Ubuntu 26.04 (Resolute Raccoon) LTS in a virtual machine using UTM, a free and open-source tool tailored for macOS.

Our previous article detailed how to set up Ubuntu Server with a desktop environment.


Requirements

  • UTM: Version 4.7.5 or newer.
  • Storage: Minimum 30 GB free space.
  • ISO: Ubuntu 26.04 LTS Desktop (ARM64).
  • Hardware: Apple Silicon (M1, M2, M3, M4, or M5).

UTM Download

Download UTM version 4.7.5 from the UTM GitHub releases page

The GitHub version is free to download. Alternatively, the Mac App Store version supports automatic updates and helps support the developers (paid).

Drag UTM to your Applications folder and launch it.

Ubuntu ISO Download

Download the Ubuntu 26.04 LTS ARM64 ISO (approx. 4.16 GB) from the Ubuntu website.

Ubuntu website showcasing download options for arm
  • Ubuntu 26.04 (Resolute Raccoon) is the current long term service release or LTS, an official ARM desktop download for the first time. Released April 2026.

This guide will continue to be updated as Ubuntu progresses future versions. Some features or bugs may be solved in later versions we'll try our best to note down potential issues and workarounds.


UTM Configuration

Open UTM and click the + (Plus) icon to create a new virtual machine.

UTM application interface showing the main window with a plus icon to create a new virtual machine

Virtualise or Emulate

UTM offers two modes:

ModeProsCons
VirtualiseFaster, native ARM supportDoes not support x86 (Intel/AMD) architecture.
EmulateSupports non-ARM systemsSlower, potential performance issues

Select Virtualise to leverage Apple Silicon's efficiency.

Emulation is slower but supports older systems. Pre-built VMs are also available via the UTM Gallery

Operating System

Choose Linux

Hardware Settings

  • Memory: Allocate at least 4096 MB (4 GB). If you have 16GB+ RAM on your Mac, 8GB (8192 MB) is recommended for a smoother experience.
  • CPU: Leave at default for automatic core management.

Set RAM to half your device's available memory (default: 4096 MB or 4 GB). Leave CPU cores at the default for automatic management. Click Continue.

QEMU vs Apple Virtualization

By default, UTM uses QEMU, which is flexible and widely compatible. On macOS 15+, enabling Apple Virtualization can improve performance and responsiveness for ARM guests like Ubuntu. If you run into compatibility issues, you can always switch back to QEMU.

UTM Configuration for Apple Virtualization
  • Check Use Apple Virtualization (optional, recommended on macOS 15+).
  • Boot Image Type: Boot from ISO
  • Click Browse, select your downloaded Ubuntu ISO, and click Continue.

Storage

The default 64 GB is recommended. Ubuntu requires ~20 GB for the OS and basic apps; the rest is for your files.

Adjust as needed and click Continue

Shared Directory

Optionally, select a folder to share between your Mac and the VM by clicking Browse. Otherwise, click Continue.

Review the configuration summary, name the VM, and click Save.


Ubuntu Installation

Click the Play button on your new VM to boot the installer.

UTM Application completed Virtual Machine

The Ubuntu setup begins automatically. Make sure you click inside the VM window so your keyboard input is captured.

GRUB menu: Use your arrow keys to select Try or Install Ubuntu and hit Enter.

Ubuntu Virtual Machine Installation selection

The installer may download additional components during setup. Display scaling may vary slightly with Apple Virtualization.

You'll arrive at the Ubuntu welcome screen:

Ubuntu welcome screen after booting
  1. Choose your language and click Next.
  2. Adjust accessibility options as needed and click Next.
  3. Select keyboard layout and click Next.
  4. Connect to the internet, ensure Use Wired Connection is selected (UTM shares your Mac's internet connection), then click Next.
  5. Choose Install Ubuntu and click Next.
  6. Select Interactive installation and click Next.
  7. Select Default selection for apps and click Next.
  8. Optionally, enable proprietary software installation (can be added later). Click Next.
  9. Choose Erase disk and install Ubuntu and click Next.
  10. Choose whether to encrypt the file system — leave it off for now — and click Next
  11. Enter your name, computer name, username, and a password (e.g., “test”). Confirm the password and click Next.
Ubuntu account creation showing sample values
  1. Select your time zone on the map and click Next.
  2. Review your choices and click Install.

The installation will copy and configure files, which may take some time. When prompted, click Restart Now.

Ubuntu prompting user to restart

Eject the ISO file

After reboot, Ubuntu may prompt you to remove the installation media. Eject the ISO in UTM, then press Enter to continue booting.

Ubuntu showing how visual of ejecting ISO
  • Go to the CD/DVD icon in the UTM toolbar
  • Hover over the second option and select Eject
  • Click back in the VM window and press Enter
Ubuntu prompting user to eject ISO and press enter

“Display output is not active” message may appear briefly when using QEMU. Wait 30 seconds to 1 minute for the desktop to load.

Once the desktop loads, you should see the following:

Ubuntu desktop showing the welcome screen
  1. Select Next to continue.
  2. Set whether to share data to help improve Ubuntu, then select Next.
  3. Select Finish

The virtual machine is now ready to use. The next step is improving the display scaling.

Resolution

To enhance usability, adjust the display settings for better resolution.

Apple Virtualization

  1. Shut down the VM. If running (right-click and select Stop).
  2. Right-click the VM, select Edit, and go to Display.
  3. Enable HiDPI (Retina) and keep dynamic resolution enabled.
UTM Configuration for Apple Virtualization display settings

QEMU

  1. Stop the VM, edit it, and navigate to Display.
  2. Check Retina Mode to enable high-resolution scaling, click Save.
UTM Configuration for QEMU display settings

Boot the VM. The Ubuntu user interface may appear small.

  1. In Ubuntu, go to Settings, select Display.
  2. Set Scale to 200% and click Apply.
Ubuntu display settings for high-resolution scaling

The desktop should now look crisp and properly scaled.

Software Updates

Finally, update Ubuntu's packages. Open the menu, select Software Updater, and install available updates to ensure optimal performance.

Alternatively open the Terminal and run:

sudo apt update && sudo apt upgrade -y

Doing this ensures you have the latest patches for the 26.04 release.

Note on 26.04 LTS: While Long Term Support (LTS) versions prioritise stability, running on Apple Silicon is an evolving target. Early adopters should expect minor bugs in the first few weeks.

Issues

"Display output is not active"

This common QEMU bug happens during the initial boot phase. If the screen stays black for more than 2 minutes, try resizing the UTM window slightly; this often forces the graphics driver to "wake up."

GitHub discussion suggests some ideas for workarounds.

UTM QEMU prompting user to wait for desktop to load known bug

Conclusion

That's it! You've now got Ubuntu 26.04 LTS running natively on Apple Silicon. Whether you're testing code, learning Linux, or just exploring, this VM setup gives you flexibility with solid performance.

If you found this guide helpful, consider checking out our other virtualization tips — or share this with a fellow Mac/Linux enthusiast!