Computer Tips - Fedora: change grub parameters so you have a plain-text boot

Date: 2022jun7 Updated: 2023mar15 Distro: Fedora OS: Linux Q. Fedora: change grub parameters so you have a plain-text boot A. As root, use grubby to remove these parameters:
grubby --remove-args='rhgb quiet' --update-kernel=ALL
rhgb = Red Hat Graphical Boot quiet = Doesn't display what systemd is starting You may also wish to have it boot in non-graphical mode (ie not GNOME or KDE):
systemctl set-default multi-user.target reboot