1

I had Ubuntu 15.10 and Windows 10 on the same drive. I wanted to remove Ubuntu so I did following steps:

  • go to disk manager and remove two Ubuntu partitions and add free space to windows partition.
  • run Windows USB installer with command line ant type: bootrec.exe /fixmbr

The thing is that Ubuntu boot options were not removed from my BIOS. I had to manually switch it to Windows boot because the computer was starting with a GRUB command line.

Is there a way to safely remove these bot options?

2 Answers2

2

With the new EFI system the windows and Linux bootmanager are separated. To use the windows boot manager as the default one instead of grub, just select it as the default EFI boot manager in the BIOS settings and you'll automatically boot into Windows by default

  • I did this already. But how to remove Ubuntu boot options from BIOS? – Krzysztof Majewski Apr 10 '16 at 07:51
  • First of all, if you have selected windows boot manager as your default boot manager, you wouldn't see grub when you boot up. Anyways, even if you're using grub, you can try booting from a live image and then reinstalling grub (try out boot-repair) – Rakshith Ravi Apr 11 '16 at 16:04
  • I am not seeing GRUB but there are still Ubuntu boot options in BIOS. Thats what I want to remove,,, – Krzysztof Majewski Apr 11 '16 at 18:51
  • Oh. That I'm not sure. I believe removing the .efi file from the EFI partition should remove it from the BIOS list. Not sure though. Google it – Rakshith Ravi Apr 25 '16 at 15:30
1

The easiest way to remove ubuntu safely from dual boot is to use EaseUS partition master before deleting Ubuntu partitions.

  1. Download and install EaseUs partition master on Windows.
  2. Select the hard disk and right click and choose rebuild MBR
  3. Choose your OS and click on apply button at the top bar.

Now you can delete or format Ubuntu partitions.

Zanna
  • 70,465
Ravish
  • 11