Running Linux Mint alongside Windows 10 is best achieved by shrinking your existing partition to make room. This guide shows you exactly How To Install Linux Mint On Windows 10 in a dual-boot setup. You will learn every step, from preparing your system to booting into your new operating system.
Dual-booting gives you the freedom to choose between Windows and Linux at startup. It is safer than replacing Windows entirely. You keep all your files and programs while gaining access to a fast, secure Linux environment.
Before you start, back up your important data. Partitioning can sometimes cause data loss if something goes wrong. A backup ensures you are safe no matter what happens.
Prerequisites For Installation
You need a few things before you begin. First, a USB drive with at least 4GB of space. Second, a stable internet connection to download the Linux Mint ISO file. Third, about 20GB of free space on your hard drive for Linux Mint.
Make sure your Windows 10 is fully updated. This reduces compatibility issues. Also, disable Fast Startup in Windows Power Options. Fast Startup can interfere with Linux Mint’s ability to access your Windows partition.
Download Linux Mint ISO
Go to the official Linux Mint website. Choose the edition you prefer: Cinnamon, MATE, or Xfce. Cinnamon is the most popular and feature-rich. Download the 64-bit version for modern computers.
The file is around 2GB. It may take a few minutes depending on your internet speed. While it downloads, prepare your USB drive.
Create A Bootable USB Drive
You need a tool to write the ISO file to your USB drive. Rufus is a free and reliable option for Windows. Download and run Rufus.
- Insert your USB drive into a USB port.
- Open Rufus. It automatically detects your USB drive.
- Under “Boot selection,” click “SELECT” and choose your downloaded Linux Mint ISO file.
- Keep the default partition scheme: MBR for BIOS or UEFI-CSM. If your system uses UEFI (most modern PCs), select GPT.
- Click “START.” Rufus warns you that all data on the USB will be destroyed. Confirm.
- Wait for the process to complete. It takes a few minutes.
Once done, safely eject the USB drive. You now have a bootable Linux Mint installer.
How To Install Linux Mint On Windows 10
Now you are ready for the main installation process. Follow these steps carefully. The exact keyword “How To Install Linux Mint On Windows 10” guides this section.
Shrink Your Windows Partition
Open Disk Management in Windows. Press Windows + X and select “Disk Management.” Right-click your main Windows partition (usually C:) and choose “Shrink Volume.”
Enter the amount of space to shrink in MB. For example, 50GB equals 51200 MB. Click “Shrink.” Windows creates unallocated space. This space will be used for Linux Mint.
Do not format or assign a drive letter to the unallocated space. Leave it as is. Linux Mint will handle it during installation.
Boot From The USB Drive
Restart your computer. As it boots, press the key to enter the boot menu. Common keys are F12, F2, ESC, or DEL. The exact key depends on your motherboard manufacturer.
Select your USB drive from the list. The computer boots into the Linux Mint live environment. You see a desktop with a “Install Linux Mint” icon.
If you see a black screen or errors, try changing the boot mode from UEFI to Legacy or vice versa. Some systems need adjustment.
Start The Installation
Double-click the “Install Linux Mint” icon on the desktop. The installer opens. Select your language and click “Continue.”
Next, choose your keyboard layout. The default is usually correct. Click “Continue.”
Now you see installation options. Choose “Something else” for manual partitioning. This gives you full control. Do not select “Erase disk” unless you want to remove Windows.
Partition The Unallocated Space
You see a list of partitions. Find the unallocated space you created earlier. It is labeled as “free space.” Select it and click the “+” button.
Create a swap partition first. Swap acts as virtual memory. Set size to 2GB (2048 MB) if you have 4GB or more RAM. Choose “swap area” as the type. Click “OK.”
Next, create the root partition. Select the remaining free space. Click “+”. Set size to at least 20GB. Choose “Ext4” as the file system. Set mount point to “/”. Click “OK.”
If you have extra space, create a home partition. Select remaining free space. Click “+”. Set size to the rest. Choose “Ext4.” Set mount point to “/home”. This keeps your personal files separate from system files.
Install The Boot Loader
At the bottom of the partition screen, you see “Device for boot loader installation.” Choose your main hard drive (e.g., /dev/sda). Do not select a partition like /dev/sda1. The boot loader goes to the drive’s master boot record.
Click “Install Now.” A summary appears. Review your choices. Click “Continue” to proceed.
Set Up User Account
Choose your time zone. Click “Continue.” Enter your name, computer name, username, and password. You can choose to log in automatically or require a password. Click “Continue.”
The installation begins. It copies files and installs the system. This takes 10-20 minutes. You see a slideshow showing Linux Mint features.
When done, click “Restart Now.” Remove the USB drive when prompted. The computer reboots into a boot menu.
Choose Your Operating System
You see a menu with two options: Linux Mint and Windows Boot Manager. Use the arrow keys to select your desired OS. Press Enter to boot.
Linux Mint starts with a welcome screen. You can now explore your new system. Windows remains intact and accessible.
Post-Installation Steps
After installing, update your system. Open the terminal and run “sudo apt update && sudo apt upgrade.” This installs the latest security patches and software updates.
Install drivers if needed. Go to Menu > Administration > Driver Manager. It scans for proprietary drivers. Install recommended drivers for your graphics card and Wi-Fi.
Customize your desktop. Change the wallpaper, theme, and icons. Linux Mint is highly customizable. Make it feel like home.
Set Default Boot OS
If you want Windows to boot by default, edit the GRUB configuration. Open terminal and run “sudo nano /etc/default/grub.” Change the line “GRUB_DEFAULT=0” to the number of the Windows entry. Windows is usually entry 4. Count starts at 0.
Save the file (Ctrl+O, then Ctrl+X). Run “sudo update-grub.” The change takes effect on next reboot.
Access Windows Files From Linux
Linux Mint can read and write to your Windows partition. Open the file manager. You see your Windows drives listed under “Devices.” Click to mount and access your files.
Be careful not to modify system files. User files like documents and photos are safe to edit.
Troubleshooting Common Issues
Sometimes things go wrong. Here are solutions to frequent problems.
Black Screen After Boot
If you see a black screen after selecting Linux Mint, try booting in compatibility mode. From the GRUB menu, select “Advanced options” then “Recovery mode.” Choose “Resume” and it may work.
Alternatively, add “nomodeset” to the boot parameters. Press “e” on the GRUB entry, find the line starting with “linux,” and add “nomodeset” at the end. Press F10 to boot.
Wi-Fi Not Working
Some Wi-Fi cards need proprietary drivers. Connect via Ethernet temporarily. Open Driver Manager and install the recommended driver. If that fails, search for your Wi-Fi chipset online for manual installation steps.
Grub Not Showing
If your computer boots directly into Windows, GRUB may be missing. Boot from the Linux Mint USB again. Open a terminal and run “sudo mount /dev/sdaX /mnt” where sdaX is your root partition. Then run “sudo grub-install /dev/sda” and “sudo update-grub.”
Reboot. GRUB should appear.
Frequently Asked Questions
Can I Install Linux Mint On Windows 10 Without A USB Drive?
Yes, you can use a tool like UNetbootin to create a bootable USB from within Windows. Alternatively, you can use a virtual machine like VirtualBox to test Linux Mint without installing it. For a full dual-boot, a USB drive is the most reliable method.
Will Installing Linux Mint Delete My Windows Files?
No, if you follow the dual-boot method described here, your Windows files remain untouched. The installation uses only the unallocated space you created. Always back up important data before partitioning.
How Much Space Do I Need For Linux Mint?
Linux Mint requires at least 20GB for a basic installation. For comfortable use with applications and files, 50GB or more is recommended. You can allocate as much as you want from your free space.
Can I Remove Linux Mint Later?
Yes. Boot into Windows, open Disk Management, and delete the Linux partitions. Then expand your Windows partition to reclaim the space. You may need to repair the Windows boot loader using a recovery disk.
Is Linux Mint Faster Than Windows 10?
Generally, yes. Linux Mint uses fewer system resources than Windows 10. It boots faster and runs smoothly on older hardware. Your experience depends on your specific hardware and usage.
Final Thoughts
Installing Linux Mint alongside Windows 10 is a practical way to explore Linux. You get a free, secure operating system without losing your Windows environment. The process is straightforward if you follow each step carefully.
Remember to back up your data before starting. Take your time during partitioning. If you make a mistake, you can always start over. The Linux community is helpful if you encounter issues.
Now you know How To Install Linux Mint On Windows 10. Enjoy your new dual-boot system. Experiment with Linux Mint’s features. You might find yourself using it more than Windows.