logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control GRUB Environment - Edit Variables | Online Free DevTools by Hexmos

Control GRUB environment variables with grub-editenv. Manage boot entries, reset variables, and configure the GRUB environment. Free online tool, no registration required.

grub-editenv

Edit GRUB environment variables. More information: https://www.gnu.org/software/grub/manual/grub/grub.html.

  • Set a default boot entry (Assuming the boot entry already exists):

grub-editenv /boot/grub/grubenv set default={{Ubuntu}}

  • Display all GRUB environment variables:

grub-editenv /boot/grub/grubenv list

  • Reset the saved_entry variable to the default:

grub-editenv /boot/grub/grubenv unset saved_entry

See Also