On Tue, 2004-10-19 at 21:30 -0700, David Bullock wrote: > Here's my grub.conf > > default=1 > timeout=10 > splashimage=(hd0,0)/grub/splash.xpm.gz > > title Fedora Core (2.6.8-1.521) > root (hd0,0) > kernel /vmlinuz-2.6.8-1.521 ro root=/dev/md1 > initrd /initrd-2.6.8-1.521.img > > title Fedora Core (2.6.5-1.358) > root (hd0,0) > kernel /vmlinuz-2.6.5-1.358 ro root=/dev/md1 hdm=noprobe > hdo=noprobe > initrd /initrd-2.6.5-1.358.img What happens if you change default=1 to default=0 and reboot? Do you get the GRUB splash screen at all? Thomas