logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Grubby Config - Control GRUB Bootloader | Online Free DevTools by Hexmos

Control GRUB bootloader configurations with Grubby. Manage kernel boot parameters and update bootloader entries. Free online tool, no registration required.

grubby

Tool for configuring grub and zipl bootloaders. More information: https://manned.org/grubby.8.

  • Add kernel boot arguments to all kernel menu entries:

sudo grubby --update-kernel=ALL --args '{{quiet console=ttyS0}}'

  • Remove existing arguments from the entry for the default kernel:

sudo grubby --update-kernel=DEFAULT --remove-args {{quiet}}

  • List all kernel menu entries:

sudo grubby --info=ALL

See Also