Installing Linux Mint (Step-by-Step Guide for Beginners)
Linux Mint is a beginner-friendly, full-featured Linux distribution that's perfect for new and experienced users alike. Providing an easy transition from the Windows environment, this is an excellent first choice within the Linux realm. This guide walks you through installing Linux Mint on your machine, whether youβre replacing an existing OS or setting up dual-boot.
π Prerequisites
- A USB flash drive (8GB or larger)
- Access to a working computer with internet
- Basic familiarity with boot menus and BIOS/UEFI settings
- Optional: Backup your existing data
1. Download Linux Mint
- Visit the official Linux Mint website.
- Choose a desktop environment (Cinnamon is the default).
-
Download the latest ISO file.
Choose the closest mirror to your location for faster download speeds.
2. Create a Bootable USB
Use a tool like:
- Windows: Rufus, balenaEtcher
- macOS: balenaEtcher
- Linux: Use the
ddcommand or USB Creator tool
Steps using Rufus
- Insert USB drive.
- Open Rufus and select your downloaded ISO.
- Click Start and wait for the process to complete.
Steps using balenaEtcher
- Insert USB drive.
- Open balenaEtcher and select flash from file.
- Open your downloaded ISO.
- Click select target and select USB.
- Flash!
Steps using Linux
Option 1: USB Creator Tool
1. Insert USB drive.
2. Open "USB Image Writer"
3. Select ISO and choose the USB.
4. Click Write, enter password when prompted.
5. Done!
Option 2: dd command
1. Insert your USB and find its device name.
Run:
lsblk
2. Navigate to the directory with the ISO
cd ~/Downloads
3. Write the ISO to USB
Replace /dev/sdX with the correct device (e.g., /dev/sdb):
sudo dd if=kdeneon-useredition-current.iso of=/dev/sdX bs=4M status=progress oflag=sync
4. Wait for the process to finish.
It can take several minutes. Once you see a prompt again, it's done.
5. Eject the USB safely.
sudo eject /dev/sdX
3. Boot from the USB Drive
- Restart your computer and enter the boot menu:
-
Common keys:
F12,ESC,DEL, orF2Confirm BIOS SATA operation is set to AHCI, not RAID.
-
Select the USB device from the list.
- Choose "Start Linux Mint" from the boot menu.
4. Install Linux Mint
Once the live environment loads:
- Click the "Install Linux Mint" icon on the desktop.
- Choose your language and keyboard layout.
- Connect to internet (optional)
-
Installation type:
- Replace existing OS
- Install alongside Windows (dual-boot)
- Manual partitioning (advanced users)
-
Follow the prompts to:
- Set time zone
- Create a computer name, username, and password
- Begin installation
Double-check your partitioning choices, this step can delete data.
5. First Boot & Updates
After installation:
- Remove your USB when prompted.
- Restart your computer.
- Log in with your new user account.
-
Run:
to install latest updates.
Passwords typed in the terminal are invisible.
Final Thoughts
π Congrats! You have now successfully installed Linux Mint. From here focus on setting up different apps, customizing the desktop or moving over data. Make it feel like home.