<div>Thanks for your advice telling me what exactly had happened.</div>  <div><BR><BR><B><I>Rick Stevens <rstevens@internap.com></I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">On Mon, 2007-12-10 at 09:35 -0800, Barry Yu wrote:<BR>> I've suffering GRUB boot loader failed to boot up frequently in a<BR>> system running raid 0 with Intel Matrix storage manager ICH900 chip,<BR>> the "/" partition is installed<BR>> in /dev/mapper/isw_cghfbiafhf_cts_home10, and the GRUB boot loader is<BR>> installed in /dev/mapper/isw_cghfbiafhf_cts (MBR), when the system<BR>> failed to boot, I can only see the "GRUB" is displayed on left upper<BR>> screen and stayed there without further advancing progress. I boot up<BR>> to rescue mode with installation DVD and issued commands as follow;<BR>> <BR>> chroot /mnt/sysimage<BR>> grub-install /dev/mapper/isw_cghfbiafhf_cts<BR>>
 <BR>> And I see this message;<BR>> /dev/mapper/isw_cghfbiafhf_cts_home10 does not have any corresponding<BR>> BIOS drive.<BR>> (Obviously GRUB was looking for something<BR>> in /dev/mapper/isw_cghfbiafhf_cts_home10 wher the / partition is)<BR>> How can I restore the GRUB boot loader?<BR>> I will reply 10 hours later if any one needs further input from me.<BR><BR>Grub can't do software RAID...that's an OS thing. Your /boot partition<BR>MUST be on a either a hardware RAID or a single drive.<BR><BR>You can use a software RAID1 for /boot, but that's only because both<BR>drives' content will be identical and you're cheating by only using<BR>one of the pair. Just make sure you don't write anything to /boot<BR>in grub...the software RAID1 must be functional before any writes occur<BR>or you will make the RAID1 unmountable as the drives will diverge in<BR>content.<BR><BR>----------------------------------------------------------------------<BR>- Rick Stevens,
 Principal Engineer rstevens@internap.com -<BR>- CDN Systems, Internap, Inc. http://www.internap.com -<BR>- -<BR>- LOOK OUT!!! BEHIND YOU!!! -<BR>----------------------------------------------------------------------<BR><BR>-- <BR>fedora-list mailing list<BR>fedora-list@redhat.com<BR>To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list<BR></BLOCKQUOTE><BR>