0

I had just put the command in my grub to set root and the power went out whilst it was doing something and my monitor now says gnu grub 0.97. What can I do to fix this?

Elder Geek
  • 36,023
  • 25
  • 98
  • 183

1 Answers1

0

Regardless of version I've been able to successfully recover from this problem (I managed to duplicate it today) using the Super Grub2 disk available here.

By booting the live media and choosing Everything from the menu then choosing the newest kernel and booting into the previously unbootable system then reinstalling and updating grub.

sudo grub-install /dev/sda To install grub2 to the MBR (changing sda if necessary to the drive you intend to boot from)

and then

sudo update-grub To update the menu

Finally insure the drive you intend to boot from is first in your BIOS boot order.

There was a Legacy Grub boot disk available, but it's outdated and no longer being developed.

Sources: Current experience, http://www.supergrubdisk.org/super-grub-disk/ and How can I reinstall GRUB Bootloader on MBR after installing Kubuntu?

Elder Geek
  • 36,023
  • 25
  • 98
  • 183