Hi Everyone,
How do I install grub on new raid device?
sdb went bad and it was replaced and resynced via console > manage disk redundancy.
When I reboot with sda, everything is great. When I reboot with sdb, all I get is a black screen; no grub.
Here is grub.conf:
# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/main/root
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/smeserver.xpm.gz
foreground 000000
background 4E95D3
title SME Server (2.6.18-308.16.1.el5PAE)
root (hd0,0)
kernel /vmlinuz-2.6.18-308.16.1.el5PAE ro root=/dev/main/root
initrd /initrd-2.6.18-308.16.1.el5PAE.img
[root@server ~]#
Here is device map:
# cat /boot/grub/device.map
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
Believe it or not, I've never had to deal with grub before. I don't want to make the wrong move here.
Your advice and assistance is greatly appreciated.
Thanks,
kruhm