Nirlog.com

Technology, Life and other stuff that come along…

Linux software mirroring with Grub

April 6th, 2006 by Niranjan Kunwar

I’m in Guangzhou, China today to reinstall one of our Linux SMTP Server. I’ve installed CentOS 3.x with software mirroring. It’s pretty straight forward to make the Linux Software Raid partition during the installation but by default the system will boot only with the first hard disk (id0). This means if the first hard disk (id0) fails then the second hard disk (id1) will not be able to boot alone.

In order to make sure that the server can boot from each of the mirrored hard disk in case the other one fails, you need to run grub and install onto all other drives that are part of raid that the /boot partitions are on.

  • #grub
    grub>
    grub>find /grub/stage1
    This will give list out where all the grub setup files are located:
    (hd0,0)
    (hd1,0)

sda=hd0 sdb=hd1 for scsi and hda=hd0 and hdb=hd1 for ide

After knowing that hd0 already has grub in mbr, we run:

  • Grub>device (hd0) /dev/sdb (/dev/hdb for ide)
    Grub>root (hd0,0) and then:
    Grub>setup (hd0)

With above we’ve succeeded putting bootable mbr on the second drive and now both hard disks should be able to boot individually.

This entry was posted on Thursday, April 6th, 2006 at 11:24 pm and is filed under Technology, Admin, HowTo, Linux/Unix. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Technorati Tags: , ,

Share and Enjoy:

    Bookmark Linux software mirroring with Grub at del.icio.us    Digg Linux software mirroring with Grub at Digg.com    Bookmark Linux software mirroring with Grub at NewsVine    Bookmark Linux software mirroring with Grub at reddit.com

Related Posts:

Leave a Reply

Powered by WP Hashcash