Originariamente inviato da andy caps
si nelle opzioni del bootloader

prova ad aggiungere una nuova voce copiando ed incollando che non contenga rhgb quiet in /boot/grub/grub.conf

con grub è sempre un dilemma
# 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,5)
# kernel /boot/vmlinuz-version ro root=/dev/hdc6
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
hiddenmenu
title WinXP
rootnoverify (hd0,1)
chainloader +1
title Fedora Core-up (2.6.9-1.667)
root (hd0,5)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.9-1.667.img


Questo è il mio grub.conf,sinceramente non mi sembra si possa fare nessuna modifica sensata.Non è che hai qualche consiglio su una possibile modifica che la provo al volo?