Unknown user @38.107.191.103

Restoration of grub

If your grub is broken by the fault of Microsoft Windows, or something else, DON'T PANIC. You'll need a live CD (anyone will works).

Boot on it, then execute this sequence of commands as root, changing variable parameters for your configuration.

 # grub
 grub> find /boot/grub/stage1

If you got an Error 15, run find /boot/stage1 instead

You'll get the partition identifier which contains your grub installation. We'll named it (hdX,Y)

 grub> root (hdX,Y)
 grub> setup (hd0)
 grub> quit

That's all, you should now get a grub working.

Initial author: olivier Last modification date: January the 30th, 2009 by olivier.