Hi,<br><br>This morning one of my servers (centos 4.5) refused to boot.  The console shows a lopp message grub loading stage2...<br><br>I've been able to boot from the install CD choosing the rescue option.  I can chroot /mnt/sysimage with no problems and even started the services (network, mysql , httpd etc).
<br><br>How can I solve this?<br><br>I've followed the manual (<a href="http://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub_002dinstall.html#Installing-GRUB-using-grub_002dinstall">http://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub_002dinstall.html#Installing-GRUB-using-grub_002dinstall
</a>) but now just keeps beeping with the GRUB fixed :)<br><br>I have 3 IDE disks, hda, hde and hdg.  <br>My /boot is a raid device /dev/md0 of /dev/(hda2,hde2,hdg2). <br>cat /proc/mdstat shows all disks online and active in the array.
<br><br>I have tried the <br>grub-install --root-directory=boot --no-floppy hd0 (ou /dev/hda).<br><br>With the same results.<br><br>Ideas?<br><br>