I'm trying to reinstall GRUP after installing Windows.

sudo grub

grub>find /boot/grub/stage1

After this, I'm getting the error "file not found".

Can anyone help me?

link|improve this question
maybe this helps: forums.scotsnewsletter.com/lofiversion/index.php/t27563.html – Yuri Nov 18 '11 at 9:45
Were you able to boot Linux? Is that code the grub console or a linux console? – Paolo Nov 18 '11 at 9:50
feedback

migrated from stackoverflow.com Nov 18 '11 at 11:04

This question came from our site for professional and enthusiast programmers.

1 Answer

You need to reboot with a Linux CD (for example Debian installation CD), than enter in recovery mode and mount your Linux root partition (and /boot if it is in a separate partition). After that launch grub-install as root in recovery shell (the shell running in the system you have on your HD).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown