How do I install Manjaro?

Manjaro, a user-friendly Linux distribution based on Arch Linux, offers a straightforward installation process. Whether you’re a seasoned Linux user or a newcomer, this step-by-step guide will walk you through the installation of Manjaro, ensuring a smooth and hassle-free experience.

Prerequisites

Before diving into the installation, make sure you have the following:

  • A USB flash drive (at least 2GB) for creating a bootable USB.
  • A stable internet connection for downloading the Manjaro ISO.
  • Backed up any important data from the target installation drive.

Step 1: Download Manjaro ISO

Visit the official Manjaro website and choose the edition and desktop environment you prefer. Download the ISO file to your local machine.

Step 2: Create a Bootable USB

Using Etcher (Recommended)

  1. Download and install Etcher on your system.
  2. Insert the USB flash drive.
  3. Open Etcher and select the Manjaro ISO you downloaded.
  4. Choose the USB drive as the target.
  5. Click “Flash” to create the bootable USB.

Using dd Command (Linux)

  1. Open a terminal.
  2. Identify your USB drive with the lsblk or fdisk -l command.
  3. Use the dd command to write the ISO to the USB:
sudo dd bs=4M if=path/to/manjaro.iso of=/dev/sdX status=progress && sync Replace /dev/sdX with your actual USB drive.

Step 3: Boot from the USB

  1. Insert the bootable USB into the target system.
  2. Restart the computer.
  3. Access the boot menu or BIOS/UEFI settings. The key to enter this menu varies (common keys include F2, F10, F12, or Del).
  4. Select the USB drive as the boot device.

Step 4: Launch Manjaro Installer

Once the system boots from the USB, you will be presented with the Manjaro welcome screen.

  1. Choose “Boot: Manjaro.x86_64” to start the live session.
  2. From the live session, double-click the “Install Manjaro” icon on the desktop to launch the installer.

Step 5: Follow the Installer Wizard

The Manjaro installer, powered by Calamares, will guide you through the installation process with a user-friendly interface. Here’s a brief overview:

  1. Language Selection: Choose your preferred language.
  2. Location: Select your timezone.
  3. Keyboard Layout: Choose your keyboard layout.
  4. Partitioning: Configure your disk partitions. You can opt for automatic partitioning or customise it according to your preference.
  5. User Account: Set up your username and password.
  6. Install: Begin the installation process.

Step 6: Complete the Installation

Once the installation is complete, the installer will prompt you to restart the system. Remove the USB drive before restarting to boot into the newly installed Manjaro system.

Conclusion

Congratulations! You have successfully installed Manjaro on your system. Explore the features of this user-friendly Linux distribution and enjoy a customised and efficient computing experience. If you encounter any issues or have questions, refer to the Manjaro forums for community support. Happy Linux computing!

Scroll to Top