M
Linux Mint Blog
Dual Boot Guide

Linux Mint Dual Boot with Windows 11

Complete guide to safely dual boot Linux Mint with Windows 11. Keep both operating systems on the same computer with step-by-step instructions.

📅 Updated: January 2025⏱ 15 min read🔧 Advanced Guide

⚠️ Important Warning

Dual booting involves modifying disk partitions. While generally safe when done correctly, there's always a small risk of data loss.

Always backup your important data before proceeding with this guide.

Recommended: Test this process on a virtual machine or spare computer first if you're not experienced with partitioning.

Setting up a Linux Mint dual boot with Windows 11 allows you to enjoy the best of both worlds. You can keep using Windows for specific software while exploring the power and privacy of Linux Mint.

This comprehensive guide will walk you through the entire process safely, from preparation to post-installation configuration.

Prerequisites & Requirements

✅ What You Need

  • Windows 11 PC with at least 100GB free space
  • 8GB+ USB drive for Linux Mint installer
  • External backup drive for your data
  • Administrative access to Windows
  • Internet connection for downloads

⚡ Recommended Specs

  • 250GB+ total storage (gives more flexibility)
  • 8GB+ RAM for smooth dual boot experience
  • SSD storage for faster boot times
  • UEFI firmware (most modern PCs)
  • USB 3.0 port for faster installation

Step-by-Step Installation Guide

1

Backup Your Data

30-60 minutesEasy

Create complete backup of important files and Windows system

Before making any changes to your system, create backups of all important data and consider creating a Windows recovery drive.

⚠️ Critical step - never skip this!

Backup Checklist:

  • • Personal files (Documents, Pictures, etc.)
  • • Browser bookmarks and passwords
  • • Application settings and licenses
  • • Create Windows recovery drive
2

Disable Fast Startup & Secure Boot

10 minutesEasy

Prepare Windows 11 for dual boot installation

Fast Startup can cause issues with dual boot setups, and Secure Boot may prevent Linux from booting.

⚠️ Required for proper dual boot functionality

Windows Settings to Change:

  • • Control Panel > Power Options > Choose what power buttons do > Disable Fast Startup
  • • BIOS/UEFI Settings > Security > Disable Secure Boot (temporarily)
  • • BIOS/UEFI Settings > Boot > Enable Legacy/CSM if needed
3

Shrink Windows Partition

30-60 minutesMedium

Create free space for Linux Mint installation

Use Windows Disk Management or third-party tools to resize the Windows partition and create unallocated space.

⚠️ Ensure at least 50GB free space for Linux

Partition Sizes Guide:

  • • Root partition (/): 50-100 GB minimum
  • • Home partition (/home): Remaining space
  • • Swap partition: Equal to RAM size (optional with modern systems)
  • • EFI partition: Usually already exists (100-512 MB)
4

Create Linux Mint Bootable USB

15 minutesEasy

Download Linux Mint ISO and create installation media

Use Rufus or similar tool to create a bootable USB drive with the Linux Mint ISO file.

⚠️ Use USB 3.0 for faster installation

5

Boot from USB and Install

45-90 minutesMedium

Install Linux Mint alongside Windows 11

Boot from USB, choose 'Install alongside Windows' option, and follow the installation wizard.

⚠️ Double-check partition selection

6

Configure GRUB Boot Loader

10 minutesEasy

Set up boot menu and default OS

Configure GRUB to show both Windows and Linux options at startup with your preferred default.

⚠️ Test both systems boot properly

Recommended Partition Layout

PartitionMount PointSizeFile SystemPurpose
EFI System/boot/efi512 MBFAT32Boot loader (shared with Windows)
Root/50-100 GBext4Linux system files and programs
Home/homeRemainingext4User files and settings
Swapswap4-8 GBswapVirtual memory (optional)

💡 Note: You can also use a simple setup with just / (root) partition if you prefer simplicity.

Common Issues & Solutions

Windows doesn't appear in GRUB menu

Symptoms:

  • Only Linux Mint boots
  • No Windows option in boot menu

Solutions:

  • Run: sudo update-grub
  • Install os-prober: sudo apt install os-prober
  • Edit /etc/default/grub and enable os-prober
  • Update GRUB again: sudo update-grub

Linux Mint won't boot (black screen)

Symptoms:

  • Black screen after GRUB
  • System hangs on boot

Solutions:

  • Boot with 'nomodeset' parameter
  • Install proprietary GPU drivers
  • Try recovery mode from GRUB
  • Check secure boot settings in BIOS

Windows time is wrong after using Linux

Symptoms:

  • Windows shows incorrect time
  • Time zone issues

Solutions:

  • Run in Linux: timedatectl set-local-rtc 1
  • Or in Windows: reg add 'HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation' /v RealTimeIsUniversal /t REG_DWORD /d 1
  • Restart both systems to verify fix

Post-Installation Tips

🔧 GRUB Configuration

  • • Set default OS: Edit /etc/default/grub
  • • Change timeout: GRUB_TIMEOUT=10
  • • Hide GRUB menu: GRUB_TIMEOUT=0
  • • Update after changes: sudo update-grub
  • • Install GRUB Customizer for GUI control

📁 Sharing Files Between OS

  • • Create shared NTFS partition for documents
  • • Install ntfs-3g for NTFS write support
  • • Use cloud storage (Google Drive, Dropbox)
  • • Set up network sharing via SMB
  • • Access Windows files from /media/username

🛠 Dual Boot Maintenance

Keep both systems running smoothly with these maintenance tips:

Regular Tasks

  • • Keep both systems updated
  • • Clean up old kernels in Linux
  • • Defragment Windows drive occasionally
  • • Back up both systems regularly

Avoid These Mistakes

  • • Don't force shutdown during updates
  • • Don't delete unknown partitions
  • • Don't disable GRUB without backup plan
  • • Don't resize partitions without backups

🎉 Ready to Set Up Dual Boot?

Follow this guide carefully and you'll have both Windows 11 and Linux Mint running smoothly on your computer.

Related Installation Guides

How to Install Linux Mint from USB

Complete single-boot installation guide with screenshots.

8 min read

Linux Mint System Requirements

Check if your computer can handle a dual boot setup.

6 min read

Post-Installation Setup Guide

Essential steps after completing your dual boot installation.

15 min read
;