logo
search
list

Table of Content

Pick Your Path First
What You Need
Option A: Safest — Run Ubuntu in a VM on macOS
Option B: Apple Silicon — Native Ubuntu with Ubuntu Asahi
Option C: Intel Mac — Ubuntu from a Bootable USB
Common Mac + Linux Problems
After Ubuntu Boots on Mac: Finish the Documents You Still Share
FAQ

How to Install Linux on a Mac (Intel or Apple Silicon)

Posted by Algirdas Jasaitis

calendar

2026-07-27

views

873

likes

4

To install Linux on a Mac, first identify your chip: Apple Silicon (M1/M2/M3…) or Intel. The safe beginner path on any Mac is a virtual machine (Multipass, UTM, or Parallels). For a native desktop, Apple Silicon uses the community Ubuntu Asahi installer; Intel Macs can still use a standard Ubuntu USB and the Option/Alt boot menu.

Canonical’s Desktop docs are explicit: standard Ubuntu USB installs target typical PCs; for Apple Silicon they point you to Ubuntu Asahi (community, not Canonical-supported), and they also recommend Multipass if you only need Ubuntu in a VM. Success means you can boot Ubuntu (native or VM), log in, and run sudo apt update.

If you already know your path, jump to: Apple Silicon Asahi, Intel Mac USB dual boot, Multipass VM, or Wi‑Fi/boot problems.

Concept illustration of installing Linux Ubuntu on a Mac laptop
Pick your path by chip: Apple Silicon uses Ubuntu Asahi or a VM; Intel Macs can boot Ubuntu from USB with Option/Alt.

For the full PC install overview with Ubuntu, start with how to install Linux on a PC.

Pick Your Path First

Mac type / goalBest approach
Try Linux without touching macOS disksMultipass, UTM, or Parallels VM
Native Ubuntu on M1/M2 (and other supported Asahi models)Ubuntu Asahi from macOS
Native Ubuntu on Intel MacBootable Ubuntu USB → install alongside or erase
Need only a Linux shell for codingMultipass (multipass launch)

Do not flash a normal amd64 Ubuntu Desktop ISO and expect it to replace macOS on Apple Silicon. That flow is for Intel/AMD PCs (and older Intel Macs).

What You Need

  • A full Time Machine / external backup before resizing or erasing disks
  • Free space (Ubuntu Desktop guidance is about 25 GB minimum for a real install; give a VM more if you can)
  • Internet for downloads and updates
  • For USB installs: an 8 GB+ flash drive (writing the image erases it)

Option A: Safest — Run Ubuntu in a VM on macOS

Use this if you want Linux tools or a desktop guest without dual-boot risk.

Multipass (Canonical’s recommended lightweight Ubuntu VMs)

  1. Install Multipass from Canonical’s Mac installer (or their documented macOS path).
  2. Launch an instance, for example:
multipass launch --name ubuntu-dev --cpus 2 --memory 4G --disk 30G
multipass shell ubuntu-dev
  1. Update inside the guest:
sudo apt update && sudo apt upgrade

Multipass is ideal for developers who need Ubuntu CLI/cloud-like instances. For a full GUI desktop in a window, many Mac users prefer UTM (Apple Silicon friendly) or Parallels with an ARM64 Ubuntu image—Ask Ubuntu’s high-traffic Apple Silicon threads often center on Parallels/ARM64 guests rather than VirtualBox.

VirtualBox note: classic VirtualBox + amd64 ISO is mainly an Intel Mac story. On Apple Silicon, prefer ARM guests and ARM-capable hypervisors.

Option B: Apple Silicon — Native Ubuntu with Ubuntu Asahi

Canonical’s install tutorial redirects Apple Silicon users to the Ubuntu Asahi community project. Hardware support depends on your model; Ubuntu’s docs note limits such as Ubuntu Asahi 25.10 only targeting M1/M2 in their example—check current Asahi/Ubuntu Asahi support lists for your Mac before you resize disks.

Install from macOS (official Ubuntu Asahi flow)

From Terminal on macOS, the project documents:

curl -sL https://ubuntuasahi.org/install > install.sh
less install.sh    # review the script
sh install.sh

Or the one-liner they also publish:

curl -sL https://ubuntuasahi.org/install | sh

Then follow the interactive installer: choose a supported Ubuntu build, free space from macOS, and finish setup.

Dual boot and firmware rules (important)

Ubuntu Asahi’s README states you can dual-boot with macOS, and that removing macOS is not supported because macOS is still required for system firmware updates. Plan to keep a working macOS partition.

Switch OS at boot

Hold the power button at startup until you see startup options, then pick macOS or Ubuntu. To change the default, use the Option/Always Use flow described in the Ubuntu Asahi docs.

Expect incomplete hardware features on some models (speakers, cameras, GPU acceleration, etc. evolve over time). Read the current Asahi feature matrix for your Mac before treating this as a daily driver.

Option C: Intel Mac — Ubuntu from a Bootable USB

Older Intel Macs can follow the classic Ubuntu Desktop USB path more closely.

1) Download Ubuntu Desktop (amd64)

Get the Intel/AMD 64-bit Desktop ISO from the official Ubuntu Desktop download page. Save it to Downloads—not onto the USB stick.

2) Create the USB on macOS (balenaEtcher)

Canonical’s create-USB guide for macOS:

  1. Insert an 8 GB+ USB stick.
  2. Download balenaEtcher for Intel Mac (or the arm64 Etcher build if you are only writing media on Apple Silicon for an Intel target).
  3. Flash from file → select the Ubuntu ISO → select the USB → Flash!

Ask Ubuntu’s classic “create live USB on Mac” answers agree: you must write the image, not copy the ISO file.

3) Boot the Mac from USB

Ubuntu’s installer tutorial for Apple hardware:

  1. Insert the stick.
  2. Restart or power on while holding Option / Alt (⌥).
  3. In Startup Manager, choose the gold/yellow EFI Boot USB entry.
  4. Continue into Try or Install Ubuntu.

Ask Ubuntu’s long-running “boot Ubuntu from USB on Mac” threads match this Option-key Startup Manager pattern.

4) Install (alongside macOS or replace)

  1. Prefer Try Ubuntu first to check Wi‑Fi, trackpad, and display.
  2. Start Install Ubuntu.
  3. Disk choices:
    • Install alongside — keep macOS when the installer offers it (free space required)
    • Erase disk — removes macOS on that drive (destructive)
    • Manual — advanced only
  4. Create your user, finish, remove the USB when prompted, reboot.

After install, update:

sudo apt update && sudo apt upgrade

Common Mac + Linux Problems

Wrong ISO / wrong chip

Apple Silicon needs Asahi-based ARM images or an ARM VM. An amd64 Desktop ISO will not give you a normal native install on M-series Macs.

USB never appears in Startup Manager (Intel)

Re-flash with Etcher, try another port/stick, hold Option longer, confirm the stick shows as EFI Boot.

Wi‑Fi missing after install (especially older MacBooks)

A frequent Ask Ubuntu MacBook theme: Broadcom/wireless needs extra drivers or a temporary Ethernet/phone tether so you can install firmware packages. Get online first, then fix wireless—don’t assume the live session and installed system behave identically.

Asahi install feels “incomplete”

That can be normal for your model/generation. Check the Asahi feature support list; keep macOS for firmware and recovery.

VM is slow or won’t start

Give the guest more RAM/CPU if the host can spare it; on Apple Silicon use ARM Ubuntu images; close heavy macOS apps before launching.

You only need Linux packages, not a second desktop

Use Multipass or a container workflow instead of dual-boot.

After Ubuntu Boots on Mac: Finish the Documents You Still Share

Getting Linux onto a Mac is only the platform step. The daily workflow usually continues with Word files, spreadsheets, project notes, and PDFs shared back to macOS or Windows users.

WPS Office for Linux gives the Ubuntu side of that Mac workflow a desktop suite that stays close to the file formats people already exchange.

WPS Office Writer on a Linux desktop editing an incident report DOCX with a familiar ribbon toolbar
WPS Writer on Linux: turn setup notes, terminal findings, and troubleshooting steps into a DOCX or PDF that teammates can open easily.
What you need nextWhat WPS gives you
Keep Mac/Linux/Windows document handoff predictableStrong .docx / .xlsx / .pptx layout fidelity when files move between Linux, Windows, and macOS
One place for notes, sheets, slides, and PDFsFree core suite: Writer, Spreadsheet, Presentation, plus PDF view/edit/convert tools
A familiar desktop UI for switchersRibbon-style apps with a lighter footprint than many heavy suites
A trusted install pathOfficial DEB (Ubuntu/Debian/Mint) and RPM packages from the vendor

Download the current package from the official WPS Office for Linux download page, then install it locally with sudo apt install ./wps-office_VERSION_amd64.deb. Once Ubuntu is running on your Mac, use WPS to turn quick setup notes or shared files into DOCX and PDF outputs that teammates can open without layout surprises.

FAQ

Can I install Linux on a MacBook Air/Pro with M1/M2/M3?
For a native desktop, use Ubuntu Asahi on supported models (community project). Otherwise run Ubuntu in UTM/Parallels/Multipass. Do not expect the standard PC USB amd64 installer to replace macOS on Apple Silicon.

Is Ubuntu Asahi officially supported by Canonical?
No. Canonical’s docs send you there, but call it a community project with model-dependent support.

What is the safest way to install Linux on a Mac?
A virtual machine (Multipass for CLI Ubuntu; UTM/Parallels for a desktop guest) so macOS disks stay untouched.

How do I dual boot Ubuntu and macOS on Intel?
Create a bootable Ubuntu USB with Etcher, boot with Option/Alt, then choose install alongside macOS after freeing disk space.

Do I need to delete macOS on Apple Silicon?
Ubuntu Asahi says removing macOS is not supported; keep macOS for firmware updates.

Can I try Ubuntu without installing?
Yes—Intel Macs can Try Ubuntu from USB; any Mac can try Ubuntu inside a VM first.

Algirdas Jasaitis

15 years of office industry experience, tech lover and copywriter. Follow me for product reviews, comparisons, and recommendations for new apps and software.