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)
- Download and install Etcher on your system.
- Insert the USB flash drive.
- Open Etcher and select the Manjaro ISO you downloaded.
- Choose the USB drive as the target.
- Click “Flash” to create the bootable USB.
Using dd Command (Linux)
- Open a terminal.
- Identify your USB drive with the
lsblkorfdisk -lcommand. - Use the
ddcommand 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
- Insert the bootable USB into the target system.
- Restart the computer.
- Access the boot menu or BIOS/UEFI settings. The key to enter this menu varies (common keys include F2, F10, F12, or Del).
- 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.
- Choose “Boot: Manjaro.x86_64” to start the live session.
- 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:
- Language Selection: Choose your preferred language.
- Location: Select your timezone.
- Keyboard Layout: Choose your keyboard layout.
- Partitioning: Configure your disk partitions. You can opt for automatic partitioning or customise it according to your preference.
- User Account: Set up your username and password.
- 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!