Devin Reade |
GNO Consortium | Home | GNO/ME |
Back to Expunging Redhat / Fedora / CentOS Annoyances
This is for RHEL/CentOS/FC6. There is also a Fedora 12 version.
Since at least the introduction of RH7 (and perhaps earlier), there has been a movement to make the boot process graphical, and as time goes on less and less information is shown to the user. This is a problem if you like to be able to see the boot process, and is especially problematic if you use a serial console. (If the machine was originally installed with a serial console it may be less of a problem, but there are still pathological cases where this isn't so.)
If you'd prefer the boot process to be entirely text based, then read on. There are two sections below, one for Grub (which most people will be using) and also for the older Lilo boot loader.
See also Using a Text Display After Boot if you also want text after the boot process is complete.
If the file /etc/grub.conf or /boot/grub/grub.conf exists, you're probably using the grub boot loader. In this case, edit the respective grub.conf file and:
GRAPHICAL=yesto
GRAPHICAL=no
Note that at least with older versions (circa RH8, if I remember correctly) it was sometimes necessary to redo this procedure after performing a major system upgrade; Red Hat seemed to like to add this "feature" back in. I wouldn't be surprised if this is still the case.
(Thanks to Magnus Naeslund for providing part of this information, back before I started using grub.)
If you use the LILO boot loader, you can disable it by editing the file /etc/lilo.conf and commenting out the line:
message=/boot/messageAfter you edit that file, you must run the command lilo for it to take effect.
Contact me @ gdr at gno.org |
Back to Expunging Redhat / Fedora / CentOS Annoyances Last Updated: 22 Jan 2010 |
|