6

I had dual boot Windows 8 and Ubuntu Precise Pangolin 12.04. I upgraded to Windows 8.1. It broke GRUB. So I used a live usb to run Ubuntu and ran boot repair. However, it tells me I have to download the 64 bit CD iso. I did that. But what do I do with it now?

Thanks!

Zanna
  • 70,465
Darren
  • 105
  • 1
  • 2
  • 4

1 Answers1

3
  • After downloading 64 bit boot-repair disk iso file, you have to burn it to cd or make a bootable Boot repair USB through unetbootin.

  • Then boot from the boot-repair live disk. Because you installed Ubuntu in UEFI mode, you have to give the partition where EFI files are located by clicking advanced option in boot-repair (not recommended repair).

  • Then run it. After the successful completion of boot-repair, shut down your PC and remove the boot-repair live disk.

  • Now change the boot order in BIOS to set HDD as the first option. Save the changes and exit out of the BIOS.

  • GRUB will appears on startup with all the OSs' entries.

Zanna
  • 70,465
Avinash Raj
  • 78,556
  • 1
    Hi Avinash - thanks for that. One problem is I don't have a cd drive. So I'm trying to do it via USB. I've followed the instructions on the boot repair web page - I've booted via the USB with the 64bit iso on it, live run ubuntu, installed boot repair via the terminal - I just cut and paste the commands on the webpage: sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update Then: sudo apt-get install -y boot-repair && (boot-repair &) Then I run boot repair, recommended repair, but I keep getting the same error - 64bit iso required. What am I doing wrong? Thanks! – Darren Feb 25 '14 at 08:46
  • is that the error message appears after clicking on recommended repair or at the end? – Avinash Raj Feb 25 '14 at 08:56
  • It shows a progress bar (scanning systems, OS prober) and then shows an error "EFI detected - Please check the options". I click OK. It gives me the option to run recommended repair. I start this - it shows "applying changes". Then it shows "EFI detected. Please use Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd) which contains an EFI-compatible version of this software." And finally "Operation aborted" – Darren Feb 25 '14 at 11:22
  • Then download 64 bit boot-repair.iso file.Make it bootable and then boot from it.Because you installed Ubuntu in UEFI mode, you have the give the partition where EFI files are located by clicking advanced option in boot-repair(not recommended repair) – Avinash Raj Feb 25 '14 at 11:28
  • 2
    Okay - it worked! It was the EFI part I missed. Thanks Avinash, you've been fantastic! – Darren Feb 28 '14 at 13:05
  • more than 600 MB iso file for simple boot repair is nonsense... they could have released an installable .deb or similar that could be easily installed on a live linux – Clain Dsilva Jul 07 '17 at 02:57