mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 23:49:44 +00:00
Update cheatsheets
This commit is contained in:
25
linux/grub-editenv
Normal file
25
linux/grub-editenv
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 the current value of the `timeout` variable:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list timeout`
|
||||
|
||||
- Reset the `saved_entry` variable to the default:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv unset saved_entry`
|
||||
|
||||
- Append "quiet splash" to the kernel command line:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list kernel_cmdline`
|
||||
Reference in New Issue
Block a user