1209551
📖 Tutorial

How to Install and Explore Mageia 10 Release Candidate 1

Last updated: 2026-05-19 23:39:15 Intermediate
Complete guide
Follow along with this comprehensive guide

Introduction

Mageia 10 Release Candidate 1 (RC1) is a significant milestone for the Mageia Linux distribution, which has its origins in the Mandrake and Mageia lineages. This release introduces a host of updated packages and improvements, making it an exciting opportunity for enthusiasts and early adopters to test the next stable version. Whether you're a seasoned Mageia user or new to the distribution, this guide will walk you through the process of downloading, verifying, and installing Mageia 10 RC1, as well as exploring its new features. Note that RC1 is a pre-release version intended for testing, so it's best to install it on a non-critical machine or in a virtual environment.

How to Install and Explore Mageia 10 Release Candidate 1

What You Need

  • A computer with at least 2 GB of RAM (4 GB recommended) and 20 GB of free disk space.
  • A stable internet connection for downloading the ISO file (approx. 2-3 GB).
  • A blank USB drive (8 GB or larger) or a DVD-R for creating installation media.
  • A tool to write ISO images to USB, such as Rufus (Windows), balenaEtcher (cross-platform), or dd (Linux).
  • Basic familiarity with BIOS/UEFI settings to boot from USB/DVD.
  • Optional: a virtual machine software like VirtualBox or VMware for testing without affecting your main system.

Step 1: Download the Mageia 10 RC1 ISO

The first step is to obtain the official ISO image. Visit the Mageia download page for the RC1 release. Ensure you select the correct architecture for your system (64-bit is recommended for modern hardware). There are several editions available, including a full DVD image with multiple desktop environments and a smaller live ISO for testing. For a standard installation, choose the 'Mageia 10 RC1 x86_64 DVD' edition. Save the file to a location you can easily find later.

Step 2: Verify the ISO Checksum

After downloading, it's crucial to verify the integrity of the ISO file to ensure it hasn't been corrupted or tampered with. On the same download page, you'll find a checksum file (usually SHA256) alongside the ISO. Download that file as well. Then, use a checksum utility to compare the hash:

  • Windows: Open PowerShell and run Get-FileHash -Path "path\to\mageia.iso" -Algorithm SHA256.
  • Linux/macOS: Open a terminal and run sha256sum /path/to/mageia.iso.
Compare the output with the hash in the downloaded checksum file. If they match, proceed; if not, re-download the ISO.

Step 3: Create Bootable Installation Media

To install Mageia 10 RC1, you need to write the ISO to a USB drive or burn it to a DVD. We recommend using a USB drive for faster read/write speeds. Here are common methods:

  • With balenaEtcher (cross-platform): Launch Etcher, select the Mageia ISO, choose your USB drive, and click 'Flash'.
  • With Rufus (Windows): Open Rufus, select the USB device, choose the ISO under 'Boot selection', and click 'Start'. Use default settings unless you need specific partitioning for UEFI.
  • With dd (Linux): Run sudo dd if=/path/to/mageia.iso of=/dev/sdX bs=4M status=progress oflag=sync, replacing /dev/sdX with your USB drive (be careful to target the correct device).
Ensure the USB drive is backed up, as this process will erase all data on it.

Step 4: Boot from the USB Drive

Insert the prepared USB drive into your computer and restart it. Enter the BIOS/UEFI firmware settings (usually by pressing F2, F12, Del, or Esc during startup). Change the boot order to prioritize USB drives, or use a one-time boot menu to select the USB device. Save and exit. If your system uses Secure Boot, you may need to disable it temporarily, as some Linux distributions may not boot with it enabled. The Mageia boot menu should appear, offering options to install directly, try the live environment, or access additional tools.

Step 5: Install Mageia 10 RC1

From the boot menu, select 'Install Mageia 10' (or 'Install' if you used the DVD image). The installer will guide you through several screens:

  1. Language and keyboard selection: Choose your preferred language and keyboard layout.
  2. Regional settings: Set your time zone and hardware clock.
  3. Partitioning: You can let the installer automatically partition the disk or manually configure partitions (e.g., separate /, /home, swap). For beginners, automatic partitioning is safe as long as you have unallocated space or are replacing an existing OS.
  4. User accounts: Create a root password and a regular user account.
  5. Summary and installation: Review your selections and click 'Install'. The process will copy files and set up the system, which may take 10-30 minutes depending on your hardware.
After completion, reboot and remove the installation media when prompted.

Step 6: Explore Newer Packages and Features

Once Mageia 10 RC1 boots into your desktop environment (e.g., KDE Plasma, GNOME, or Xfce depending on the edition), log in and start exploring. Key updates in this release include newer versions of the Linux kernel, graphics drivers, browser updates (Firefox, Chromium), and refreshed system tools. To get an overview, open the Mageia Control Center (MCC) from the menu. You can also update all packages to the latest RC1 versions by opening a terminal and running sudo urpmi --auto-update. This ensures you're testing the newest packages available. Try out different applications to see how they perform.

Tips for a Smooth Experience

  • Back up your data before installing, especially if you are dual-booting or installing on a drive with important files.
  • Test with a live environment first by selecting 'Try Mageia 10' from the boot menu. This lets you check hardware compatibility (Wi-Fi, graphics, sound) without making any changes.
  • Use a dedicated test machine or virtual machine to avoid risking your main operating system. VirtualBox, for instance, can run the ISO directly.
  • Report bugs to the Mageia community if you encounter issues. RC1 is a testing release, and your feedback helps improve the final version.
  • Check for UEFI vs Legacy boot – if your system uses UEFI, ensure you boot in UEFI mode (the installer will detect it). Some older computers may require Legacy/BIOS mode.
  • Keep your system updated during the RC phase, as developers frequently push new packages. Use the 'urpmi' command or the graphical Software Management tool.

By following these steps, you can successfully install and explore Mageia 10 RC1. Enjoy the new packages and help make Mageia 10 the best release yet!