1

I installed Ubuntu 12.10 64 bit on my hard drive, then decided to install Windows 7 alongside on a 25 gb partition. I shrank my Ubuntu install by about 25 gb with a GParted Live USB. Ubuntu booted correctly after the shrink. I shut down and installed Windows 7 on the 25 gb partition. Now Windows 7 boots, and Ubuntu doesn't. Did I overwrite my MBR? If so, how do I fix it?

16trohrt
  • 322

1 Answers1

3

Use EasyBCD to edit the Microsoft boot manager, too add ubuntu on to it. Then boot up Ubuntu and install Boot-Repair and reinstall grub and that should take care of it and set the default boot manager back to grub.

Boot-Rair

  • sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get
  • update sudo apt-get install -y boot-repair && (sudo boot-repair &)

From "https://help.ubuntu.com/community/Boot-Repair"

Just post a comment if you just need me to go into more detail on this.

MathCubes
  • 5,666