<div class="gmail_quote">On Wed, Sep 7, 2011 at 11:38 PM, Devin Reade <span dir="ltr"><<a href="mailto:gdr@gno.org">gdr@gno.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
--On Wednesday, September 07, 2011 08:22:47 PM +0300 Bünyamin İzzet<br>
<div><<a href="mailto:bunyamin.izzet@gmail.com">bunyamin.izzet@gmail.com</a>> wrote:<br>
 <br></div></blockquote><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"></div>
        - made sure we have boot blocks on both disks, based on information<br>
          at <a href="http://grub.enbug.org/MirroringRAID" target="_blank">http://grub.enbug.org/MirroringRAID</a><br>
                modified /boot/grub/device.map from:<br>
<div class="im">                        (hd0)     /dev/sda<br>
                        (hd1)     /dev/sdb<br>
</div>                to:<br>
                        (hd0)     /dev/sda<br>
                        (hd0)     /dev/sdb<br></blockquote><div>I have changed the device.map as you said<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

                and then:<br>
                        # grub<br>
                        grub> device (hd0) /dev/sdb<br>
                        grub> root (hd0,0)<br>
                        grub> setup (hd0)<br>
                        grub> quit<br>
<br></blockquote><div>And, it is done too.<br><br></div></div><br>It still does not boot. I could not see the error 
message, because it is a dedicated server and I am not sitting at the
 monitor of the server. So I type the lines in grub.conf manually to see the error (I'm not sure if it is the right thing to see the error).<br><br><br><span style="background-color: rgb(204, 204, 204);"># grub</span><br>
Probing devices to guess BIOS drives. This may take a long time.<br><br><br>    GNU GRUB  version 0.97  (640K lower / 3072K upper memory)<br><br> [ Minimal BASH-like line editing is supported.  For the first word, TAB<br>
   lists possible command completions.  Anywhere else TAB lists the possible<br>   completions of a device/filename.]<br><span style="background-color: rgb(204, 204, 204);">grub> root (hd1,0)</span><br>root (hd1,0)<br>
 Filesystem type is ext2fs, partition type 0xfd<br><span style="background-color: rgb(204, 204, 204);">grub> kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/md1 vga=0x317</span><br>kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/md1 vga=0x317<br>
   [Linux-bzImage, setup=0x1e00, size=0x1fe01c]<br><span style="background-color: rgb(204, 204, 204);">grub> initrd /initrd-2.6.18-238.19.1.el5.img</span><br>initrd /initrd-2.6.18-238.19.1.el5.img<br><br>Error 28: Selected item cannot fit into memory<br>
<span style="background-color: rgb(204, 204, 204);">grub> quit</span><br>quit<br><br><br>If it is not the right thing to see the error message at boot time, is there any chance to log grub errors, boot errors?<br><br>Thanks,<br>
Bunyamin.<br>