On 2020-03-14 05:13, stan wrote:
On Sat, 14 Mar 2020 03:10:04 +1100
Philip Rhoades <phil@xxxxxxxxxxxxx> 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
Did that - but I still don't get the verbose boot . .
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.
Yes, I do that occasionally but this is for a machine that has a "null"
keyboard attached (I usually only ssh to it).
Thanks,
Phil.
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: phil@xxxxxxxxxxxxx
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx