Guides

Uninstall Linux and GRUB from Windows 8 Dual-Boot

Linux is free, open source and a great operating system, but it will not suit each one of us. So, if you installed Linux (Ubuntu, Linux Mint, Kali or any other) alongside Windows 8  just to check it out, here’s how to fully remove it from your system and boot Windows 8 normally without entering GRUB. If you don’t know what GRUB is, it is the default boot loader for majority of the Linux distros available today.
PS: This tutorial is only for a dual-boot setup in which you installed Linux in its own partition and GRUB was pushed to the MBR.

1. Removing the Linux Partitions

The first thing to do is to remove the partition(s) where Linux is installed. You may either choose to use those partitions as a separate drive or else extend the volume of your existing drives to use up the space generated by deleting the partitions.

Be sure to backup your data and delete only the Linux partitions. If you delete a partition with important data on it, it might become impossible to recover.
  1. Boot into your Windows install and type diskmgmt.msc. Hit enter.
  2. Once here, identify your Linux partitions (be very careful and verify if you’re not sure). They should usually be in the ext4 or ext3 format.disk management windows 8
  3. Right click on the Linux partition and choose Delete volume. Repeat this step if you have more than one Linux partition.
  4. Depending on your requirement, you can use this free space hence generated to extend another partition or else create a new partition.

2. Removing GRUB and reverting to Windows boot loader

Now we need to remove Linux’s GRUB boot loader and revert to the standard loader of Windows 8 with no OS selection menu. Here’s how to do that:

  1. Creating a USB Recovery Media – Skip if you have a Windows 8 installation media
    1. Boot into your Windows 8 install. Open the start screen, type recoverydrive.exe and hit enter.create recovery drive windows 8
    2. Plug in your USB Drive and click on next.
    3. Choose the USB Drive from Available drives and click next.
    4. Click on create.
  2. Restart your PC with the Windows installation media or Recovery media selected as the first boot device.
  3. When Windows setup loads up, choose Repair your computer.
  4. Click on Troubleshoot on the Choose an option page.
  5. Choose Advanced Options and finally Command Prompt. Type the following command in the command prompt window:
    bootrec.exe /fixmbr

    cmd bootrec fixmbr

  6. After it is successfully done, restart your system and it should be good to go with Windows booting up normally 🙂

Subscribe for email updates!

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 4,249 other subscribers