How to Install Manjaro Linux [Beginner’s Guide]

Brief: Manjaro is a popular arch-based beginner friendly Linux distribution. This step-by-step tutorial shows how to install Manjaro Linux.

I am a huge Manjaro fan and I totally agree with my colleague John Paul’s views on why he loves using Manjaro Linux. It is one of the best Linux distributions for beginners that is not based on Ubuntu.

If you visit DistroWatch, you might have noticed that Manjaro has steadily worked its way to the top of the Page Hits chart, i.e. more and more people have been making their way to Manjaro. And that’s for a good reason.

Manjaro Linux is based on Arch Linux, so you get a rolling-release distro with almost up-to-date packages. I say almost because Manjaro has their own repository which is 1-2 weeks behind Arch’s. This is to test their packages and mark them as stable before releasing them as updates.

In other words, Manjaro gives you a rolling release distribution keeping stability in the mind.

Installing Manjaro Linux

install-manjaro-linux-3-7470418

Manjaro is also super simple to installer as it has a GUI installer, unlike Arch Linux. In this article, we’re going to cover how to install a popular distribution, Manjaro Linux.

Prerequisite: Making disk space (only for dual boot)

Note

If you’re wiping your disk removing Windows or any other installed OS and starting from scratch, you may skip this step.

If you’re dual-booting, you need to create a partition from Windows first by shrinking some partition. I recommend putting aside at least 50GB of space.

If you have many small partitions already, you may have to back up your data and delete one of the partitions so that Windows can allocate the space. Otherwise, you may shrink one of the partitions to create the space.

Right click the Windows button in the lower left corner, and select Disk Management. Shrink/Delete one of the drives to create space.

manjaro_install_disk_management-1-3202932
Disk Management

Step 1: Getting the ISO

Manjaro provides disk images for a range of Desktop Environments (DE). The most polished ones, and previously called ‘flagship’ releases are Xfce and KDE. Other releases include GNOME, Budgie, Deepin, Tiling WMs like i3, and lots more.

Suggested read How to Enable Click to Minimize On Ubuntu

Go to their Downloads Page and select the Desktop Environment you want. For this tutorial, I used KDE. However, the install process remains the same for all DEs.

manjaro_install_flavours-1-1064314
Manjaro Linux Downloads Page

Step 2: Burning the ISO

After we have the ISO, we need to burn it to a USB flash drive. Use a 4GB flash drive or larger to avoid any hassle. You can follow our guide on how to create bootable USB of Manjaro Linux. I prefer using Win32DiskImager on Windows and dd if I’m on Linux.

Step 3: Booting into a Live Environment

Once the ISO is burned to the drive, we can boot into Manjaro’s Live installation environment.

Follow your PC manufacturer’s guide to boot from a USB drive. After selecting the Manjaro drive, you will be greeted with this menu.

manjaro_install_grub-1-1931028
Installer GRUB menu

If you have a discrete graphics card, you should choose the non-free (proprietary) drivers. Navigate the menu using arrow keys and enter the driver menu and select non-free drivers.

manjaro_install_grub_drivers-1-6896419
Driver selection screen

After that, select your timezone and keyboard layout. Navigate to the ‘Boot’ option and press Enter to boot into Manjaro. After booting, you’ll be greeted with the Welcome screen.

manjaro_install_welcome-1-7417776
Welcome Screen

If you want Manjaro to autodetect your location and adjust the timezone, you should connect to the internet using the network selection menu in the bottom right corner.

manjaro_install_connect_network-1-7769219
Networks Menu

Step 4: The actual installation of Manjaro Linux

Once you’re connected to the network, we can start the install. Click the ‘Launch installer’ button on the Welcome Screen to launch the installer.

manjaro_install_installer_start-2-1-1739310
Manjaro Installer Startup screen

Click Next to continue. Choose your location and locale.

manjaro_install_installer_region_select-1-1-6047671
Region & Language selection menu

After this, we choose the Keyboard Layout. Select your language and layout on the next menu.

manjaro_install_installer_keyboard_layout-1-1-8928179
Keyboard Layout selection menu

This is the important step. We choose how we want our partitions to be used.

manjaro_install_installer_partition-1-1-3180233
Partitioning menu

Since I’m installing this in a VM, I don’t have the ‘Install Alongside’ option listed. However, if you’re installing on an actual physical device, you’ll see four options.

  • Install Alongside: Shrinks space from a partition and installs Manjaro in the space. Ideal for beginners.
  • Replace a Partition:Replaces selected partition with Manjaro.
  • Erase Disk:Erases the entire drive (including Windows and its data) and allocates it to Manjaro.
  • Manual Partitioning: Select your own partitioning scheme. You must at least select an EFI(/boot/efi) partition and a root(/) partition.

Suggested read How To Install The Latest Version of Eclipse on Ubuntu

Choose the option that is more suited for your needs.

Next, we fill in the user data. Username and passwords will be set here. You can set different passwords for normal use and for adminstrative tasks (root access). There’s also an option to enable auto login at boot.

manjaro_install_installer_personal_details_account_setup-1-1-3631503
User Account setup

After partitioning, you’ll see a summary of all changes you will make. Everything is give step-by-step. Note that at this point no changes are physically done to the device. So don’t be afraid if you made a mistake somewhere, you can go back and correct it.

manjaro_install_summary-1-1-5668019
Installation Summary

When you click ‘Install’, there’s no going back. So do take a careful look at the summary and see if you’ve missed anything. After hitting install, the installation process will begin. It will take around 10-15 minutes.

manjaro_install_progress-1-2-4959994
Installation Progress

Once the installation is completed, you’re given the option of rebooting your PC or staying in the live environment. Tick the Reboot Now box and press finish if you want to reboot.

manjaro_install_successful_complete-1-8621516
Install complete

Once you reboot, you’ll be greeted by the lock screen.

Manjaro KDE lockscreen

After logging in, you’re ready to use Manjaro Linux!

If you are stuck somewhere in the process, feel free to reach out to me and I’ll be sure to help you out. There’s also a great user guide included in the live environment to help you out. It will be present on the desktop. If you are new to this distribution, you should also read about installing software in Manjaro Linux.

I use Manjaro KDE on a daily basis. So even if you have any kind of problems other than installing, do reach out to us via the comment section. Hope you liked the guide!

Source