On Mon, 2005-02-28 at 12:20 -0700, Max L. Eidswick wrote: > Hi, Paul - sorry about the HTML and thanks for the grub note. The second > drive is the FC3 disk. The grub.conf is on it in the grub area. It is also > on the 1st drive in the root. Here are the contents: > ----- snip > > # 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 (hd1,0) > # kernel /vmlinuz-version ro root=/dev/hdb3 > # initrd /initrd-version.img > #boot=/dev/hda > default=0 > timeout=5 > splashimage=(hd1,0)/grub/splash.xpm.gz Try commenting out this splashimage line, which is trying to load an image from your second drive. > hiddenmenu You might want to comment out the hiddenmenu line too if you'd like to see the grub menu without pressing any keys. > title Fedora Core (2.6.10-1.741_FC3) > root (hd1,0) > kernel /vmlinuz-2.6.10-1.741_FC3 ro root=LABEL=/ rhgb quiet > initrd /initrd-2.6.10-1.741_FC3.img > title Fedora Core (2.6.9-1.724_FC3) > root (hd1,0) > kernel /vmlinuz-2.6.9-1.724_FC3 ro root=LABEL=/ rhgb quiet > initrd /initrd-2.6.9-1.724_FC3.img > title Fedora Core (2.6.9-1.681_FC3) > root (hd1,0) > kernel /vmlinuz-2.6.9-1.681_FC3 ro root=LABEL=/ rhgb quiet > initrd /initrd-2.6.9-1.681_FC3.img > title Fedora Core (2.6.9-1.667) > root (hd1,0) > kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet > initrd /initrd-2.6.9-1.667.img All of the above load a kernel and initrd from the second drive, but shouldn't be a problem if you're not trying to boot Fedora. > title Win XP Pro > rootnoverify (hd0,0) > chainloader +1 That looks OK. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>