0

I have mistakenly removed Windows 7 boot loader from my primary drive, when I installed Ubuntu 14.04 LTS.

I would like to have both OSs on my machine. At this moment, Windows 7 is on SDA2, Ubuntu is on SDA1.

How can I recover the previous loader for Windows 7 and options with dual boot?

No Time
  • 1,073
  • 11
  • 25
  • See my answer here – αғsнιη Jun 16 '14 at 19:57
  • 1
    If the Windows boot loader has been removed or overwritten, then you won't be able to boot Windows, and you must fix the problem with Windows tools. You might then need to restore or re-install GRUB, depending on how it was installed to begin with and how Windows restored its boot loader. – Rod Smith Jun 17 '14 at 12:21

1 Answers1

1

Do you know what your "previous loader" was?

You may want to install GRUB: https://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub_002dinstall.html

which can load a menu on boot displaying each operating system available

You also may just need to run boot-repair: https://help.ubuntu.com/community/Boot-Repair

this utility can repair grub configurations, and should provide you with the means to access both Ubuntu and Windows.

Todd
  • 401
  • 4
  • 17