Dual boot : Windows8 and Debian mint

if you want to dual-boot Windows 8 and Linux Mint Debian Edition 2 on a computer with UEFI firmware, this steps given in this tutorial will work also.
Getting From Here To There: To successfully set up a dual-boot system with Windows 7 and Linux Mint Debian 2, you’ll need to have access to a Windows 7 computer. After that, enough space has to be recovered from the C drive to use for installing LMDE 2. Then you’ll download an installation image of LMDE 2, transfer it to a USB stick and then install it alongside Windows 7 on the target hard disk.
To install LMDE 2, the following partitions have to be created:
  • Root partition – mounted at /
  • Home partition – mounted at /home
  • Swap partition
If you’re new to disk partitioning in Linux, take a moment to read Beginners to disks and disk partitions in Linux before embarking on this fun adventure.
Step 1 – Shrink Windows 7 C Drive: An OEM installation of Windows 7 usually has an hard drive with extra space on the C drive. To install LMDE 2 on the same hard drive, some of that extra space (on the C drive) will have to be recovered. The recommended method of shrinking the C drive is by using the Windows 7 partition manager.
If you need help shrinking your C drive, use this forum post as a guide. After that task is completed, you should have recovered enough free space to install LMDE 2. The Unallocated space shown in Figure 1 was recovered from the C drive of the test computer used for this tutorial.
Shrink Windows 7 C drive
Figure 1: Partitions on Windows 7 as seen from its partition manager after shrinking the C drive.
Step 2 – Download LMDE 2 and Transfer it to a USB Stick: Installation images for LMDE 2 are available for the Cinnamon and MATE desktop environments. If you haven’t done so already, download an installation image of either edition from the project’s download page.
After downloading it, transfer it to a USB stick or a blank DVD. The former is recommended, because it can be reused. If on Windows, use whatever application you have available to transfer the image to the USB stick or DVD. If you have access to a Linux machine, use this forum post as a guide.
Step 3 – Boot the Computer From the USB Stick: After Step 2 has completed, boot the computer from the installation media. However, before it boots into the default disk, press the F-key that will take you to the computer’s boot menu. Once there, you should see several entries, two of which should be for the LMDE 2 installation media. One of those entries for the installation disk should start with UEFI. That’s the one you want to boot from, because it will boot into the UEFI-aware version of the installer.
UEFI Computer boot menu
Figure 2: UEFI computer boot menu showing entries for LMDE 2 installation USB stick.
After booting into what you think is the UEFI-aware version of the installer, you should first see a screen with the entries shown in Figure 3 before the computer boots into the LMDE 2 Live desktop. Seeing it is a sure sign that the computer will boot into the UEFI-aware version of the installer.
LMDE 2 boot menu
Figure 3: GRUB boot menu of the UEFI-aware version of LMDE 2.
Step 4 – Install Linux Mint Debian Edition 2: After booting into the LMDE 2 Live desktop, right-click on the icon of the installer on the desktop to begin the installation process. Then click through the first few steps until you get to the one shown in Figure 4, which shows the Windows partitions as seen from the LMDE installer.
On my test system, sda1 is the EFI system partition, sda2 is the Windows recovery partition, while sda3 is the C drive. After that is the free space that will be used to create partitions for LMDE 2. Because the LMDE 2 installer does not have an automatic disk partitioning option, the free space will have to be partitioned manually. To begin, select it, then click the Edit partitions button.
LMDE 2 partitions
Figure 4: Windows 7 partitions detected by the LMDE 2 installer.
That should open the GParted window. To create the first partition, click on the new partition button (that’s where the cursor is).
LMDE 2 GParted
Figure 5: GParted is the disk partitioning tool used by LMDE 2.
GParted’s partition editor’s window should open. You only need to modify the New size and File system options.
LMDE 2 create root partition
Figure 6: GParted partition editor.
The minimum recommended disk space for an installation of LMDE 2 is 9 GB, so specify a value about twice that in theNew Size field. Then click on the Free space following (MiB) field. For the root and home partitions, the File system field should be left at ext4. Click Add.
LMDE 2 partition editor
Figure 7: Creating root partition for LMDE 2.
For the home partition, specify a suitable value in New size, then click on Free space following (MiB)Add.
LMDE 2 create home partition
Figure 8: Creating home partition for LMDE 2.
The last partition will be for Swap, unformatted disk space that the system can use as virtual memory. On modern desktop Liux distributions, a size of 4 GB is standard, so specify that in New size, select linux-swap from File system, then click Add.
LMDE 2 create Swap partition
Figure 9: Creating Swap partition for LMDE 2.
After all three partitions have been created, click on the apply button to effect the changes (see position of cursor in Figure 10).
LMDE 2 GParted apply changes
Figure 10: Gparted pending operations.
Then select GParted > Quit from the menu to exit GParted.
LMDE 2 GParted created partitions
Figure 11: Exit GParted after creating partitions for LMDE 2.
Back to the main partitioning window, click on the Refresh button.
LMDE 2 refresh partitions
Figure 12: Back to the disk partition step of the LMDE 2 installer.
After the page has refreshed, you should see the three partitions you created in GParted.
LMDE 2 partitions
Figure 13: LMDE 2 partitions after refreshing the window.
All that’s left to be done now is to assign mount points to the root and home partitions. To do that, right-click on either partition to bring up the context menu. For the root partition, assign / to it, then assign /home to the home partition.
LMDE 2 assign mount point
Figure 14: Assigning mount points to LMDE 2 root and home partitions.
After all that’s completed, click on the Forward button to continue with the rest of the installation.
LMDE 2 root, /home mount points
Figure 15: Mount points assigned to the root and home partitions of LMDE 2.
The last task you’ll be required to perform is specify the location for GRUB installation. GRUB is the boot loader and the default on virtually all Linux and some BSD distributions. It should be installed in the boot EFI partition, which on a default installation of Windows 7 on a computer with UEFI firmware should be sda1.
LMDE 2 install GRUB EFI partition
Figure 17: GRUB installation for LMDE 2.
So click on the combo box and select the appropriate partition. Click Forward to continue.
LMDE 2 install GRUB
Figure 16: Install GRUB to the boot EFI partition for LMDE 2.
At the Summary step, click Apply. Installation should be completed in about seven minutes.
LMDE 2 installation summary
Figure 18: LMDE 2 installation summary.
Step 5 – Reboot: After installation has completed successfully, rebooting the computer should boot into Linux Mint Debian Edition 2, but not before making a pit stop at GRUB’s boot menu. Another method of booting into the newly installed system is to access the computer’s boot menu, usually using the F-11 key. The entry for LMDE 2 should read linuxmint.
Figure 20: Entries on the computer's boot menu after installing Linux Mint Debian Edition 2.
Figure 19: Entries on the computer’s boot menu after installing Linux Mint Debian Edition 2.
The entries on the GRUB menu will all be related to LMDE 2, so you will not be able to boot into Windows 7 from the GRUB menu just yet. That will change after running a simple command from inside LMDE 2.
LMDE 2 GRUB menu
Figure 20: Default entries on a GRUB menu of Linux Mint Debian Edition 2.
So after booting and logging into LMDE 2, launch a shell terminal and type sudp update-grub. The output should match that shown below
After that, you should have an entry for both Windows 7 and LMDE 2 in GRUB’s menu. From my experience with UEFI systems, booting into Windows 7 or LMDE 2 makes it the default, so there’s really no default OS on a dual-boot system on a computer with UEFI firmware. And the setting in the UEFI setup utility does not even count.

No comments:

Post a Comment