-1

I used to dual boot Ubuntu 12.04 and Windows XP. I have now deleted XP as I was not using it. But now the boot loader isn't working correctly.

How do I repair it?

Warren Hill
  • 22,112
  • 28
  • 68
  • 88

2 Answers2

1

Have you tried booting off of a Live CD/USB drive and running boot-repair? Boot-Repair fixes a lot of GRUB/boot issues, including my own.

gravity
  • 1,217
  • 1
  • 12
  • 21
0
  1. Create live Ubuntu USB with another computer.
  2. Insert Live Ubuntu USB in the computer you need to repair boot loader.
  3. Start the computer and keep pressing F2(or F12 or ESC depending on your computer bios) and enter into the bios set up.
  4. Boot with USB and select Try Ubuntu.After Ubuntu booted with USB. In dash type terminal and enter.
  5. In terminal enter the following command. sudo update-grub
  6. Shut down your computer and remove USB flash drive. Start your computer again, Now you will get Ubuntu.
Ashok
  • 200