<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear All,<br>
<br>
I have recently had a bad experiences with Centos 4.0 and 4.1 when
installing onto mirrored IDE drives using software mirror.<br>
<br>
The install goes through ok, but when the system comes to reboot, it
seems the boot loader fails.  I've seen fail on the first reboot or
after a random number of reboots, across different hardware as wide and
varied as you can get, the common factor is software raid, (mirrored
drives).<br>
<br>
It either fails just displaying "GRUB" or fails with a flashing cursor
at the bootup time.<br>
<br>
Booting a rescue cd, doing a chroot /mnt/sysimage and then the
following grub commands fixes the issue permanently, so that it never
fails again,<br>
<font face="Courier New, Courier, monospace"><br>
grub<br>
<br>
grub-> root (hd0,0)<br>
grub-> setup (hd0)<br>
grup-> root (hd1,0)<br>
grub-> setup (hd1)<br>
grub-> quit</font><br>
<br>
it seems to me the Anaconda installer doesn't do something quite right
which leads to this random style failure.  Its only random as to when
it will do it, unless you do this, it will do it at some point.....<br>
<br>
I've been doing Redhat for many years and never seen this problem
before......anybody else seen this<br>
<br>
P.<br>
<br>
<br>
</body>
</html>