I've read the Release Notes, and tried to add "rhgb" to the end of the kernel line in /etc/grub.conf, and have confirmed that GRAPHICAL=Yes in /etc/sysconfig/init.
When I added rhgb to the end of the kernel line in /etc/grub.conf, the screen would go totally blank immediately when the boot sequence would be displaying.
How do I get the boot GUI to display on this RH9->Fedora upgrade? I'm including a copy of both /etc/grub.conf and /etc/sysconfig/init below.
Thanks very much! Clint
(from /etc/sysconfig/init)
# Turn on graphical boot GRAPHICAL=yes
(from /boot/grub/grub.conf) (also in /etc/grub.conf) # 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 (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz #title Red Hat Linux (2.4.18-19.8.0debug) # root (hd0,0) # kernel /vmlinuz-2.4.18-19.8.0debug ro root=LABEL=/ hdc=ide-scsi # initrd /initrd-2.4.18-19.8.0debug.img title Fedora Core (2.4.22-1.2115.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.22-1.2115.nptl.img
-- Clint <Clint@xxxxxxxxxxxxxx>