1) Boot off the LiveCD
2) Open a Terminal and type in the following commands, noting that the first command will put you into the grub "prompt", and the next 3 commands will be executed there. Also note that hd0,0 implies the first hard drive and the first partition on that drive, which is where you probably installed grub to during installation. If not, then adjust accordingly.
sudo grub
> root (hd0,0)
> setup (hd0)
> exit
1 komentar:
root (hd0,0) = definira mu lokaciju linux instalacije
setup (hd0) = instalira grub na boot sektor diska...
npr. za linux na 1. particiji na 3. disku:
root (hd2,0)
setup (hd0)
Objavi komentar