I am terribly sorry, I do have GRUB2 (1.96) installed under /usr/local, but the version installed in MBR is 0.97 (installed with 'grub-install hd0'). Here is my /boot/grub/grub.conf:
# GRUB configuration file '/boot/grub/grub.conf'. # generated by 'grubconfig'. Thu Nov 6 21:26:28 2008 # # The backup copy of the MBR for drive '/dev/sda' is # here '/boot/grub/mbr.sda.3234'. You can restore it like this. # dd if=mbr.sda.3234 of=/dev/sda bs=512 count=1 # # Start GRUB global section default 2 timeout 30 color light-gray/blue black/light-gray splashimage (hd0,1)/boot/grub/splash.xpm.gz hiddenmenu # End GRUB global section # Linux bootable partition config begins title Fedora (2.6.27.4-libreOPT) root (hd0,1) kernel /boot/vmlinuz-2.6.27.4-libreOPT root=UUID=7e1d0e05-7895-41f5-b6a1-74482411c0a4 ro rhgb vga=792 quiet acpi=off initrd /boot/initrd-2.6.27.4-libreOPT.img # Linux bootable partition config ends # Linux bootable partition config begins title Fedora (2.6.27-0.352.rc7.git1.fc10.i686) VGA=792 root (hd0,1) kernel /boot/vmlinuz-2.6.27-0.352.rc7.git1.fc10.i686 ro root=UUID=7e1d0e05-7895-41f5-b6a1-74482411c0a4 rhgb vga=792 quiet acpi=off initrd /boot/initrd-2.6.27-0.352.rc7.git1.fc10.i686.img # Linux bootable partition config ends # Linux bootable partition config begins title Fedora (2.6.27-0.352.rc7.git1.fc10.i686) VGA=NORMAL root (hd0,1) kernel /boot/vmlinuz-2.6.27-0.352.rc7.git1.fc10.i686 ro root=UUID=7e1d0e05-7895-41f5-b6a1-74482411c0a4 rhgb quiet acpi=off vga=normal initrd /boot/initrd-2.6.27-0.352.rc7.git1.fc10.i686.img # Linux bootable partition config ends -- View this message in context: http://www.nabble.com/Splash-image-not-showing-with-hidden-menu-tp20388471p20399103.html Sent from the Grub - Bugs mailing list archive at Nabble.com. _______________________________________________ Bug-grub mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-grub
