To fix it we follow these steps:
boot your machine by live cd ubuntu 9.04
open terminal and type :
$ sudo grub
$ grub>find /boot/grub/stage1
and you will show position filesystem, example :
(hd0,7) = maybe in your will be different.
$ root (hd0,7);
$ setup (hd0);
Checking if “/boot/grub/stage1″ exists… yes
Checking if “/boot/grub/stage2″ exists… yes
Checking if “/boot/grub/e2fs_stage1_5″ exists… yes
Running “embed /boot/grub/e2fs_stage1_5 (hd0)”… 16 sectors are embedded.
succeeded
Running “install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,)/boot/grub/stage2
/boot/grub/menu.lst”… succeeded
Done.
$ quit
and reboot your system by type :
$ sudo reboot
Finish...!!!
Thanks...!!
ReplyDeleteGreat Guide! You made my day! Thank you.
ReplyDelete