Linux Mint is a modern, polished, easy-to-use, and comfortable community-driven GNU/Linux desktop distribution based on the popular Ubuntu Linux distribution. It is a great and recommended distribution for computer users switching from Windows or Mac OS X operating system to the Linux platform.
Linux Mint 21 code-named “Vanessa” is the latest version of the popular Linux Mint desktop operating system that is available in three versions, namely Cinnamon, Xfce, and MATE. It is an LTS (Long Term Support) release that is built atop Ubuntu 22.04 and will be supported until 2027.
Linux Mint 21 ships with several updated software, improvements, and many new features that will offer you a more pleasant desktop experience:
[ You might also like: How to Install Linux Mint 20 Alongside Windows 10 Dual-Boot ]
This guide will walk you through the steps to install Linux Mint 21 Cinnamon edition, but the steps below also work for Mate and XFCE editions.
Before you proceed, ensure that you have a 4 GB USB drive for the installation medium and a stable broadband internet connection to download the ISO image.
Step 1: Download Linux Mint 21 ISO Images
First of all, you need to download the ISO image from the links below:
- Download Linux Mint 21 – Cinnamon Edition
- Download Linux Mint 21 – Mate Edition
- Download Linux Mint 21 – XFCE Edition
Once you downloaded the preferred desktop edition, make sure to verify the ISO image by generating the SHS256 sum as shown:
$ sha256sum -b linuxmint-21-cinnamon-64bit.iso [for Cinnamon] $ sha256sum -b linuxmint-21-mate-64bit.iso [for Mate] $ sha256sum -b linuxmint-21-xfce-64bit.iso [for XFCE]
Compare it with the sum presented in the sha256sum.txt which you can download from the ISO download page as highlighted in the following screenshot.
Next, you need to create a bootable media-USB flash/DVD using the Rufus utility or these useful USB creator tools in order to create a Linux Mint bootable USB drive.
Step 2: Installation of Linux Mint 21 Cinnamon Edition
Now plug in the bootable USB flash drive into your computer and reboot. Once the system has rebooted, press your BIOS key for selecting the boot device and select the USB drive to boot from it. Once the system has booted, from the grub menu, select the first option and click enter to load Linux Mint.
From the desktop, click Install Linux Mint to launch the installation wizard as highlighted in the following screenshot.
After the installation wizard opens up, you can optionally read the release note, then click Continue.
Next, select the keyboard layout and click Continue.
In the next windows, check the option Install Multimedia codes (which are required to play certain video formats and more), and click Continue.
Now pick the installation type by selecting the second option, Something else to enable you to manage partitions for installing Linux Mint.
Note: If you already have existing partitions where you wish to install Linux Mint, for example, a partition with an existing installation of another Linux Mint version installation or Linux distribution, simply ignore the partition creation steps, simply select the root, and swap partitions and set the properties.
Next, in the partition setup window, click New Partition Table.
And confirm the new partition table creation step by clicking Continue in the pop-up window.
Next, you need to create the EFI system partition, a mandatory partition for UEFI systems. It will hold the EFI bootloaders and drivers to be launched by the UEFI firmware. Select the free space, and click the add (+)
button to create a new partition.
And set the EFI partition properties:
- Size – you can set a size between 100 to 550 MB, and
- Use as – set to EFI System Partition and click OK.
Next, create the root partition which will store the system files. Select the free space again, and click the add (+)
button to create a new partition with the following properties:
- Size – minimum size should be 20 GB but recommended is 100 or more GB
- Use as – file system type you wish the partition to use e.g EXT4, and
- Mount point – should be
/
(for root partition) and click OK.
Next, create the swap space by selecting the free space and clicking on the plus (+)
sign to create a new partition with the following properties:
- Size – you can set a size of 500 MB or more if you have more free space, and
- Use as – set value to swap area.
Finally, create a “Reserved BIOS Boot area” partition of at least 1 MB, which will store the boot loader code.
After creating all your partitions as shown in the following screenshot, click Install Now.
In the pop-up window, click Continue to accept the new partition table setup.
Now select your location and click Continue.
Next, create a user account with a password and set the computer name as shown in the following screenshot. Then click Continue to start the actual installation of system files and packages to the root partition.
Wait for the installation of the system files and packages to complete. Once all is done, click on Restart Now.
Once the system has rebooted, log into your new Linux Mint 21 Cinnamon edition installation.
[ You might also like: 10 Things to Do After Installing Linux Mint 21 ]
Congratulations! You have just successfully installed Linux Mint 21 Cinnamon edition on your computer. For any questions or additional information, you can use the comment section below.
I’m a newbie Linux user. I loaded Linux mint xfce 18.3 on my tablet some time ago. Now I want to remove 18.3 from my laptop and load Linux mint xfce 19.2 in its place, and have acquired a live bootable disk for that purpose.
How do I make a backup copy of what’s loaded now and can I use a USB for storing the backup?
Should I choose to remove everything from the drive after a backup copy is made for a clean install?
Jack
@Jack,
Better you can take backup of important files to your USB drive, and do a clean fresh install of Linux Mint…
Ok, but how do I select the files and move them to a USB drive?
With a clean installation do I still have to make manual partitions or can I let the device make the partitions automatically?
Jack by
@Jack,
Insert your USB Device in your USB port and copy files from Mint to USB. No need to create partitions manually, just select auto…
Ok, Ravi, I will try your suggestions.
Thanks
Jack
Everything was ok, after reboot I get the message “Booting freezing on the screen, nothing happens”.
Hello, I am having issues going back to my Linux screen from the command page. It shows something like Linux Mint 19.2 Tina Abdulkareem-X551CAP TTYL and then password and login details required. I don’t know if I can share my screen so as to understand what the problems…
Hi, Currently running Mint 17 Qiana for the past year, on an 80 GB root internal drive, and two other drives, a 160 GB and a 1TB drive, both using USB the 80GB drive is telling me it is full, yet the directories say it is only “half” full machine is sluggish and acting strangely…(I can’t save files to desktop…)
So, I purchased a 2 TB drive, and wish to install Mint 18.3 Sarah, on that, keeping the two USB data drives. Are there any pitfalls I should watch for? I would also like to name the partitions rather than
have a 17 digit Alpha- Numeric naming protocol on my 1TB drive, and a 9 digit Alpha- Numeric for the 160GB as it is currently (by default).
This will be my 2nd Linux installation. Thank You.
Hi, i installed Linux Mint with following partition /(120GB), swap(4gb) and /home (remained capacity approximately 376 Gb). my HDD is 500GB. every thing is going well. but I have a drive on my computer beside filesystem (which is my root) when I want to open I face to this error “unable to mount location, can’t mount file”.
I don’t know about this drive is that /root drive? why I can’t mount it.I want another drive to save my files and other stuff except /root and /home partition.
@morteza
You need to mount the drive partition manually and add a mount entry in /etc/inittab so it is auto mounted at boot time. For more info, check out the mount utility man page.
I am getting error input/output error 5 while copying of mint 18.2
@vkmp1432
Which command outputting error?
How should i partition my hard disk into drive c and drive d like that of windows.
Just follow the steps used in the guide, it is done the same way the partitions here have been created. C=/ (root)partition in Linux and likewise create another partition as D.
What happens if you skip adding the partitions during installation? I have to ask since I am new to linux.
Why not create the 3rd partition for /home? It will save you the headache for future reinstalls.
@onadd
Sure, really useful suggestion. We will include this in upcoming guides. Thanks for the feedback.
Hello Aaron,
Great article, really it helped me in installing mint 18 on my Pc.great going follow up with same pace.
@Aravind
Welcome, good to know and thanks for following us.