<html><br>
<br>
We put Raid 1 (software) on an IBM server.&nbsp; I installed some software and made sure everything<br>worked.&nbsp; Then we realized we needed to set up grub so the machine would boot from either disk.<br>So under Linux Rescue we went into grub and did<br><br>&nbsp;&nbsp;&nbsp;&nbsp; device (hd0)&nbsp; /dev/sda<br>&nbsp;&nbsp;&nbsp;&nbsp; root (hd0,0) <br>&nbsp;&nbsp;&nbsp;&nbsp; setup (hd0)<br><br>&nbsp;&nbsp;&nbsp;&nbsp; device (hd1)&nbsp; /dev/sdb<br>
&nbsp;&nbsp;&nbsp;&nbsp; root (hd1,0) <br>
&nbsp;&nbsp;&nbsp;&nbsp; setup (hd1)<br><br>But then when we booted, everything failed.&nbsp; I noticed a commone<br>message "initlog not found" so I looked on another machine and<br>foiund it under /sbin but not on this one.&nbsp; So I copied it to /sbin and<br>rebooted.&nbsp; It got a lot farther this time, but then got stuck on not being<br>able to find a default theme.<br><br>I also noticed that linux rescue puts the linux under /mnt/sysimage<br>(so /etc is /mnt/sysimage/etc, /home is /mnt/sysimage/home, etc)<br>but in addition to those there was still a /etc, /home, etc.&nbsp; I suppose<br>one was the mirrored disk.<br><br>So it sounds like we might not have done something correctly.&nbsp; Anyone<br>have any idea?&nbsp; We did set up the whole raid system correctly during <br>Linux installation on a different machine, and then used that anaconda-ks.cfg<br>file for this one (removing the "#"'s where the raid stuff was commented out<br>in the config file).<br><br>Thanks<br>
</html>