0

I have installed windows 10 in one hard disk and in another ssd I have ubuntu 17.04 installed. Grub was installed in the drive where windows is installed. Basically the windows MBR got replaced by GRUB. Now I want to format my windows drive and reinstall windows 10 without disturbing the ubuntu installation. But if I do this then the grub will be gone. How can I recover the grub menu like previous without disturbing the ubuntu installation. Please help. I am a bit skeptical how boot repair will work. Since my hard disks are different will it be OK if I use the windows installer to format the ssd and install windows in it or is it better to use GParted to create a NTFS partition and install windows in it. will the boot repair replace the windows MBR or will it install GRUB in the partition where ubuntu is installed. These are the few questions which I have. I really don't want to reinstall ubuntu again.

  • I read that answer. But I am a bit skeptical whether that approach will work or not. Since my hard disks are different do I need to use Gparted to format the ssd or can go ahead with the windows installer. Will boot repair replace the windows MBR or will it install grub in the partition where ubuntu is installed. – Debdipta Halder Jan 02 '18 at 06:12
  • 2
    Easiest method is to run boot repair from a live USB https://help.ubuntu.com/community/Boot-Repair – Panther Jan 02 '18 at 15:01
  • Will it replace the windows MBR with grub?? Or will it install grub in the disk where ubuntu is installed?? – Debdipta Halder Jan 03 '18 at 07:02
  • You could do either – Panther Jan 03 '18 at 13:24

1 Answers1

-1

It might not be what you want, but you could avoid using GRUB altogether by installing EasyBCD on Windows and adding Ubuntu to Windows Boot Manager.

Take a look here :

Is it possible to boot Ubuntu using the Windows bootloader?

Zanna
  • 70,465