1GRUB-EDITENV(1) General Commands Manual GRUB-EDITENV(1)
2
3
4
6 grub-editenv — Manage the GRUB environment block.
7
8
10 grub-editenv [-v | --verbose] [FILE]
11 <create | list | set NAME=VALUE | unset NAME>
12
13
15 grub-editenv is a command line tool to manage GRUB's stored environ‐
16 ment.
17
18
20 --verbose
21 Print verbose messages.
22
23
24 FILE
25 File name to use for grub environment. Default is
26 /boot/grub/grubenv .
27
28
30 create
31 Create a blank environment block file.
32
33
34 list
35 List the current variables.
36
37
38 set [NAME=VALUE ...]
39 Set variables.
40
41
42 unset [NAME ...]
43 Delete variables.
44
45
47 info grub
48
49
50
51 Wed Feb 26 2014 GRUB-EDITENV(1)