Dual Booting
Dual Booting
Aim:
Apparatus Required:
Theory:
Even if you only have a single hard drive, you can have multiple operating systems on
that hard drive. By partitioning the drive into several different partitions, you can have one
partition for one operating system and another partition for another operating system,
splitting the drive between them. (In reality, many operating systems use multiple
partitions. The point is you're devoting part of the drive to one operating system and part
of the drive to another.)
When you install a Linux distribution, it typically installs the Grub boot loader. Grub loads
instead of the Windows boot loader at boot time if Windows was already installed, allowing
you to choose the operating system you want to boot. Windows also has its own boot loader,
which can be used to select between different versions of Windows if you have more than
one installed.
Procedure:
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.
Also make sure your ‘Device for Bootloader Installation’ is set to your internal Hard
Disk Drive. (Where Windows is installed and Linux is going to be installed) in most
cases this is ‘/dev/sda’
After this you simply need to continue and give your login credentials (Username,
Password) and then the installation begins. After the installation completes you can shut
down your computer, remove the bootable USB drive and the next time turn on your
machine you should be presented by a grub window as shown below, letting you choose
between Linux (Ubuntu, 1st Option) and Windows (Windows Boot Manager). And
there you have your own dual booted syste
Result: