How to Install or Upgrade to Fedora Asahi Remix 44 on Apple Silicon Macs

Introduction

Fedora Asahi Remix 44 is now generally available, bringing Fedora Linux 44 to Apple Silicon Macs (M1, M2, M3, and later). This release combines the power of Fedora Linux with the Asahi Linux project's hardware enablement, offering a polished experience on Apple hardware. Whether you're installing fresh or upgrading from version 42 or 43, this step-by-step guide walks you through the process, including what you need, the upgrade steps, and tips to avoid common pitfalls.

How to Install or Upgrade to Fedora Asahi Remix 44 on Apple Silicon Macs
Source: fedoramagazine.org

What You Need

Step-by-Step Guide

Step 1: Prepare Your System

For new installations: Back up any data you want to keep from your Mac. Then, download the official Fedora Asahi Remix installer from the Asahi Linux install page. Run the installer script from macOS, follow the on-screen prompts to partition your disk and select the Fedora Asahi Remix 44 image. This process will automatically download and flash the latest release.

For upgrades: Before upgrading, ensure your current Fedora Asahi Remix 42 or 43 system is fully updated. Open a terminal and run:

sudo dnf upgrade --refresh

Then reboot to make sure everything is stable. Also, check that you have sufficient disk space:

df -h /

If you're low on space, clean up old kernels and cache files using sudo dnf autoremove and sudo dnf clean all.

Step 2: Choose Your Upgrade Method

Fedora Asahi Remix 44 does not support upgrades via GNOME Software (GNOME's GUI updater). You have two valid methods:

Step 3: Upgrade via DNF System-Upgrade (Terminal Method)

If you choose the terminal route, follow these sub-steps:

  1. Install the system upgrade plugin (if not already installed):
  2. sudo dnf install dnf-plugin-system-upgrade
  3. Download the upgrade packages for Fedora 44:
  4. sudo dnf system-upgrade download --releasever=44

    This will fetch all necessary packages. If there are dependency issues, review the output and resolve them (often by removing conflicting packages).

  5. Trigger the upgrade:
  6. sudo dnf system-upgrade reboot

    Your system will reboot and the upgrade process will run automatically (this can take 10–30 minutes). Do not interrupt it.

  7. Post-reboot: Log in and verify the upgrade:
  8. cat /etc/fedora-release

    You should see Fedora release 44 and Fedora Asahi Remix 44.

    How to Install or Upgrade to Fedora Asahi Remix 44 on Apple Silicon Macs
    Source: fedoramagazine.org

Step 4: What's New in Fedora Asahi Remix 44

After installation or upgrade, you'll notice several highlights:

Step 5: Verify and Report Issues

Once upgraded or freshly installed, test basic functionality (Wi-Fi, Bluetooth, graphics, audio). If you encounter any Remix-specific issues, report them to the official issue tracker or ask for help on the Fedora Asahi Discourse forum or the Matrix room.

Tips and Warnings

Enjoy Fedora Asahi Remix 44 on your Apple Silicon Mac! With the latest Fedora packages and deep integration, it's a powerful Linux experience.

Recommended

Discover More

Crypto Market Faces Selling Pressure Amid Regulatory Developments and Institutional MovesHow to Dynamically Adjust Resource Allocations for Suspended Kubernetes Jobs (v1.36 Beta)Human Expertise: The Key to AI Success – Highlights from Dataiku's 2025 Partner Certification Challenge2025 Zero-Day Exploitation: Key Trends and InsightsGitHub Copilot CLI: Interactive vs Non-Interactive Modes Explained