ncarbon
2007-01-31, 09:04 AM CST
OK I installed FC6 on 2 250gig sata drives, booted and md0 has synced. So I pulled the cable on hd1,0 and got a grub error, not configured properly. Here is my grub.conf:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/md0
# initrd /boot/initrd-version.img
#boot=/dev/md0
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/md0 all-generic-ide pci=nommconf rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
This makes sense because grub states hd0,0 is there a way to have it boot hd1,0 is it fails on hd0,0? Sorry is this sounds lame.....
TIA Ned
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/md0
# initrd /boot/initrd-version.img
#boot=/dev/md0
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/md0 all-generic-ide pci=nommconf rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
This makes sense because grub states hd0,0 is there a way to have it boot hd1,0 is it fails on hd0,0? Sorry is this sounds lame.....
TIA Ned