How to disable plymouth in RHEL 6
Environment
- Red Hat Enterprise Linux 6
Issue
- How can Plymouth, the graphical boot system of RHEL, be completely disabled?
Resolution
-
WARNING:
Disabling Plymouth will prevent the population of the/var/log/boot.logfile
Instead of disabling Plymouth, try simply removing therhgbparameter from the kernel cmdline in/boot/grub/grub.confwhich will lead to the system booting straight into text mode
Run the following command as rootgrubby --update-kernel=ALL --remove-args=rhgb -
If it is decided that Plymouth really must be disabled:
Add therd_NO_PLYMOUTHparameter to the kernel cmdline in/boot/grub/grub.conf
Run the following command as rootgrubby --update-kernel=ALL --args=rd_NO_PLYMOUTH
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.