On Sat, 14 Mar 2020 03:10:04 +1100 Philip Rhoades <p...@pricom.com.au> wrote:
> People, > > In the olden days I used to just edit the grub conf file and delete > these args manually - now I am supposed to use grubby but doing this: > > grubby --update-kernel=ALL --remove-args="quiet" > grubby --update-kernel=ALL --remove-args="rhgb" > > does not make any difference to the boot information I see before the > graphical login . . > > What am I missing? I think you just want to edit /etc/default/grub and remove them from the default kernel arguments. Maybe copy the line and comment the old one before changing. You could add a timeout so the menu is visible for a short time, GRUB_TIMEOUT=10 Then go to where the grub cfg file is, /boot/grub2 for non uefi /boot/efi/EFI/fedora for uefi and run grub2-mkconfig -o grub.cfg Alternatively, you can keep hitting space bar during boot, and when the menu comes up, edit the kernel boot line to remove them. But this will have to be done each time you boot. Good for one time checks. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org