<br>Hey guys,<br><br>I've enjoyed the past couple of meetings. And, I'm still having trouble with GRUB. Here's what my hardware configuration looks like:<br><br>Here are my grub.conf and device.map files. I've checked in my bios and they point to the right drives.
<br><br># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file<br># NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/, eg.
<br>#          root (hd2,0)<br>#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br>#          initrd /initrd-version.img<br>#boot=/dev/sdb1<br>default=0<br>timeout=5<br>splashimage=(hd2,0)/grub/splash.xpm.gz
<br>hiddenmenu<br>title Fedora Core (2.6.11-1.1369_FC4smp)<br>    root (hd2,0)<br>    kernel /vmlinuz-2.6.11-1.1369_FC4smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>    initrd /initrd-2.6.11-1.1369_FC4smp.img<br>title Fedora Core-up (
2.6.11-1.1369_FC4)<br>    root (hd2,0)<br>    kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>    initrd /initrd-2.6.11-1.1369_FC4.img<br>title WindowsXP<br>    rootnoverify (hd1,0)<br>    chainloader +1
<br><br><br>device.map<br><br><br>(fd0)    /dev/fd0<br>(hd0)    /dev/sda<br>(hd1)    /dev/sdb<br>(hd2)    /dev/hdb<br><br><br><br>All I get when I boot is:<br><br>GRUB and then a bunch of random characters that are impossible to type.
<br><br><br>By the way, there is no fd0, but I don't think that should matter should it?<br><br>Let me know what I'm doing wrong.<br><br>Thanks,<br><br>-Walt<br>