BTS

Message2277

Author picgla
Recipients mika, ravelo
Date 2009-06-07.17:38:27
Content
I had the same problem with grub installation from grml2hd.  I fixed the grub
install by manually repairing grub.
In a shell as root user, initiate grub.

grub> find /boot/grub/stage1
grub> root (hd0,1) (use value returned by find command)
grub> setup (hd0) (use value returned by find command)
grub> quit
reboot
History
Date User Action Args
2009-06-07 17:38:29picglasetrecipients: + mika, ravelo
2009-06-07 17:38:29picglasetmessageid: <1244396309.09.0.183173871607.issue682@bts.grml.org>
2009-06-07 17:38:29picglalinkissue682 messages
2009-06-07 17:38:27picglacreate