Open In App

Creating a Dual Boot System with Linux and Windows

In this article, we will see how to install a Linux based OS alongside a Windows OS already installed on a System. Before we begin here are some of the Advantages of a Linux OS over a Windows OS and why you should consider using a Linux System. (Purely based on my experience)

Prerequisites, before we begin the process:



Making Sure whether Windows is installed in legacy BIOS mode or UEFI mode

STEP 1: Unallocating the Required amount of Hard Disk Space

This step is required to free up some space from your NTFS formatted Hard Disk. This unallocated space will contain the Linux System Partition and hence it is necessary for you to decide carefully how much space you will be devoting to linux. To do this go to the Windows Disk Management Service. You can go to ‘Run’ enter ‘diskmgmt.msc’ and run.

Windows Disk Management Service

Shrinking an existing Volume to create unallocated space

Specifying Amount to be Shrinked



On the Disk Management Window right click on the Partition from which you want to extract the required (recommended 100 – 150 Gb) amount of free space, and click of ‘Shrink Volume’. In the Dialog Box that pops up enter the ‘amount of space to shrink’ as 102400 Mb (100 Gb) and continue. This would reduce the space of the present volume by 100 Gb and the remaining 100 Gb would be shown as Unallocated Space. This Completes the 1st Step.

STEP 2: Creating a Bootable Linux USB Drive

For the purpose of this article, I will be installing ‘Ubuntu’ as the Linux OS of choice as it is the most popular Linux OS and has a large support base. We first need to Download the Disc Image File (.iso file) of the Ubuntu OS from the Official Ubuntu website (www.ubuntu.com). The Latest LTS (Long Term Support) Version is preferred over the non-LTS version, as they provide update support for 5 years rather than 9 months for the non-LTS versions. We also need another software called Rufus for the creation of a Bootable USB Drive. A Bootable Drive is one from which the machine can load the OS without installing it. Then we need to backup all the Contents of the USB flash Drive and Start Rufus. In Rufus, we make the following settings as shown below.

Setting Up Rufus

Writing Image in ISO mode

Creation of Bootable USB

After the completion of the above Process, we are ready with our Bootable USB Drive.

STEP 3: Disabling Secureboot and Fastboot (Only for Newer Machines) 

Bitlocker Recovery Screen (You shouldn’t be here without recovery keys)

Power Options

Choosing what the power buttons do

Turning Off Fast Startup

Disabling Secureboot

Disabling Fastboot

STEP 4: Booting Ubuntu Linux From USB Drive

Boot Options Menu

First Screen after USB Boot

Ubuntu Desktop

STEP 5: Installing Ubuntu Linux 

Selecting Language

Choosing Keyboard Layout

Choosing Type of Installation: Normal or Minimal

Installation Type: ‘Something Else’ is selected

Modifying the Partition Table

Free Space (Exact Partition Sizes would not match)

Creating swap area

‘swap area’ created

Creating Root File System Partition

Partition Table Created

Device for Bootloader Installation

Confirmation of Modifications (Make sure both the partitions you created out of the free space are listed)

Selecting Your Timezone

The Grub Menu


Article Tags :