Grub
Grub
Grub
Gordon Matzigkeit
Yoshinori K. Okuji
Colin Watson
Colin D. Bennett
This manual is for GNU GRUB (version 2.04, 24 June 2019).
Copyright
c 1999,2000,2001,2002,2004,2006,2008,2009,2010,2011,2012,2013 Free Software
Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
version published by the Free Software Foundation; with no Invariant Sections.
i
Table of Contents
1 Introduction to GRUB . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 History of GRUB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Differences from previous versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 GRUB features. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.5 The role of a boot loader . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2 Naming convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
4 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.1 Installing GRUB using grub-install . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.2 Making a GRUB bootable CD-ROM . . . . . . . . . . . . . . . . . . . . . . . . . . 12
4.3 The map between BIOS drives and OS devices . . . . . . . . . . . . . . . . 13
4.4 BIOS installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5 Booting. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.1 How to boot operating systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.1.1 How to boot an OS directly with GRUB . . . . . . . . . . . . . . . . . . 15
5.1.2 Chain-loading an OS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.2 Loopback booting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.3 Some caveats on OS-specific issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.3.1 GNU/Hurd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.3.2 GNU/Linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.3.3 NetBSD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.3.4 DOS/Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
17 Internationalisation . . . . . . . . . . . . . . . . . . . . . . . . . . 91
17.1 Charset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
17.2 Filesystems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
17.3 Output terminal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
17.4 Input terminal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
17.5 Gettext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
17.6 Regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
17.7 Other . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
18 Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
18.1 Authentication and authorisation in GRUB. . . . . . . . . . . . . . . . . . . 95
18.2 Using digital signatures in GRUB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
18.3 UEFI secure boot and shim support . . . . . . . . . . . . . . . . . . . . . . . . . . 97
18.4 Measuring boot components. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
19 Platform limitations . . . . . . . . . . . . . . . . . . . . . . . . . 99
20 Outline. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
Chapter 1: Introduction to GRUB 1
1 Introduction to GRUB
1.1 Overview
Briefly, a boot loader is the first software program that runs when a computer starts. It
is responsible for loading and transferring control to an operating system kernel software
(such as Linux or GNU Mach). The kernel, in turn, initializes the rest of the operating
system (e.g. a GNU system).
GNU GRUB is a very powerful boot loader, which can load a wide variety of free
operating systems, as well as proprietary operating systems with chain-loading1 . GRUB
is designed to address the complexity of booting a personal computer; both the program
and this manual are tightly bound to that computer platform, although porting to other
platforms may be addressed in the future.
One of the important features in GRUB is flexibility; GRUB understands filesystems
and kernel executable formats, so you can load an arbitrary operating system the way you
like, without recording the physical position of your kernel on the disk. Thus you can load
the kernel just by specifying its file name and the drive and partition where the kernel
resides.
When booting with GRUB, you can use either a command-line interface (see
Section 14.1 [Command-line interface], page 55), or a menu interface (see Section 14.2
[Menu interface], page 56). Using the command-line interface, you type the drive
specification and file name of the kernel manually. In the menu interface, you just select
an OS using the arrow keys. The menu is based on a configuration file which you prepare
beforehand (see Chapter 6 [Configuration], page 19). While in the menu, you can switch
to the command-line mode, and vice-versa. You can even edit menu entries before using
them.
In the following chapters, you will learn how to specify a drive, a partition, and a file
name (see Chapter 2 [Naming convention], page 7) to GRUB, how to install GRUB on your
drive (see Chapter 4 [Installation], page 11), and how to boot your OSes (see Chapter 5
[Booting], page 15), step by step.
Yoshinori K. Okuji adopted GRUB as an official GNU package, and opened its development
by making the latest sources available via anonymous CVS. See Appendix A [Obtaining and
Building GRUB], page 127, for more information.
Over the next few years, GRUB was extended to meet many needs, but it quickly
became clear that its design was not keeping up with the extensions being made to it, and we
reached the point where it was very difficult to make any further changes without breaking
existing features. Around 2002, Yoshinori K. Okuji started work on PUPA (Preliminary
Universal Programming Architecture for GNU GRUB), aiming to rewrite the core of GRUB
to make it cleaner, safer, more robust, and more powerful. PUPA was eventually renamed to
GRUB 2, and the original version of GRUB was renamed to GRUB Legacy. Small amounts
of maintenance continued to be done on GRUB Legacy, but the last release (0.97) was made
in 2005 and at the time of writing it seems unlikely that there will be another.
By around 2007, GNU/Linux distributions started to use GRUB 2 to limited extents,
and by the end of 2009 multiple major distributions were installing it by default.
boot Specification), not all kernels make use of this information, but GRUB
provides it for those who do.
Support Logical Block Address mode
In traditional disk calls (called CHS mode), there is a geometry translation
problem, that is, the BIOS cannot access over 1024 cylinders, so the accessible
space is limited to at least 508 MB and to at most 8GB. GRUB can’t univer-
sally solve this problem, as there is no standard interface used in all machines.
However, several newer machines have the new interface, Logical Block Address
(LBA) mode. GRUB automatically detects if LBA mode is available and uses
it if available. In LBA mode, GRUB can access the entire disk.
Support network booting
GRUB is basically a disk-based boot loader but also has network support. You
can load OS images from a network by using the TFTP protocol.
Support remote terminals
To support computers with no console, GRUB provides remote terminal sup-
port, so that you can control GRUB from a remote host. Only serial terminal
support is implemented at the moment.
5
The LInux LOader, a boot loader that everybody uses, but nobody likes.
Chapter 2: Naming convention 7
2 Naming convention
The device syntax used in GRUB is a wee bit different from what you may have seen
before in your operating system(s), and you need to know it so that you can specify a
drive/partition.
Look at the following examples and explanations:
(fd0)
First of all, GRUB requires that the device name be enclosed with ‘(’ and ‘)’. The
‘fd’ part means that it is a floppy disk. The number ‘0’ is the drive number, which is
counted from zero. This expression means that GRUB will use the whole floppy disk.
(hd0,msdos2)
Here, ‘hd’ means it is a hard disk drive. The first integer ‘0’ indicates the drive
number, that is, the first hard disk, the string ‘msdos’ indicates the partition scheme, while
the second integer, ‘2’, indicates the partition number (or the pc slice number in the BSD
terminology). The partition numbers are counted from one, not from zero (as was the case
in previous versions of GRUB). This expression means the second partition of the first hard
disk drive. In this case, GRUB uses one partition of the disk, instead of the whole disk.
(hd0,msdos5)
This specifies the first extended partition of the first hard disk drive. Note that the
partition numbers for extended partitions are counted from ‘5’, regardless of the actual
number of primary partitions on your hard disk.
(hd1,msdos1,bsd1)
This means the BSD ‘a’ partition on first pc slice number of the second hard disk.
Of course, to actually access the disks or partitions with GRUB, you need to use
the device specification in a command, like ‘set root=(fd0)’ or ‘parttool (hd0,msdos3)
hidden-’. To help you find out which number specifies a partition you want, the GRUB
command-line (see Section 14.1 [Command-line interface], page 55) options have argument
completion. This means that, for example, you only need to type
set root=(
followed by a TAB, and GRUB will display the list of drives, partitions, or file names.
So it should be quite easy to determine the name of your target partition, even with minimal
knowledge of the syntax.
Note that GRUB does not distinguish IDE from SCSI - it simply counts the drive
numbers from zero, regardless of their type. Normally, any IDE drive number is less than
any SCSI drive number, although that is not true if you change the boot sequence by
swapping IDE and SCSI drives in your BIOS.
Now the question is, how to specify a file? Again, consider an example:
(hd0,msdos1)/vmlinuz
This specifies the file named ‘vmlinuz’, found on the first partition of the first hard
disk drive. Note that the argument completion works with file names, too.
That was easy, admit it. Now read the next chapter, to find out how to actually
install GRUB on your drive.
Chapter 3: OS-specific notes about grub tools 9
4 Installation
In order to install GRUB as your boot loader, you need to first install the GRUB system and
utilities under your UNIX-like operating system (see Appendix A [Obtaining and Building
GRUB], page 127). You can do this either from the source tarball, or as a package for your
OS.
After you have done that, you need to install the boot loader on a drive (floppy
or hard disk) by using the utility grub-install (see Chapter 23 [Invoking grub-install],
page 111) on a UNIX-like OS.
GRUB comes with boot images, which are normally put in the di-
rectory ‘/usr/lib/grub/<cpu>-<platform>’ (for BIOS-based machines
‘/usr/lib/grub/i386-pc’). Hereafter, the directory where GRUB images are
initially placed (normally ‘/usr/lib/grub/<cpu>-<platform>’) will be called the image
directory, and the directory where the boot loader needs to find them (usually ‘/boot’)
will be called the boot directory.
This install doesn’t conflict with standard install as long as they are in separate
directories.
Note that grub-install is actually just a shell script and the real task is done by
other tools such as grub-mkimage. Therefore, you may run those commands directly to
install GRUB, without using grub-install. Don’t do that, however, unless you are very
familiar with the internals of GRUB. Installing a boot loader on a running OS may be
extremely dangerous.
On EFI systems for fixed disk install you have to mount EFI System Partition. If
you mount it at ‘/boot/efi’ then you don’t need any special arguments:
# grub-install
Otherwise you need to specify where your EFI System partition is mounted:
# grub-install --efi-directory=/mnt/efi
For removable installs you have to use ‘--removable’ and specify both
‘--boot-directory’ and ‘--efi-directory’:
# grub-install --efi-directory=/mnt/usb --boot-directory=/mnt/usb/boot -
-removable
The root device will be set up appropriately on entering your ‘grub.cfg’ configura-
tion file, so you can refer to file names on the CD without needing to use an explicit device
name. This makes it easier to produce rescue images that will work on both optical drives
and USB mass storage devices.
MBR
The partition table format traditionally used on PC BIOS platforms is called the Master
Boot Record (MBR) format; this is the format that allows up to four primary partitions
and additional logical partitions. With this partition table format, there are two ways to
install GRUB: it can be embedded in the area between the MBR and the first partition
(called by various names, such as the "boot track", "MBR gap", or "embedding area", and
which is usually at least 31 KiB), or the core image can be installed in a file system and a
list of the blocks that make it up can be stored in the first sector of that partition.
Each of these has different problems. There is no way to reserve space in the em-
bedding area with complete safety, and some proprietary software is known to use it to
make it difficult for users to work around licensing restrictions; and systems are sometimes
14 GNU GRUB Manual 2.04
partitioned without leaving enough space before the first partition. On the other hand,
installing to a filesystem means that GRUB is vulnerable to its blocks being moved around
by filesystem features such as tail packing, or even by aggressive fsck implementations, so
this approach is quite fragile; and this approach can only be used if the ‘/boot’ filesystem
is on the same disk that the BIOS boots from, so that GRUB does not have to rely on
guessing BIOS drive numbers.
The GRUB development team generally recommends embedding GRUB before the
first partition, unless you have special requirements. You must ensure that the first partition
starts at least 31 KiB (63 sectors) from the start of the disk; on modern disks, it is often a
performance advantage to align partitions on larger boundaries anyway, so the first partition
might start 1 MiB from the start of the disk.
GPT
Some newer systems use the GUID Partition Table (GPT) format. This was specified as
part of the Extensible Firmware Interface (EFI), but it can also be used on BIOS platforms
if system software supports it; for example, GRUB and GNU/Linux can be used in this
configuration. With this format, it is possible to reserve a whole partition for GRUB, called
the BIOS Boot Partition. GRUB can then be embedded into that partition without the risk
of being overwritten by other software and without being contained in a filesystem which
might move its blocks around.
When creating a BIOS Boot Partition on a GPT system, you should make sure that
it is at least 31 KiB in size. (GPT-formatted disks are not usually particularly small, so we
recommend that you make it larger than the bare minimum, such as 1 MiB, to allow plenty
of room for growth.) You must also make sure that it has the proper partition type. Using
GNU Parted, you can set this using a command such as the following:
# parted /dev/disk set partition-number bios_grub on
If you are using gdisk, set the partition type to ‘0xEF02’. With
partitioning programs that require setting the GUID directly, it should be
‘21686148-6449-6e6f-744e656564454649’.
Caution: Be very careful which partition you select! When GRUB finds a BIOS Boot
Partition during installation, it will automatically overwrite part of it. Make sure that the
partition does not contain any other data.
Chapter 5: Booting 15
5 Booting
GRUB can load Multiboot-compliant kernels in a consistent way, but for some free operating
systems you need to use some OS-specific magic.
However, DOS and Windows have some deficiencies, so you might have to use more
complicated instructions. See Section 5.3.4 [DOS/Windows], page 18, for more information.
5.1.2 Chain-loading an OS
Operating systems that do not support Multiboot and do not have specific support in
GRUB (specific support is available for Linux, FreeBSD, NetBSD and OpenBSD) must be
chain-loaded, which involves loading another boot loader and jumping to it in real mode.
The chainloader command (see Section 16.3.10 [chainloader], page 69) is used to set
this up. It is normally also necessary to load some GRUB modules and set the appropriate
root device. Putting this together, we get something like this, for a Windows system on the
first partition of the first hard disk:
menuentry "Windows" {
insmod chain
insmod ntfs
set root=(hd0,1)
chainloader +1
}
On systems with multiple hard disks, an additional workaround may be required.
See Section 5.3.4 [DOS/Windows], page 18.
Chain-loading is only supported on PC BIOS and EFI platforms.
16 GNU GRUB Manual 2.04
5.3.1 GNU/Hurd
Since GNU/Hurd is Multiboot-compliant, it is easy to boot it; there is nothing special about
it. But do not forget that you have to specify a root partition to the kernel.
1. Set GRUB’s root device to the same drive as GNU/Hurd’s. The command search
--set=root --file /boot/gnumach.gz or similar may help you (see Section 16.3.65
[search], page 80).
2. Load the kernel and the modules, like this:
grub> multiboot /boot/gnumach.gz root=device:hd0s1
grub> module /hurd/ext2fs.static ext2fs --readonly \
--multiboot-command-line=’${kernel-command-line}’ \
--host-priv-port=’${host-port}’ \
--device-master-port=’${device-port}’ \
--exec-server-task=’${exec-task}’ -T typed ’${root}’ \
’$(task-create)’ ’$(task-resume)’
grub> module /lib/ld.so.1 exec /hurd/exec ’$(exec-task=task-create)’
3. Finally, run the command boot (see Section 16.3.8 [boot], page 68).
5.3.2 GNU/Linux
It is relatively easy to boot GNU/Linux from GRUB, because it somewhat resembles to
boot a Multiboot-compliant OS.
Chapter 5: Booting 17
1. Set GRUB’s root device to the same drive as GNU/Linux’s. The command search
--set=root --file /vmlinuz or similar may help you (see Section 16.3.65 [search],
page 80).
2. Load the kernel using the command linux (see Section 16.3.37 [linux], page 74):
grub> linux /vmlinuz root=/dev/sda1
If you need to specify some kernel parameters, just append them to the command. For
example, to set ‘acpi’ to ‘off’, do this:
grub> linux /vmlinuz root=/dev/sda1 acpi=off
See the documentation in the Linux source tree for complete information on the avail-
able options.
With linux GRUB uses 32-bit protocol. Some BIOS services like APM or EDD aren’t
available with this protocol. In this case you need to use linux16
grub> linux16 /vmlinuz root=/dev/sda1 acpi=off
3. If you use an initrd, execute the command initrd (see Section 16.3.33 [initrd], page 73)
after linux:
grub> initrd /initrd
If you used linux16 you need to use initrd16:
grub> initrd16 /initrd
4. Finally, run the command boot (see Section 16.3.8 [boot], page 68).
Caution: If you use an initrd and specify the ‘mem=’ option to the kernel to let it use
less than actual memory size, you will also have to specify the same memory size to GRUB.
To let GRUB know the size, run the command uppermem before loading the kernel. See
Section 16.3.77 [uppermem], page 85, for more information.
5.3.3 NetBSD
Booting a NetBSD kernel from GRUB is also relatively easy: first set GRUB’s root device,
then load the kernel and the modules, and finally run boot.
1. Set GRUB’s root device to the partition holding the NetBSD root file system. For a
disk with a NetBSD disk label, this is usually the first partition (a:). In that case, and
assuming that the partition is on the first hard disk, set GRUB’s root device as follows:
grub> insmod part_bsd
grub> set root=(hd0,netbsd1)
For a disk with a GUID Partition Table (GPT), and assuming that the NetBSD root
partition is the third GPT partition, do this:
grub> insmod part_gpt
grub> set root=(hd0,gpt3)
2. Load the kernel using the command knetbsd:
grub> knetbsd /netbsd
Various options may be given to knetbsd. These options are, for the most part, the
same as in the NetBSD boot loader. For instance, to boot the system in single-user
mode and with verbose messages, do this:
grub> knetbsd /netbsd -s -v
18 GNU GRUB Manual 2.04
5.3.4 DOS/Windows
GRUB cannot boot DOS or Windows directly, so you must chain-load them (see
Section 5.1.2 [Chain-loading], page 15). However, their boot loaders have some critical
deficiencies, so it may not work to just chain-load them. To overcome the problems,
GRUB provides you with two helper functions.
If you have installed DOS (or Windows) on a non-first hard disk, you have to use
the disk swapping technique, because that OS cannot boot from any disks but the first one.
The workaround used in GRUB is the command drivemap (see Section 16.3.23 [drivemap],
page 71), like this:
drivemap -s (hd0) (hd1)
This performs a virtual swap between your first and second hard drive.
Caution: This is effective only if DOS (or Windows) uses BIOS to access the swapped
disks. If that OS uses a special driver for the disks, this probably won’t work.
Another problem arises if you installed more than one set of DOS/Windows onto
one disk, because they could be confused if there are more than one primary partitions for
DOS/Windows. Certainly you should avoid doing this, but there is a solution if you do
want to do so. Use the partition hiding/unhiding technique.
If GRUB hides a DOS (or Windows) partition (see Section 16.3.53 [parttool],
page 77), DOS (or Windows) will ignore the partition. If GRUB unhides a DOS (or
Windows) partition, DOS (or Windows) will detect the partition. Thus, if you have
installed DOS (or Windows) on the first and the second partition of the first hard disk,
and you want to boot the copy on the first partition, do the following:
parttool (hd0,1) hidden-
parttool (hd0,2) hidden+
set root=(hd0,1)
chainloader +1
parttool ${root} boot+
boot
Chapter 6: Writing your own configuration file 19
‘GRUB_SAVEDEFAULT’
If this option is set to ‘true’, then, when an entry is selected, save it as
a new default entry for use by future runs of GRUB. This is only useful if
‘GRUB_DEFAULT=saved’; it is a separate option because ‘GRUB_DEFAULT=saved’
is useful without this option, in conjunction with grub-set-default. Unset
by default. This option relies on the environment block, which may not be
available in all situations (see Section 15.2 [Environment block], page 63).
‘GRUB_TIMEOUT’
Boot the default entry this many seconds after the menu is displayed, unless
a key is pressed. The default is ‘5’. Set to ‘0’ to boot immediately without
displaying the menu, or to ‘-1’ to wait indefinitely.
If ‘GRUB_TIMEOUT_STYLE’ is set to ‘countdown’ or ‘hidden’, the timeout is in-
stead counted before the menu is displayed.
‘GRUB_TIMEOUT_STYLE’
If this option is unset or set to ‘menu’, then GRUB will display the menu and
then wait for the timeout set by ‘GRUB_TIMEOUT’ to expire before booting the
default entry. Pressing a key interrupts the timeout.
If this option is set to ‘countdown’ or ‘hidden’, then, before displaying the
menu, GRUB will wait for the timeout set by ‘GRUB_TIMEOUT’ to expire. If
ESC is pressed during that time, it will display the menu and wait for input.
If a hotkey associated with a menu entry is pressed, it will boot the associated
menu entry immediately. If the timeout expires before either of these happens,
it will boot the default entry. In the ‘countdown’ case, it will show a one-line
indication of the remaining time.
‘GRUB_DEFAULT_BUTTON’
‘GRUB_TIMEOUT_BUTTON’
‘GRUB_TIMEOUT_STYLE_BUTTON’
‘GRUB_BUTTON_CMOS_ADDRESS’
Variants of the corresponding variables without the ‘_BUTTON’ suffix, used to
support vendor-specific power buttons. See Chapter 10 [Vendor power-on keys],
page 47.
‘GRUB_DISTRIBUTOR’
Set by distributors of GRUB to their identifying name. This is used to generate
more informative menu entry titles.
‘GRUB_TERMINAL_INPUT’
Select the terminal input device. You may select multiple devices here, sepa-
rated by spaces.
Valid terminal input names depend on the platform, but may include ‘console’
(native platform console), ‘serial’ (serial terminal), ‘serial_<port>’ (serial
terminal with explicit port selection), ‘at_keyboard’ (PC AT keyboard), or
‘usb_keyboard’ (USB keyboard using the HID Boot Protocol, for cases where
the firmware does not handle this).
The default is to use the platform’s native terminal input.
Chapter 6: Writing your own configuration file 21
‘GRUB_TERMINAL_OUTPUT’
Select the terminal output device. You may select multiple devices here, sepa-
rated by spaces.
Valid terminal output names depend on the platform, but may in-
clude ‘console’ (native platform console), ‘serial’ (serial terminal),
‘serial_<port>’ (serial terminal with explicit port selection), ‘gfxterm’
(graphics-mode output), ‘vga_text’ (VGA text output), ‘mda_text’ (MDA
text output), ‘morse’ (Morse-coding using system beeper) or ‘spkmodem’
(simple data protocol using system speaker).
‘spkmodem’ is useful when no serial port is available. Connect the output of
sending system (where GRUB is running) to line-in of receiving system (usu-
ally developer machine). On receiving system compile ‘spkmodem-recv’ from
‘util/spkmodem-recv.c’ and run:
parecord --channels=1 --rate=48000 --format=s16le | ./spkmodem-recv
The default is to use the platform’s native terminal output.
‘GRUB_TERMINAL’
If this option is set, it overrides both ‘GRUB_TERMINAL_INPUT’ and
‘GRUB_TERMINAL_OUTPUT’ to the same value.
‘GRUB_SERIAL_COMMAND’
A command to configure the serial port when using the serial console. See
Section 16.2.1 [serial], page 66. Defaults to ‘serial’.
‘GRUB_CMDLINE_LINUX’
Command-line arguments to add to menu entries for the Linux kernel.
‘GRUB_CMDLINE_LINUX_DEFAULT’
Unless ‘GRUB_DISABLE_RECOVERY’ is set to ‘true’, two menu entries will be
generated for each Linux kernel: one default entry and one entry for recovery
mode. This option lists command-line arguments to add only to the default
menu entry, after those listed in ‘GRUB_CMDLINE_LINUX’.
‘GRUB_CMDLINE_NETBSD’
‘GRUB_CMDLINE_NETBSD_DEFAULT’
As ‘GRUB_CMDLINE_LINUX’ and ‘GRUB_CMDLINE_LINUX_DEFAULT’, but for
NetBSD.
‘GRUB_CMDLINE_GNUMACH’
As ‘GRUB_CMDLINE_LINUX’, but for GNU Mach.
‘GRUB_CMDLINE_XEN’
‘GRUB_CMDLINE_XEN_DEFAULT’
The values of these options are passed to Xen hypervisor Xen menu entries, for
all respectively normal entries.
‘GRUB_CMDLINE_LINUX_XEN_REPLACE’
‘GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT’
The values of these options replace the values of ‘GRUB_CMDLINE_LINUX’ and
‘GRUB_CMDLINE_LINUX_DEFAULT’ for Linux and Xen menu entries.
22 GNU GRUB Manual 2.04
‘GRUB_EARLY_INITRD_LINUX_CUSTOM’
‘GRUB_EARLY_INITRD_LINUX_STOCK’
List of space-separated early initrd images to be loaded from ‘/boot’. This is
for loading things like CPU microcode, firmware, ACPI tables, crypto keys, and
so on. These early images will be loaded in the order declared, and all will be
loaded before the actual functional initrd image.
‘GRUB_EARLY_INITRD_LINUX_STOCK’ is for your distribution to declare images
that are provided by the distribution. It should not be modified without un-
derstanding the consequences. They will be loaded first.
‘GRUB_EARLY_INITRD_LINUX_CUSTOM’ is for your custom created images.
The default stock images are as follows, though they may be overridden by your
distribution:
intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microc
‘GRUB_DISABLE_LINUX_UUID’
Normally, grub-mkconfig will generate menu entries that use universally-
unique identifiers (UUIDs) to identify the root filesystem to the Linux kernel,
using a ‘root=UUID=...’ kernel parameter. This is usually more reliable, but
in some cases it may not be appropriate. To disable the use of UUIDs, set this
option to ‘true’.
‘GRUB_DISABLE_LINUX_PARTUUID’
If grub-mkconfig cannot identify the root filesystem via its universally-unique
indentifier (UUID), grub-mkconfig can use the UUID of the partition con-
taining the filesystem to identify the root filesystem to the Linux kernel via
a ‘root=PARTUUID=...’ kernel parameter. This is not as reliable as using the
filesystem UUID, but is more reliable than using the Linux device names. When
‘GRUB_DISABLE_LINUX_PARTUUID’ is set to ‘false’, the Linux kernel version
must be 2.6.37 (3.10 for systems using the MSDOS partition scheme) or newer.
This option defaults to ‘true’. To enable the use of partition UUIDs, set this
option to ‘false’.
‘GRUB_DISABLE_RECOVERY’
If this option is set to ‘true’, disable the generation of recovery mode menu
entries.
‘GRUB_VIDEO_BACKEND’
If graphical video support is required, either because the ‘gfxterm’ graphi-
cal terminal is in use or because ‘GRUB_GFXPAYLOAD_LINUX’ is set, then grub-
mkconfig will normally load all available GRUB video drivers and use the one
most appropriate for your hardware. If you need to override this for some
reason, then you can set this option.
After grub-install has been run, the available video drivers are listed in
‘/boot/grub/video.lst’.
‘GRUB_GFXMODE’
Set the resolution used on the ‘gfxterm’ graphical terminal. Note that you can
only use modes which your graphics card supports via VESA BIOS Extensions
(VBE), so for example native LCD panel resolutions may not be available. The
Chapter 6: Writing your own configuration file 23
default is ‘auto’, which tries to select a preferred resolution. See Section 15.1.12
[gfxmode], page 60.
‘GRUB_BACKGROUND’
Set a background image for use with the ‘gfxterm’ graphical terminal. The
value of this option must be a file readable by GRUB at boot time, and it must
end with ‘.png’, ‘.tga’, ‘.jpg’, or ‘.jpeg’. The image will be scaled if necessary
to fit the screen.
‘GRUB_THEME’
Set a theme for use with the ‘gfxterm’ graphical terminal.
‘GRUB_GFXPAYLOAD_LINUX’
Set to ‘text’ to force the Linux kernel to boot in normal text mode,
‘keep’ to preserve the graphics mode set using ‘GRUB_GFXMODE’,
‘width xheight ’[‘xdepth ’] to set a particular graphics mode, or a sequence of
these separated by commas or semicolons to try several modes in sequence.
See Section 15.1.13 [gfxpayload], page 60.
Depending on your kernel, your distribution, your graphics card, and the phase
of the moon, note that using this option may cause GNU/Linux to suffer from
various display problems, particularly during the early part of the boot se-
quence. If you have problems, set this option to ‘text’ and GRUB will tell
Linux to boot in normal text mode.
‘GRUB_DISABLE_OS_PROBER’
Normally, grub-mkconfig will try to use the external os-prober program, if
installed, to discover other operating systems installed on the same system and
generate appropriate menu entries for them. Set this option to ‘true’ to disable
this.
‘GRUB_OS_PROBER_SKIP_LIST’
List of space-separated FS UUIDs of filesystems to be ignored from os-prober
output. For efi chainloaders it’s <UUID>@<EFI FILE>
‘GRUB_DISABLE_SUBMENU’
Normally, grub-mkconfig will generate top level menu entry for the kernel with
highest version number and put all other found kernels or alternative menu en-
tries for recovery mode in submenu. For entries returned by os-prober first en-
try will be put on top level and all others in submenu. If this option is set to ‘y’,
flat menu with all entries on top level will be generated instead. Changing this
option will require changing existing values of ‘GRUB_DEFAULT’, ‘fallback’ (see
Section 15.1.11 [fallback], page 59) and ‘default’ (see Section 15.1.10 [default],
page 59) environment variables as well as saved default entry using grub-set-
default and value used with grub-reboot.
‘GRUB_ENABLE_CRYPTODISK’
If set to ‘y’, grub-mkconfig and grub-install will check for encrypted disks
and generate additional commands needed to access them during boot. Note
that in this case unattended boot is not possible because GRUB will wait for
passphrase to unlock encrypted container.
24 GNU GRUB Manual 2.04
‘GRUB_INIT_TUNE’
Play a tune on the speaker when GRUB starts. This is particularly useful for
users unable to see the screen. The value of this option is passed directly to
Section 16.3.56 [play], page 78.
‘GRUB_BADRAM’
If this option is set, GRUB will issue a Section 16.3.6 [badram], page 68 com-
mand to filter out specified regions of RAM.
‘GRUB_PRELOAD_MODULES’
This option may be set to a list of GRUB module names separated by spaces.
Each module will be loaded as early as possible, at the start of ‘grub.cfg’.
The following options are still accepted for compatibility with existing configurations,
but have better replacements:
‘GRUB_HIDDEN_TIMEOUT’
Wait this many seconds before displaying the menu. If ESC is pressed during
that time, display the menu and wait for input according to ‘GRUB_TIMEOUT’.
If a hotkey associated with a menu entry is pressed, boot the associated menu
entry immediately. If the timeout expires before either of these happens, display
the menu for the number of seconds specified in ‘GRUB_TIMEOUT’ before booting
the default entry.
If you set ‘GRUB_HIDDEN_TIMEOUT’, you should also set ‘GRUB_TIMEOUT=0’ so
that the menu is not displayed at all unless ESC is pressed.
This option is unset by default, and is deprecated in favour of the less confusing
‘GRUB_TIMEOUT_STYLE=countdown’ or ‘GRUB_TIMEOUT_STYLE=hidden’.
‘GRUB_HIDDEN_TIMEOUT_QUIET’
In conjunction with ‘GRUB_HIDDEN_TIMEOUT’, set this to ‘true’ to suppress the
verbose countdown while waiting for a key to be pressed before displaying the
menu.
This option is unset by default, and is deprecated in favour of the less confusing
‘GRUB_TIMEOUT_STYLE=countdown’.
‘GRUB_HIDDEN_TIMEOUT_BUTTON’
Variant of ‘GRUB_HIDDEN_TIMEOUT’, used to support vendor-specific power but-
tons. See Chapter 10 [Vendor power-on keys], page 47.
This option is unset by default, and is deprecated in favour of the less confusing
‘GRUB_TIMEOUT_STYLE=countdown’ or ‘GRUB_TIMEOUT_STYLE=hidden’.
For more detailed customisation of grub-mkconfig’s output, you may edit the scripts
in ‘/etc/grub.d’ directly. ‘/etc/grub.d/40_custom’ is particularly useful for adding entire
custom menu entries; simply type the menu entries you want to add at the end of that file,
making sure to leave at least the first two lines intact.
method of the root file system by considering three factors. The first is if an initrd for the
target operating system is also present. The second is ‘GRUB_DISABLE_LINUX_UUID’ and if
set to ‘true’, prevents grub-mkconfig from identifying the root file system by its UUID.
The third is ‘GRUB_DISABLE_LINUX_PARTUUID’ and if set to ‘true’, prevents grub-mkconfig
from identifying the root file system via the UUID of its enclosing partition. If the variables
are assigned any other value, that value is considered equivalent to ‘false’. The variables
are also considered to be set to ‘false’ if they are not set.
When booting, the Linux kernel will delegate the task of mounting the root filesystem
to the initrd. Most initrd images determine the root file system by checking the Linux
kernel’s command-line for the ‘root’ key and use its value as the identification method of
the root file system. To improve the reliability of booting, most initrd images also allow the
root file system to be identified by its UUID. Because of this behavior, the grub-mkconfig
command will set ‘root’ to ‘root=UUID=...’ to provide the initrd with the filesystem UUID
of the root file system.
If no initrd is detected or ‘GRUB_DISABLE_LINUX_UUID’ is set to ‘true’ then grub-
command will identify the root filesystem by setting the kernel command-line variable ‘root’
to ‘root=PARTUUID=...’ unless ‘GRUB_DISABLE_LINUX_PARTUUID’ is also set to ‘true’. If
‘GRUB_DISABLE_LINUX_PARTUUID’ is also set to ‘true’, grub-command will identify by its
Linux device name.
The following table summarizes the behavior of the grub-mkconfig command.
Initrd GRUB DISABLE LINUX PARTUUID GRUB DISABLE LINUX UUID Linux Root
detected Set To Set To ID Method
false false false part UUID
false false true part UUID
false true false dev name
false true true dev name
true false false fs UUID
true false true part UUID
true true false fs UUID
true true true dev name
Remember, ‘GRUB_DISABLE_LINUX_PARTUUID’ and ‘GRUB_DISABLE_LINUX_UUID’ are
also considered to be set to ‘false’ when they are unset.
Words
A word is a sequence of characters considered as a single unit by GRUB. Words are separated
by metacharacters, which are the following plus space, tab, and newline:
{ } | & $ ; < >
Quoting may be used to include metacharacters in words; see below.
26 GNU GRUB Manual 2.04
Reserved words
Reserved words have a special meaning to GRUB. The following words are recognised as
reserved when unquoted and either the first word of a simple command or the third word
of a for command:
! [[ ]] { }
case do done elif else esac fi for function
if in menuentry select then time until while
Not all of these reserved words have a useful purpose yet; some are reserved for future
expansion.
Quoting
Quoting is used to remove the special meaning of certain characters or words. It can be used
to treat metacharacters as part of a word, to prevent reserved words from being recognised
as such, and to prevent variable expansion.
There are three quoting mechanisms: the escape character, single quotes, and double
quotes.
A non-quoted backslash (\) is the escape character. It preserves the literal value of
the next character that follows, with the exception of newline.
Enclosing characters in single quotes preserves the literal value of each character
within the quotes. A single quote may not occur between single quotes, even when preceded
by a backslash.
Enclosing characters in double quotes preserves the literal value of all characters
within the quotes, with the exception of ‘$’ and ‘\’. The ‘$’ character retains its special
meaning within double quotes. The backslash retains its special meaning only when followed
by one of the following characters: ‘$’, ‘"’, ‘\’, or newline. A backslash-newline pair is
treated as a line continuation (that is, it is removed from the input stream and effectively
ignored1 ). A double quote may be quoted within double quotes by preceding it with a
backslash.
Variable expansion
The ‘$’ character introduces variable expansion. The variable name to be expanded may
be enclosed in braces, which are optional but serve to protect the variable to be expanded
from characters immediately following it which could be interpreted as part of the name.
Normal variable names begin with an alphabetic character, followed by zero or more
alphanumeric characters. These names refer to entries in the GRUB environment (see
Chapter 15 [Environment], page 57).
Positional variable names consist of one or more digits. They represent parameters
passed to function calls, with ‘$1’ representing the first parameter, and so on.
The special variable name ‘?’ expands to the exit status of the most recently executed
command. When positional variable names are active, other special variable names ‘@’, ‘*’
1
Currently a backslash-newline pair within a variable name is not handled properly, so use this feature
with some care.
Chapter 6: Writing your own configuration file 27
and ‘#’ are defined and they expand to all positional parameters with necessary quoting,
positional parameters without any quoting, and positional parameter count respectively.
Comments
A word beginning with ‘#’ causes that word and all remaining characters on that line to be
ignored.
Simple commands
A simple command is a sequence of words separated by spaces or tabs and terminated
by a semicolon or a newline. The first word specifies the command to be executed. The
remaining words are passed as arguments to the invoked command.
The return value of a simple command is its exit status. If the reserved word ! pre-
cedes the command, then the return value is instead the logical negation of the command’s
exit status.
Compound commands
A compound command is one of the following:
for name in word . . . ; do list; done
The list of words following in is expanded, generating a list of items. The
variable name is set to each element of this list in turn, and list is executed
each time. The return value is the exit status of the last command that executes.
If the expansion of the items following in results in an empty list, no commands
are executed, and the return status is 0.
if list; then list; [elif list; then list;] . . . [else list;] fi
The if list is executed. If its exit status is zero, the then list is executed.
Otherwise, each elif list is executed in turn, and if its exit status is zero, the
corresponding then list is executed and the command completes. Otherwise,
the else list is executed, if present. The exit status is the exit status of the
last command executed, or zero if no condition tested true.
while cond; do list; done
until cond; do list; done
The while command continuously executes the do list as long as the last com-
mand in cond returns an exit status of zero. The until command is identical
to the while command, except that the test is negated; the do list is executed
as long as the last command in cond returns a non-zero exit status. The exit
status of the while and until commands is the exit status of the last do list
command executed, or zero if none was executed.
function name { command; . . . }
This defines a function named name. The body of the function is the list of
commands within braces, each of which must be terminated with a semicolon or
a newline. This list of commands will be executed whenever name is specified
as the name of a simple command. Function definitions do not affect the exit
status in $?. When executed, the exit status of a function is the exit status of
the last command executed in the body.
28 GNU GRUB Manual 2.04
Built-in Commands
Some built-in commands are also provided by GRUB script to help script writers perform
actions that are otherwise not possible. For example, these include commands to jump out
of a loop without fully completing it, etc.
break [n] Exit from within a for, while, or until loop. If n is specified, break n levels. n
must be greater than or equal to 1. If n is greater than the number of enclosing
loops, all enclosing loops are exited. The return value is 0 unless n is not greater
than or equal to 1.
continue [n]
Resume the next iteration of the enclosing for, while or until loop. If n is
specified, resume at the nth enclosing loop. n must be greater than or equal to
1. If n is greater than the number of enclosing loops, the last enclosing loop
(the top-level loop) is resumed. The return value is 0 unless n is not greater
than or equal to 1.
return [n] Causes a function to exit with the return value specified by n. If n is omitted,
the return status is that of the last command executed in the function body. If
used outside a function the return status is false.
setparams [arg] . . .
Replace positional parameters starting with $1 with arguments to setparams.
shift [n] The positional parameters from n+1 . . . are renamed to $1. . . . Parameters
represented by the numbers $# down to $#-n+1 are unset. n must be a non-
negative number less than or equal to $#. If n is 0, no parameters are changed.
If n is not given, it is assumed to be 1. If n is greater than $#, the positional
parameters are not changed. The return status is greater than zero if n is
greater than $# or less than zero; otherwise 0.
GRUB_DISABLE_OS_PROBER=true
in /etc/default/grub
Then write a grub.cfg (/mnt/boot/grub/grub.cfg):
menuentry "FreeBSD" {
insmod zfs
search --set=root --label freepool --hint hd0,msdos7
kfreebsd /freebsd@/boot/kernel/kernel
kfreebsd_module_elf /freebsd@/boot/kernel/opensolaris.ko
kfreebsd_module_elf /freebsd@/boot/kernel/zfs.ko
kfreebsd_module /freebsd@/boot/zfs/zpool.cache type=/boot/zfs/zpool.cache
set kFreeBSD.vfs.root.mountfrom=zfs:freepool/freebsd
set kFreeBSD.hw.psm.synaptics_support=1
}
Notes:
• Argument to search after –label is FS LABEL. You can also use UUIDs with –fs-uuid
UUID instead of –label LABEL. You could also use direct root=hd0,msdosX but this
is not recommended due to device name instability.
‘grub.cfg’, or reading files from a directory other than that where GRUB’s loadable mod-
ules are installed. To do this, include the ‘configfile’ and ‘normal’ modules in the core
image, and embed a configuration file that uses the configfile command to load another
file. The following example of this also requires the echo, search_label, and test modules
to be included in the core image:
search.fs_label grub root
if [ -e /boot/grub/example/test1.cfg ]; then
set prefix=($root)/boot/grub
configfile /boot/grub/example/test1.cfg
else
if [ -e /boot/grub/example/test2.cfg ]; then
set prefix=($root)/boot/grub
configfile /boot/grub/example/test2.cfg
else
echo "Could not find an example configuration file!"
fi
fi
The embedded configuration file may not contain menu entries directly, but may
only read them from elsewhere using configfile.
Chapter 7: Theme file format 33
7.1 Introduction
The GRUB graphical menu supports themes that can customize the layout and appearance
of the GRUB boot menu. The theme is configured through a plain text file that specifies
the layout of the various GUI components (including the boot menu, timeout progress bar,
and text messages) as well as the appearance using colors, fonts, and images. Example is
available in docs/example theme.txt
7.2.2 Fonts
The fonts GRUB uses “PFF2 font format” bitmap fonts. Fonts are specified with full font
names. Currently there is no provision for a preference list of fonts, or deriving one font
from another. Fonts are loaded with the “loadfont” command in GRUB (Section 16.3.42
[loadfont], page 75). To see the list of loaded fonts, execute the “lsfonts” command
(Section 16.3.45 [lsfonts], page 76). If there are too many fonts to fit on screen, do “set
pager=1” before executing “lsfonts”.
Figure 7.1
Figure 7.2
Progress bars are used to display the remaining time before GRUB boots the default
menu entry. To create a progress bar that will display the remaining time before automatic
boot, simply create a “progress bar” component with the id “ timeout ”. This indicates
to GRUB that the progress bar should be updated as time passes, and it should be made
invisible if the countdown to automatic boot is interrupted by the user.
Progress bars may optionally have text displayed on them. This text is controlled by
variable “text” which contains a printf template with the only argument %d is the number of
seconds remaining. Additionally special values “@TIMEOUT NOTIFICATION SHORT@”,
“@TIMEOUT NOTIFICATION MIDDLE@”, “@TIMEOUT NOTIFICATION LONG@”
are replaced with standard and translated templates.
34 GNU GRUB Manual 2.04
7.2.5 Labels
Text labels can be placed on the boot screen. The font, color, and horizontal alignment can
be specified for labels. If a label is given the id “ timeout ”, then the “text” property for
that label is also updated with a message informing the user of the number of seconds re-
maining until automatic boot. This is useful in case you want the text displayed somewhere
else instead of directly on the progress bar.
As an example of how an image might be sliced up, consider the styled box used for
a terminal view.
Figure 7.3
Chapter 7: Theme file format 35
• circular progress Displays a circular progress indicator. The appearance of this compo-
nent is determined by two images: the *center* image and the *tick* image. The center
image is generally larger and will be drawn in the center of the component. Around the
circumference of a circle within the component, the tick image will be drawn a certain
number of times, depending on the properties of the component.
Properties:
start angle The position of the first tick mark to appear or dis-
appear. Measured in "parrots", 1 "parrot" = 1 /
256 of the full circle. Use values “xxx deg“ or “xxx
\xc2\xb0“ to set the angle in degrees.
• boot menu Displays the GRUB boot menu. It allows selecting items and executing
them.
Properties:
item font The font to use for the menu item titles.
selected item font The font to use for the selected menu item,
or “inherit“ (the default) to use “item font“
for the selected menu item as well.
item color The color to use for the menu item titles.
selected item color The color to use for the selected menu
item, or “inherit“ (the default) to use
“item color“ for the selected menu item as
well.
icon width The width of menu item icons. Icons are
scaled to the specified size.
icon height The height of menu item icons.
item height The height of each menu item in pixels.
item padding The amount of space in pixels to leave on
each side of the menu item contents.
item icon space The space between an item’s icon and the
title text, in pixels.
item spacing The amount of space to leave between menu
items, in pixels.
menu pixmap style The image file pattern for the menu frame
styled box. Example: “menu *.png“ (this
will use images such as “menu c.png“,
“menu w.png“, ‘menu nw.png“, etc.)
item pixmap style The image file pattern for the item styled
box.
selected item pixmap style The image file pattern for the selected item
highlight styled box.
scrollbar Boolean value indicating whether the scroll
bar should be drawn if the frame and thumb
styled boxes are configured.
scrollbar frame The image file pattern for the entire scroll
bar. Example: “scrollbar *.png“
scrollbar thumb The image file pattern for the scroll bar
thumb (the part of the scroll bar that moves
as scrolling occurs). Example: “scroll-
bar thumb *.png“
40 GNU GRUB Manual 2.04
scrollbar thumb overlay If this option is set to “true“ then the scroll-
bar thumb side slices (every slice except
the center slice) will overlay the scrollbar
frame side slices. And the center slice of
the scrollbar thumb can move all the way
(from top to bottom), being drawn on the
center slice of the scrollbar frame. That
way we can make a scrollbar with round-
shaped edges so there won’t be a free space
from the thumb to the frame in top and bot-
tom scrollbar positions. Default is “false“.
scrollbar slice The menu frame styled box’s slice in which
the scrollbar will be drawn. Possible val-
ues are “west“, “center“, “east“ (default).
“west“ - the scrollbar will be drawn in
the west slice (right-aligned). “east“ - the
scrollbar will be drawn in the east slice
(left-aligned). “center“ - the scrollbar will
be drawn in the center slice. Note: in case
of “center“ slice: a) If the scrollbar should
be drawn then boot menu entry’s width is
decreased by the scrollbar’s width and the
scrollbar is drawn at the right side of the
center slice. b) If the scrollbar won’t be
drawn then the boot menu entry’s width is
the width of the center slice. c) We don’t
necessary need the menu pixmap box to dis-
play the scrollbar.
scrollbar left pad The left scrollbar padding in pixels. Un-
used if “scrollbar slice“ is “west“.
scrollbar right pad The right scrollbar padding in pixels. Un-
used if “scrollbar slice“ is “east“.
scrollbar top pad The top scrollbar padding in pixels.
scrollbar bottom pad The bottom scrollbar padding in pixels.
visible Set to “false“ to hide the boot menu.
• canvas Canvas is a container that allows manual placement of components within it.
It does not alter the positions of its child components. It assigns all child components
their preferred sizes.
• hbox The *hbox* container lays out its children from left to right, giving each one
its preferred width. The height of each child is set to the maximum of the preferred
heights of all children.
• vbox The *vbox* container lays out its children from top to bottom, giving each one
its preferred height. The width of each child is set to the maximum of the preferred
widths of all children.
Chapter 7: Theme file format 41
‘net_default_ip’
The IP address of default interface. Read-only. This is alias for the
‘net_${net_default_interface}_ip’.
‘net_default_mac’
The default interface’s MAC address. Read-only. This is alias for the
‘net_${net_default_interface}_mac’.
‘net_default_server’
The default server used by network drives (see Section 13.1 [Device syntax],
page 53). Read-write, although setting this is only useful before opening a
network device.
Chapter 9: Using GRUB via a serial line 45
5 20
6 40
7 80
0x47 is decimal 71. Linux nvram implementation cuts first 14 bytes of CMOS. So
the real byte address in CMOS is 71+14=85 So complete address is 85:3
Chapter 11: GRUB image files 49
‘*.mod’ Everything else in GRUB resides in dynamically loadable modules. These are
often loaded automatically, or built into the core image if they are essential, but
may also be loaded manually using the insmod command (see Section 16.3.35
[insmod], page 74).
The syntax ‘(hd0)’ represents using the entire disk (or the MBR when installing
GRUB), while the syntax ‘(hd0,1)’ represents using the first partition of the disk (or the
boot sector of the partition when installing GRUB).
(hd0,msdos1)
(hd0,msdos1,msdos5)
(hd0,msdos1,bsd3)
(hd0,netbsd1)
(hd0,gpt1)
(hd0,1,3)
If you enabled the network support, the special drives (protocol [,server ]) are
also available. Supported protocols are ‘http’ and ‘tftp’. If server is omitted, value of
environment variable ‘net_default_server’ is used. Before using the network drive, you
must initialize the network. See Chapter 8 [Network], page 43, for more information.
If you boot GRUB from a CD-ROM, ‘(cd)’ is available. See Section 4.2 [Making a
GRUB bootable CD-ROM], page 12, for details.
When typing commands interactively, if the cursor is within or before the first word
in the command-line, pressing the TAB key (or C-I) will display a listing of the available
commands, and if the cursor is after the first word, the TAB will provide a completion
listing of disks, partitions, and file names depending on the context. Note that to obtain a
list of drives, one must open a parenthesis, as root (.
Note that you cannot use the completion functionality in the TFTP filesystem. This
is because TFTP doesn’t support file name listing for the security.
15.1.1 biosnum
When chain-loading another boot loader (see Section 5.1.2 [Chain-loading], page 15),
GRUB may need to know what BIOS drive number corresponds to the root device (see
Section 15.1.40 [root], page 63) so that it can set up registers properly. If the biosnum
variable is set, it overrides GRUB’s own means of guessing this.
For an alternative approach which also changes BIOS drive mappings for the chain-
loaded system, see Section 16.3.23 [drivemap], page 71.
15.1.3 chosen
When executing a menu entry, GRUB sets the chosen variable to the title of the entry being
executed.
If the menu entry is in one or more submenus, then chosen is set to the titles of each
of the submenus starting from the top level followed by the title of the menu entry itself,
separated by ‘>’.
15.1.4 cmdpath
The location from which ‘core.img’ was loaded as an absolute directory name (see
Section 13.2 [File name syntax], page 54). This is set by GRUB at startup based on
information returned by platform firmware. Not every platform provides this information
and some may return only device without path name.
15.1.9 debug
This variable may be set to enable debugging output from various components of GRUB.
The value is a list of debug facility names separated by whitespace or ‘,’, or ‘all’ to enable
all available debugging output. The facility names are the first argument to grub dprintf.
Consult source for more details.
15.1.10 default
If this variable is set, it identifies a menu entry that should be selected by default, possibly
after a timeout (see Section 15.1.43 [timeout], page 63). The entry may be identified by
number (starting from 0 at each level of the hierarchy), by title, or by id.
For example, if you have:
menuentry ’Example GNU/Linux distribution’ --class gnu-linux --id example-gnu-linux {
...
}
then you can make this the default using:
default=example-gnu-linux
If the entry is in a submenu, then it must be identified using the number, title, or id
of each of the submenus starting from the top level, followed by the number, title, or id of
the menu entry itself, with each element separated by ‘>’. For example, take the following
menu structure:
GNU/Hurd --id gnu-hurd
Standard Boot --id=gnu-hurd-std
Rescue shell --id=gnu-hurd-rescue
Other platforms --id=other
Minix --id=minix
Version 3.4.0 --id=minix-3.4.0
Version 3.3.0 --id=minix-3.3.0
GRUB Invaders --id=grub-invaders
The more recent release of Minix would then be identified as ‘Other
platforms>Minix>Version 3.4.0’, or as ‘1>0>0’, or as ‘other>minix>minix-3.4.0’.
This variable is often set by ‘GRUB_DEFAULT’ (see Section 6.1 [Simple configuration],
page 19), grub-set-default, or grub-reboot.
15.1.11 fallback
If this variable is set, it identifies a menu entry that should be selected if the default
menu entry fails to boot. Entries are identified in the same way as for ‘default’ (see
Section 15.1.10 [default], page 59).
60 GNU GRUB Manual 2.04
15.1.12 gfxmode
If this variable is set, it sets the resolution used on the ‘gfxterm’ graphical terminal. Note
that you can only use modes which your graphics card supports via VESA BIOS Extensions
(VBE), so for example native LCD panel resolutions may not be available. The default is
‘auto’, which selects a platform-specific default that should look reasonable. Supported
modes can be listed by ‘videoinfo’ command in GRUB.
The resolution may be specified as a sequence of one or more modes, separated by
commas (‘,’) or semicolons (‘;’); each will be tried in turn until one is found. Each mode
should be either ‘auto’, ‘width xheight ’, or ‘width xheight xdepth ’.
15.1.13 gfxpayload
If this variable is set, it controls the video mode in which the Linux kernel starts up,
replacing the ‘vga=’ boot option (see Section 16.3.37 [linux], page 74). It may be set to
‘text’ to force the Linux kernel to boot in normal text mode, ‘keep’ to preserve the graphics
mode set using ‘gfxmode’, or any of the permitted values for ‘gfxmode’ to set a particular
graphics mode (see Section 15.1.12 [gfxmode], page 60).
Depending on your kernel, your distribution, your graphics card, and the phase of
the moon, note that using this option may cause GNU/Linux to suffer from various display
problems, particularly during the early part of the boot sequence. If you have problems,
set this variable to ‘text’ and GRUB will tell Linux to boot in normal text mode.
The default is platform-specific. On platforms with a native text mode (such as PC
BIOS platforms), the default is ‘text’. Otherwise the default may be ‘auto’ or a specific
video mode.
This variable is often set by ‘GRUB_GFXPAYLOAD_LINUX’ (see Section 6.1 [Simple con-
figuration], page 19).
15.1.17 icondir
If this variable is set, it names a directory in which the GRUB graphical menu should look
for icons after looking in the theme’s ‘icons’ directory. See Chapter 7 [Theme file format],
page 33.
Chapter 15: GRUB environment variables 61
15.1.18 lang
If this variable is set, it names the language code that the gettext command (see
Section 16.3.28 [gettext], page 72) uses to translate strings. For example, French would be
named as ‘fr’, and Simplified Chinese as ‘zh_CN’.
grub-mkconfig (see Section 6.1 [Simple configuration], page 19) will try to set a
reasonable default for this variable based on the system locale.
15.1.35 pager
If set to ‘1’, pause output after each screenful and wait for keyboard input. The default is
not to pause output.
15.1.36 prefix
The location of the ‘/boot/grub’ directory as an absolute file name (see Section 13.2 [File
name syntax], page 54). This is normally set by GRUB at startup based on information
provided by grub-install. GRUB modules are dynamically loaded from this directory, so
it must be set correctly in order for many parts of GRUB to work.
15.1.40 root
The root device name (see Section 13.1 [Device syntax], page 53). Any file names that do
not specify an explicit device name are read from this device. The default is normally set
by GRUB at startup based on the value of ‘prefix’ (see Section 15.1.36 [prefix], page 62).
For example, if GRUB was installed to the first partition of the first hard disk, then
‘prefix’ might be set to ‘(hd0,msdos1)/boot/grub’ and ‘root’ to ‘hd0,msdos1’.
15.1.41 superusers
This variable may be set to a list of superuser names to enable authentication support. See
Chapter 18 [Security], page 95.
15.1.42 theme
This variable may be set to a directory containing a GRUB graphical menu theme. See
Chapter 7 [Theme file format], page 33.
This variable is often set by ‘GRUB_THEME’ (see Section 6.1 [Simple configuration],
page 19).
15.1.43 timeout
If this variable is set, it specifies the time in seconds to wait for keyboard input before boot-
ing the default menu entry. A timeout of ‘0’ means to boot the default entry immediately
without displaying the menu; a timeout of ‘-1’ (or unset) means to wait indefinitely.
If ‘timeout_style’ (see Section 15.1.44 [timeout style], page 63) is set to ‘countdown’
or ‘hidden’, the timeout is instead counted before the menu is displayed.
This variable is often set by ‘GRUB_TIMEOUT’ (see Section 6.1 [Simple configuration],
page 19).
For safety reasons, this storage is only available when installed on a plain disk (no
LVM or RAID), using a non-checksumming filesystem (no ZFS), and using BIOS or EFI
functions (no ATA, USB or IEEE1275).
grub-mkconfig uses this facility to implement ‘GRUB_SAVEDEFAULT’ (see Section 6.1
[Simple configuration], page 19).
Chapter 16: The list of available commands 65
16.1.1 menuentry
menuentry title [‘--class=class’ . . . ] [‘--users=users’] [Command]
[‘--unrestricted’] [‘--hotkey=key’] [‘--id=id’] [arg . . . ] { command ;
... }
This defines a GRUB menu entry named title. When this entry is selected from the
menu, GRUB will set the chosen environment variable to value of ‘--id’ if ‘--id’ is
given, execute the list of commands given within braces, and if the last command
in the list returned successfully and a kernel was loaded it will execute the boot
command.
The ‘--class’ option may be used any number of times to group menu entries into
classes. Menu themes may display different classes using different styles.
The ‘--users’ option grants specific users access to specific menu entries. See
Chapter 18 [Security], page 95.
The ‘--unrestricted’ option grants all users access to specific menu entries. See
Chapter 18 [Security], page 95.
The ‘--hotkey’ option associates a hotkey with a menu entry. key may be a single
letter, or one of the aliases ‘backspace’, ‘tab’, or ‘delete’.
The ‘--id’ may be used to associate unique identifier with a menu entry. id is string
of ASCII aphanumeric characters, underscore and hyphen and should not start with
a digit.
All other arguments including title are passed as positional parameters when list of
commands is executed with title always assigned to $1.
66 GNU GRUB Manual 2.04
16.1.2 submenu
submenu title [‘--class=class’ . . . ] [‘--users=users’] [Command]
[‘--unrestricted’] [‘--hotkey=key’] [‘--id=id’] { menu entries . . . }
This defines a submenu. An entry called title will be added to the menu; when that
entry is selected, a new menu will be displayed showing all the entries within this
submenu.
All options are the same as in the menuentry command (see Section 16.1.1 [menuen-
try], page 65).
16.2.1 serial
serial [‘--unit=unit’] [‘--port=port’] [‘--speed=speed’] [Command]
[‘--word=word’] [‘--parity=parity’] [‘--stop=stop’]
Initialize a serial device. unit is a number in the range 0-3 specifying which serial
port to use; default is 0, which corresponds to the port often called COM1. port is
the I/O port where the UART is to be found; if specified it takes precedence over
unit. speed is the transmission speed; default is 9600. word and stop are the number
of data bits and stop bits. Data bits must be in the range 5-8 and stop bits must be
1 or 2. Default is 8 data bits and one stop bit. parity is one of ‘no’, ‘odd’, ‘even’ and
defaults to ‘no’.
The serial port is not used as a communication channel unless the terminal_input
or terminal_output command is used (see Section 16.2.2 [terminal input], page 66,
see Section 16.2.3 [terminal output], page 66).
See also Chapter 9 [Serial terminal], page 45.
With ‘--append’, add the named terminals to the list of active output terminals; all
of these will receive output from GRUB.
With ‘--remove’, remove the named terminals from the active list.
With no options but a list of terminal names, make only the listed terminal names
active.
16.2.4 terminfo
terminfo [-a|-u|-v] [term] [Command]
Define the capabilities of your terminal by giving the name of an entry in the terminfo
database, which should correspond roughly to a ‘TERM’ environment variable in Unix.
The currently available terminal types are ‘vt100’, ‘vt100-color’, ‘ieee1275’, and
‘dumb’. If you need other terminal types, please contact us to discuss the best way to
include support for these in GRUB.
The ‘-a’ (‘--ascii’), ‘-u’ (‘--utf8’), and ‘-v’ (‘--visual-utf8’) options control
how non-ASCII text is displayed. ‘-a’ specifies an ASCII-only terminal; ‘-u’ spec-
ifies logically-ordered UTF-8; and ‘-v’ specifies "visually-ordered UTF-8" (in other
words, arranged such that a terminal emulator without bidirectional text support will
display right-to-left text in the proper order; this is not really proper UTF-8, but a
workaround).
If no option or terminal type is specified, the current terminal type is printed.
16.3.1 [
[ expression ] [Command]
Alias for test expression (see Section 16.3.73 [test], page 83).
16.3.2 acpi
acpi [‘-1’|‘-2’] [Command]
[‘--exclude=table1,...’|‘--load-only=table1,...’] [‘--oemid=id’]
[‘--oemtable=table’] [‘--oemtablerev=rev’]
[‘--oemtablecreator=creator’] [‘--oemtablecreatorrev=rev’]
[‘--no-ebda’] filename . . .
Modern BIOS systems normally implement the Advanced Configuration and Power
Interface (ACPI), and define various tables that describe the interface between an
ACPI-compliant operating system and the firmware. In some cases, the tables pro-
vided by default only work well with certain operating systems, and it may be neces-
sary to replace some of them.
Normally, this command will replace the Root System Description Pointer (RSDP) in
the Extended BIOS Data Area to point to the new tables. If the ‘--no-ebda’ option
is used, the new tables will be known only to GRUB, but may be used by GRUB’s
EFI emulation.
68 GNU GRUB Manual 2.04
16.3.3 authenticate
authenticate [userlist] [Command]
Check whether user is in userlist or listed in the value of variable ‘superusers’. See
see Section 15.1.41 [superusers], page 63 for valid user list format. If ‘superusers’ is
empty, this command returns true. See Chapter 18 [Security], page 95.
16.3.6 badram
badram addr,mask[,addr,mask...] [Command]
Filter out bad RAM.
This command notifies the memory manager that specified regions of RAM ought to
be filtered out (usually, because they’re damaged). This remains in effect after a payload
kernel has been loaded by GRUB, as long as the loaded kernel obtains its memory map
from GRUB. Kernels that support this include Linux, GNU Mach, the kernel of FreeBSD
and Multiboot kernels in general.
Syntax is the same as provided by the Memtest86+ utility: a list of address/mask
pairs. Given a page-aligned address and a base address / mask pair, if all the bits of the
page-aligned address that are enabled by the mask match with the base address, it means
this page is to be filtered. This syntax makes it easy to represent patterns that are often
result of memory damage, due to physical distribution of memory cells.
16.3.7 blocklist
blocklist file [Command]
Print a block list (see Section 13.3 [Block list syntax], page 54) for file.
16.3.8 boot
boot [Command]
Boot the OS or chain-loader which has been loaded. Only necessary if running the
fully interactive command-line (it is implicit at the end of a menu entry).
Chapter 16: The list of available commands 69
16.3.9 cat
cat [‘--dos’] file [Command]
Display the contents of the file file. This command may be useful to remind you of
your OS’s root partition:
grub> cat /etc/fstab
If the ‘--dos’ option is used, then carriage return / new line pairs will be displayed
as a simple new line. Otherwise, the carriage return will be displayed as a control
character (‘<d>’) to make it easier to see when boot problems are caused by a file
formatted using DOS-style line endings.
16.3.10 chainloader
chainloader [‘--force’] file [Command]
Load file as a chain-loader. Like any other file loaded by the filesystem code, it can
use the blocklist notation (see Section 13.3 [Block list syntax], page 54) to grab the
first sector of the current partition with ‘+1’. If you specify the option ‘--force’, then
load file forcibly, whether it has a correct signature or not. This is required when you
want to load a defective boot loader, such as SCO UnixWare 7.1.
16.3.11 clear
clear [Command]
Clear the screen.
16.3.12 cmosclean
cmosclean byte:bit [Command]
Clear value of bit in CMOS at location byte:bit. This command is available only on
platforms that support CMOS.
16.3.13 cmosdump
CMOS contents [Dump]
Dump full CMOS contents as hexadecimal values. This command is available only
on platforms that support CMOS.
16.3.14 cmostest
cmostest byte:bit [Command]
Test value of bit in CMOS at location byte:bit. Exit status is zero if bit is set, non
zero otherwise. This command is available only on platforms that support CMOS.
16.3.15 cmp
cmp file1 file2 [Command]
Compare the file file1 with the file file2. If they differ in size, print the sizes like this:
Differ in size: 0x1234 [foo], 0x4321 [bar]
If the sizes are equal but the bytes at an offset differ, then print the bytes like this:
70 GNU GRUB Manual 2.04
16.3.16 configfile
configfile file [Command]
Load file as a configuration file. If file defines any menu entries, then show a menu
containing them immediately. Any environment variable changes made by the com-
mands in file will not be preserved after configfile returns.
16.3.17 cpuid
cpuid [-l] [-p] [Command]
Check for CPU features. This command is only available on x86 systems.
With the ‘-l’ option, return true if the CPU supports long mode (64-bit).
With the ‘-p’ option, return true if the CPU supports Physical Address Extension
(PAE).
If invoked without options, this command currently behaves as if it had been invoked
with ‘-l’. This may change in the future.
16.3.18 crc
crc arg . . . [Command]
Alias for hashsum --hash crc32 arg .... See command hashsum (see Section 16.3.31
[hashsum], page 73) for full description.
16.3.19 cryptomount
cryptomount device|‘-u’ uuid|‘-a’|‘-b’ [Command]
Setup access to encrypted device. If necessary, passphrase is requested interactively.
Option device configures specific grub device (see Chapter 2 [Naming convention],
page 7); option ‘-u’ uuid configures device with specified uuid; option ‘-a’ configures
all detected encrypted devices; option ‘-b’ configures all geli containers that have
boot flag set.
GRUB suports devices encrypted using LUKS and geli. Note that necessary modules
(luks and geli) have to be loaded manually before this command can be used.
16.3.20 date
date [[year-]month-day] [hour:minute[:second]] [Command]
With no arguments, print the current date and time.
Otherwise, take the current date and time, change any elements specified as argu-
ments, and set the result as the new date and time. For example, ‘date 01-01’ will
set the current month and day to January 1, but leave the year, hour, minute, and
second unchanged.
Chapter 16: The list of available commands 71
16.3.21 linux
devicetree file [Command]
Load a device tree blob (.dtb) from a filesystem, for later use by a Linux kernel. Does
not perform merging with any device tree supplied by firmware, but rather replaces
it completely. Section 5.3.2 [GNU/Linux], page 16.
16.3.22 distrust
distrust pubkey id [Command]
Remove public key pubkey id from GRUB’s keyring of trusted keys. pubkey id is
the last four bytes (eight hexadecimal digits) of the GPG v4 key id, which is also
the output of list_trusted (see Section 16.3.40 [list trusted], page 75). Outside
of GRUB, the key id can be obtained using gpg --fingerprint). These keys are
used to validate signatures when environment variable check_signatures is set to
enforce (see Section 15.1.2 [check signatures], page 57), and by some invocations of
verify_detached (see Section 16.3.78 [verify detached], page 85). See Section 18.2
[Using digital signatures], page 96, for more information.
16.3.23 drivemap
drivemap ‘-l’|‘-r’|[‘-s’] from drive to drive [Command]
Without options, map the drive from drive to the drive to drive. This is necessary
when you chain-load some operating systems, such as DOS, if such an OS resides at
a non-first drive. For convenience, any partition suffix on the drive is ignored, so you
can safely use ${root} as a drive specification.
With the ‘-s’ option, perform the reverse mapping as well, swapping the two drives.
With the ‘-l’ option, list the current mappings.
With the ‘-r’ option, reset all mappings to the default values.
For example:
drivemap -s (hd0) (hd1)
16.3.24 echo
echo [‘-n’] [‘-e’] string . . . [Command]
Display the requested text and, unless the ‘-n’ option is used, a trailing new line. If
there is more than one string, they are separated by spaces in the output. As usual
in GRUB commands, variables may be substituted using ‘${var}’.
The ‘-e’ option enables interpretation of backslash escapes. The following sequences
are recognised:
\\ backslash
\a alert (BEL)
\c suppress trailing new line
\f form feed
\n new line
72 GNU GRUB Manual 2.04
\r carriage return
\t horizontal tab
\v vertical tab
When interpreting backslash escapes, backslash followed by any other character will
print that character.
16.3.25 eval
eval string ... [Command]
Concatenate arguments together using single space as separator and evaluate result
as sequence of GRUB commands.
16.3.26 export
export envvar [Command]
Export the environment variable envvar. Exported variables are visible to subsidiary
configuration files loaded using configfile.
16.3.27 false
false [Command]
Do nothing, unsuccessfully. This is mainly useful in control constructs such as if and
while (see Section 6.3 [Shell-like scripting], page 25).
16.3.28 gettext
gettext string [Command]
Translate string into the current language.
The current language code is stored in the ‘lang’ variable in GRUB’s environment
(see Section 15.1.18 [lang], page 61). Translation files in MO format are
read from ‘locale_dir’ (see Section 15.1.19 [locale dir], page 61), usually
‘/boot/grub/locale’.
16.3.29 gptsync
gptsync device [partition[+/-[type]]] . . . [Command]
Disks using the GUID Partition Table (GPT) also have a legacy Master Boot Record
(MBR) partition table for compatibility with the BIOS and with older operating
systems. The legacy MBR can only represent a limited subset of GPT partition
entries.
This command populates the legacy MBR with the specified partition entries on
device. Up to three partitions may be used.
type is an MBR partition type code; prefix with ‘0x’ if you want to enter this in
hexadecimal. The separator between partition and type may be ‘+’ to make the
partition active, or ‘-’ to make it inactive; only one partition may be active. If both
the separator and type are omitted, then the partition will be inactive.
Chapter 16: The list of available commands 73
16.3.30 halt
halt ‘--no-apm’ [Command]
The command halts the computer. If the ‘--no-apm’ option is specified, no APM
BIOS call is performed. Otherwise, the computer is shut down using APM.
16.3.31 hashsum
hashsum ‘--hash’ hash ‘--keep-going’ ‘--uncompress’ ‘--check’ file [Command]
[‘--prefix’ dir]|file . . .
Compute or verify file hashes. Hash type is selected with option ‘--hash’. Sup-
ported hashes are: ‘adler32’, ‘crc64’, ‘crc32’, ‘crc32rfc1510’, ‘crc24rfc2440’,
‘md4’, ‘md5’, ‘ripemd160’, ‘sha1’, ‘sha224’, ‘sha256’, ‘sha512’, ‘sha384’, ‘tiger192’,
‘tiger’, ‘tiger2’, ‘whirlpool’. Option ‘--uncompress’ uncompresses files before
computing hash.
When list of files is given, hash of each file is computed and printed, followed by file
name, each file on a new line.
When option ‘--check’ is given, it points to a file that contains list of hash name
pairs in the same format as used by UNIX md5sum command. Option ‘--prefix’ may
be used to give directory where files are located. Hash verification stops after the first
mismatch was found unless option ‘--keep-going’ was given. The exit code $? is set
to 0 if hash verification is successful. If it fails, $? is set to a nonzero value.
16.3.32 help
help [pattern . . . ] [Command]
Display helpful information about builtin commands. If you do not specify pattern,
this command shows short descriptions of all available commands.
If you specify any patterns, it displays longer information about each of the commands
whose names begin with those patterns.
16.3.33 initrd
initrd file [Command]
Load an initial ramdisk for a Linux kernel image, and set the appropriate param-
eters in the Linux setup area in memory. This may only be used after the linux
command (see Section 16.3.37 [linux], page 74) has been run. See also Section 5.3.2
[GNU/Linux], page 16.
16.3.34 initrd16
initrd16 file [Command]
Load an initial ramdisk for a Linux kernel image to be booted in 16-bit mode, and
set the appropriate parameters in the Linux setup area in memory. This may only
be used after the linux16 command (see Section 16.3.38 [linux16], page 74) has been
run. See also Section 5.3.2 [GNU/Linux], page 16.
This command is only available on x86 systems.
74 GNU GRUB Manual 2.04
16.3.35 insmod
insmod module [Command]
Insert the dynamic GRUB module called module.
16.3.36 keystatus
keystatus [‘--shift’] [‘--ctrl’] [‘--alt’] [Command]
Return true if the Shift, Control, or Alt modifier keys are held down, as requested by
options. This is useful in scripting, to allow some user control over behaviour without
having to wait for a keypress.
Checking key modifier status is only supported on some platforms. If invoked without
any options, the keystatus command returns true if and only if checking key modifier
status is supported.
16.3.37 linux
linux file . . . [Command]
Load a Linux kernel image from file. The rest of the line is passed verbatim as the
kernel command-line. Any initrd must be reloaded after using this command (see
Section 16.3.33 [initrd], page 73).
On x86 systems, the kernel will be booted using the 32-bit boot protocol. Note that
this means that the ‘vga=’ boot option will not work; if you want to set a special video
mode, you will need to use GRUB commands such as ‘set gfxpayload=1024x768’ or
‘set gfxpayload=keep’ (to keep the same mode as used in GRUB) instead. GRUB
can automatically detect some uses of ‘vga=’ and translate them to appropriate set-
tings of ‘gfxpayload’. The linux16 command (see Section 16.3.38 [linux16], page 74)
avoids this restriction.
16.3.38 linux16
linux16 file . . . [Command]
Load a Linux kernel image from file in 16-bit mode. The rest of the line is passed
verbatim as the kernel command-line. Any initrd must be reloaded after using this
command (see Section 16.3.34 [initrd16], page 73).
The kernel will be booted using the traditional 16-bit boot protocol. As well as
bypassing problems with ‘vga=’ described in Section 16.3.37 [linux], page 74, this
permits booting some other programs that implement the Linux boot protocol for
the sake of convenience.
This command is only available on x86 systems.
16.3.42 loadfont
loadfont file . . . [Command]
Load specified font files. Unless absolute pathname is given, file is assumed to be
in directory ‘$prefix/fonts’ with suffix ‘.pf2’ appended. See Chapter 7 [Fonts],
page 33.
16.3.43 loopback
loopback [‘-d’] device file [Command]
Make the device named device correspond to the contents of the filesystem image in
file. For example:
loopback loop0 /path/to/image
ls (loop0)/
With the ‘-d’ option, delete a device previously created using this command.
76 GNU GRUB Manual 2.04
16.3.44 ls
ls [arg . . . ] [Command]
List devices or files.
With no arguments, print all devices known to GRUB.
If the argument is a device name enclosed in parentheses (see Section 13.1 [Device
syntax], page 53), then print the name of the filesystem of that device.
If the argument is a directory given as an absolute file name (see Section 13.2 [File
name syntax], page 54), then list the contents of that directory.
16.3.45 lsfonts
lsfonts [Command]
List loaded fonts.
16.3.46 lsmod
lsmod [Command]
Show list of loaded modules.
16.3.47 md5sum
md5sum arg . . . [Command]
Alias for hashsum --hash md5 arg .... See command hashsum (see Section 16.3.31
[hashsum], page 73) for full description.
16.3.48 module
module [–nounzip] file [arguments] [Command]
Load a module for multiboot kernel image. The rest of the line is passed verbatim as
the module command line.
16.3.49 multiboot
multiboot [–quirk-bad-kludge] [–quirk-modules-after-kernel] file . . . [Command]
Load a multiboot kernel image from file. The rest of the line is passed verbatim as
the kernel command-line. Any module must be reloaded after using this command
(see Section 16.3.48 [module], page 76).
Some kernels have known problems. You need to specify –quirk-* for those. –quirk-
bad-kludge is a problem seen in several products that they include loading kludge
information with invalid data in ELF file. GRUB prior to 0.97 and some custom
builds prefered ELF information while 0.97 and GRUB 2 use kludge. Use this option
to ignore kludge. Known affected systems: old Solaris, SkyOS.
–quirk-modules-after-kernel is needed for kernels which load at relatively high address
e.g. 16MiB mark and can’t cope with modules stuffed between 1MiB mark and
beginning of the kernel. Known afftected systems: VMWare.
Chapter 16: The list of available commands 77
16.3.50 nativedisk
nativedisk [Command]
Switch from firmware disk drivers to native ones. Really useful only on platforms
where both firmware and native disk drives are available. Currently i386-pc, i386-efi,
i386-ieee1275 and x86 64-efi.
16.3.51 normal
normal [file] [Command]
Enter normal mode and display the GRUB menu.
In normal mode, commands, filesystem modules, and cryptography modules are au-
tomatically loaded, and the full GRUB script parser is available. Other modules may
be explicitly loaded using insmod (see Section 16.3.35 [insmod], page 74).
If a file is given, then commands will be read from that file. Otherwise, they will be
read from ‘$prefix/grub.cfg’ if it exists.
normal may be called from within normal mode, creating a nested environment. It
is more usual to use configfile (see Section 16.3.16 [configfile], page 70) for this.
16.3.53 parttool
parttool partition commands [Command]
Make various modifications to partition table entries.
Each command is either a boolean option, in which case it must be followed with ‘+’
or ‘-’ (with no intervening space) to enable or disable that option, or else it takes a
value in the form ‘command =value ’.
Currently, parttool is only useful on DOS partition tables (also known as Master
Boot Record, or MBR). On these partition tables, the following commands are avail-
able:
‘boot’ (boolean)
When enabled, this makes the selected partition be the active (bootable)
partition on its disk, clearing the active flag on all other partitions. This
command is limited to primary partitions.
‘type’ (value)
Change the type of an existing partition. The value must be a number
in the range 0-0xFF (prefix with ‘0x’ to enter it in hexadecimal).
‘hidden’ (boolean)
When enabled, this hides the selected partition by setting the hidden bit
in its partition type code; when disabled, unhides the selected partition by
clearing this bit. This is useful only when booting DOS or Windows and
78 GNU GRUB Manual 2.04
multiple primary FAT partitions exist in one disk. See also Section 5.3.4
[DOS/Windows], page 18.
16.3.54 password
password user clear-password [Command]
Define a user named user with password clear-password. See Chapter 18 [Security],
page 95.
16.3.56 play
play file | tempo [pitch1 duration1] [pitch2 duration2] . . . [Command]
Plays a tune
If the argument is a file name (see Section 13.2 [File name syntax], page 54), play
the tune recorded in it. The file format is first the tempo as an unsigned 32bit
little-endian number, then pairs of unsigned 16bit little-endian numbers for pitch and
duration pairs.
If the arguments are a series of numbers, play the inline tune.
The tempo is the base for all note durations. 60 gives a 1-second base, 120 gives a
half-second base, etc. Pitches are Hz. Set pitch to 0 to produce a rest.
16.3.57 probe
probe [‘--set’ var] [Command]
‘--driver’|‘--partmap’|‘--fs’|‘--fs-uuid’|‘--label’ device
Retrieve device information. If option ‘--set’ is given, assign result to variable var,
otherwise print information on the screen.
16.3.59 rdmsr
rdmsr 0xADDR [-v VARNAME] [Command:]
Read a model-specific register at address 0xADDR. If the parameter ‘-v’ is used and
an environment variable VARNAME is given, set that environment variable to the
value that was read.
Chapter 16: The list of available commands 79
Please note that on SMP systems, reading from a MSR that has a scope per hard-
ware thread, implies that the value that is returned only applies to the particular
cpu/core/thread that runs the command.
Also, if you specify a reserved or unimplemented MSR address, it will cause a gen-
eral protection exception (which is not currently being handled) and the system will
reboot.
16.3.60 read
16.3.61 reboot
reboot [Command]
Reboot the computer.
16.3.62 regexp
16.3.63 rmmod
16.3.65 search
search [‘--file’|‘--label’|‘--fs-uuid’] [‘--set’ [var]] [Command]
[‘--no-floppy’] name
Search devices by file (‘-f’, ‘--file’), filesystem label (‘-l’, ‘--label’), or filesystem
UUID (‘-u’, ‘--fs-uuid’).
If the ‘--set’ option is used, the first device found is set as the value of environment
variable var. The default variable is ‘root’.
The ‘--no-floppy’ option prevents searching floppy devices, which can be slow.
The ‘search.file’, ‘search.fs_label’, and ‘search.fs_uuid’ commands are aliases
for ‘search --file’, ‘search --label’, and ‘search --fs-uuid’ respectively.
16.3.66 sendkey
sendkey [‘--num’|‘--caps’|‘--scroll’|‘--insert’| [Command]
‘--pause’|‘--left-shift’|‘--right-shift’|
‘--sysrq’|‘--numkey’|‘--capskey’|‘--scrollkey’|
‘--insertkey’|‘--left-alt’|‘--right-alt’|
‘--left-ctrl’|‘--right-ctrl’ ‘on’|‘off’] . . . [‘no-led’] keystroke
Insert keystrokes into the keyboard buffer when booting. Sometimes an operating
system or chainloaded boot loader requires particular keys to be pressed: for example,
one might need to press a particular key to enter "safe mode", or when chainloading
another boot loader one might send keystrokes to it to navigate its menu.
You may provide up to 16 keystrokes (the length of the BIOS keyboard buffer).
Keystroke names may be upper-case or lower-case letters, digits, or taken from the
following table:
Name Key
escape Escape
exclam !
at @
numbersign #
dollar $
percent %
caret ^
ampersand &
asterisk *
parenleft (
parenright )
minus -
underscore
equal =
plus +
backspace Backspace
tab Tab
bracketleft [
Chapter 16: The list of available commands 81
braceleft {
bracketright ]
braceright }
enter Enter
control press and release Control
semicolon ;
colon :
quote ’
doublequote "
backquote ‘
tilde ~
shift press and release left Shift
backslash \
bar |
comma ,
less <
period .
greater >
slash /
question ?
rshift press and release right Shift
alt press and release Alt
space space bar
capslock Caps Lock
F1 F1
F2 F2
F3 F3
F4 F4
F5 F5
F6 F6
F7 F7
F8 F8
F9 F9
F10 F10
F11 F11
F12 F12
num1 1 (numeric keypad)
num2 2 (numeric keypad)
num3 3 (numeric keypad)
num4 4 (numeric keypad)
num5 5 (numeric keypad)
num6 6 (numeric keypad)
num7 7 (numeric keypad)
num8 8 (numeric keypad)
num9 9 (numeric keypad)
num0 0 (numeric keypad)
numperiod . (numeric keypad)
82 GNU GRUB Manual 2.04
16.3.67 set
set [envvar=value] [Command]
Set the environment variable envvar to value. If invoked with no arguments, print all
environment variables with their values.
16.3.68 sha1sum
sha1sum arg . . . [Command]
Alias for hashsum --hash sha1 arg .... See command hashsum (see Section 16.3.31
[hashsum], page 73) for full description.
16.3.69 sha256sum
sha256sum arg . . . [Command]
Alias for hashsum --hash sha256 arg .... See command hashsum (see
Section 16.3.31 [hashsum], page 73) for full description.
16.3.70 sha512sum
sha512sum arg . . . [Command]
Alias for hashsum --hash sha512 arg .... See command hashsum (see
Section 16.3.31 [hashsum], page 73) for full description.
16.3.71 sleep
sleep [‘--verbose’] [‘--interruptible’] count [Command]
Sleep for count seconds. If option ‘--interruptible’ is given, allow ESC to interrupt
sleep. With ‘--verbose’ show countdown of remaining seconds. Exit code is set to 0
if timeout expired and to 1 if timeout was interrupted by ESC.
16.3.72 source
source file [Command]
Read file as a configuration file, as if its contents had been incorporated directly
into the sourcing file. Unlike configfile (see Section 16.3.16 [configfile], page 70),
this executes the contents of file without changing context: any environment variable
changes made by the commands in file will be preserved after source returns, and
the menu will not be shown immediately.
16.3.73 test
test expression [Command]
Evaluate expression and return zero exit status if result is true, non zero status
otherwise.
expression is one of:
string1 == string2
the strings are equal
84 GNU GRUB Manual 2.04
string1 != string2
the strings are not equal
string1 < string2
string1 is lexicographically less than string2
string1 <= string2
string1 is lexicographically less or equal than string2
string1 > string2
string1 is lexicographically greater than string2
string1 >= string2
string1 is lexicographically greater or equal than string2
integer1 -eq integer2
integer1 is equal to integer2
integer1 -ge integer2
integer1 is greater than or equal to integer2
integer1 -gt integer2
integer1 is greater than integer2
integer1 -le integer2
integer1 is less than or equal to integer2
integer1 -lt integer2
integer1 is less than integer2
integer1 -ne integer2
integer1 is not equal to integer2
prefixinteger1 -pgt prefixinteger2
integer1 is greater than integer2 after stripping off common non-numeric
prefix.
prefixinteger1 -plt prefixinteger2
integer1 is less than integer2 after stripping off common non-numeric
prefix.
file1 -nt file2
file1 is newer than file2 (modification time). Optionally numeric bias
may be directly appended to -nt in which case it is added to the first file
modification time.
file1 -ot file2
file1 is older than file2 (modification time). Optionally numeric bias may
be directly appended to -ot in which case it is added to the first file
modification time.
-d file file exists and is a directory
-e file file exists
-f file file exists and is not a directory
Chapter 16: The list of available commands 85
16.3.74 true
true [Command]
Do nothing, successfully. This is mainly useful in control constructs such as if and
while (see Section 6.3 [Shell-like scripting], page 25).
16.3.75 trust
trust [‘--skip-sig’] pubkey file [Command]
Read public key from pubkey file and add it to GRUB’s internal list of trusted public
keys. These keys are used to validate digital signatures when environment vari-
able check_signatures is set to enforce. Note that if check_signatures is set
to enforce when trust executes, then pubkey file must itself be properly signed.
The ‘--skip-sig’ option can be used to disable signature-checking when reading
pubkey file itself. It is expected that ‘--skip-sig’ is useful for testing and manual
booting. See Section 18.2 [Using digital signatures], page 96, for more information.
16.3.76 unset
unset envvar [Command]
Unset the environment variable envvar.
16.3.77 uppermem
This command is not yet implemented for GRUB 2, although it is planned.
16.3.79 videoinfo
videoinfo [[WxH]xD] [Command]
List available video modes. If resolution is given, show only matching modes.
16.3.80 wrmsr
wrmsr 0xADDR 0xVALUE [Command:]
Write a 0xVALUE to a model-specific register at address 0xADDR.
Please note that on SMP systems, writing to a MSR that has a scope per hard-
ware thread, implies that the value that is written only applies to the particular
cpu/core/thread that runs the command.
Also, if you specify a reserved or unimplemented MSR address, it will cause a gen-
eral protection exception (which is not currently being handled) and the system will
reboot.
17 Internationalisation
17.1 Charset
GRUB uses UTF-8 internally other than in rendering where some GRUB-specific appropri-
ate representation is used. All text files (including config) are assumed to be encoded in
UTF-8.
17.2 Filesystems
NTFS, JFS, UDF, HFS+, exFAT, long filenames in FAT, Joliet part of ISO9660 are treated
as UTF-16 as per specification. AFS and BFS are read as UTF-8, again according to spec-
ification. BtrFS, cpio, tar, squash4, minix, minix2, minix3, ROMFS, ReiserFS, XFS, ext2,
ext3, ext4, FAT (short names), F2FS, RockRidge part of ISO9660, nilfs2, UFS1, UFS2 and
ZFS are assumed to be UTF-8. This might be false on systems configured with legacy
charset but as long as the charset used is superset of ASCII you should be able to access
ASCII-named files. And it’s recommended to configure your system to use UTF-8 to access
the filesystem, convmv may help with migration. ISO9660 (plain) filenames are specified
as being ASCII or being described with unspecified escape sequences. GRUB assumes that
the ISO9660 names are UTF-8 (since any ASCII is valid UTF-8). There are some old CD-
ROMs which use CP437 in non-compliant way. You’re still able to access files with names
containing only ASCII characters on such filesystems though. You’re also able to access any
file if the filesystem contains valid Joliet (UTF-16) or RockRidge (UTF-8). AFFS, SFS and
HFS never use unicode and GRUB assumes them to be in Latin1, Latin1 and MacRoman
respectively. GRUB handles filesystem case-insensitivity however no attempt is performed
at case conversion of international characters so e.g. a file named lowercase greek alpha is
treated as different from the one named as uppercase alpha. The filesystems in questions are
NTFS (except POSIX namespace), HFS+ (configurable at mkfs time, default insensitive),
SFS (configurable at mkfs time, default insensitive), JFS (configurable at mkfs time, default
sensitive), HFS, AFFS, FAT, exFAT and ZFS (configurable on per-subvolume basis by prop-
erty “casesensitivity”, default sensitive). On ZFS subvolumes marked as case insensitive
files containing lowercase international characters are inaccessible. Also like all supported
filesystems except HFS+ and ZFS (configurable on per-subvolume basis by property “nor-
malization”, default none) GRUB makes no attempt at check of canonical equivalence so a
file name u-diaresis is treated as distinct from u+combining diaresis. This however means
that in order to access file on HFS+ its name must be specified in normalisation form D.
On normalized ZFS subvolumes filenames out of normalisation are inaccessible.
The encoding used on serial can be chosen with terminfo as either ASCII, UTF-8
or “visual UTF-8”. Last one is against the specification but results in correct rendering of
right-to-left on some readers which don’t have own bidi implementation.
On emu GRUB checks if charset is UTF-8 and uses it if so and uses ASCII otherwise.
When using gfxterm or gfxmenu GRUB itself is responsible for rendering the text.
In this case GRUB is limited by loaded fonts. If fonts contain all required characters then
bidirectional text, cursive variants and combining marks other than enclosing, half (e.g. left
half tilde or combining overline) and double ones. Ligatures aren’t supported though. This
should cover European, Middle Eastern (if you don’t mind lack of lam-alif ligature in Arabic)
and East Asian scripts. Notable unsupported scripts are Brahmic family and derived as
well as Mongolian, Tifinagh, Korean Jamo (precomposed characters have no problem) and
tonal writing (2e5-2e9). GRUB also ignores deprecated (as specified in Unicode) characters
(e.g. tags). GRUB also doesn’t handle so called “annotation characters” If you can complete
either of two lists or, better, propose a patch to improve rendering, please contact developer
team.
17.5 Gettext
GRUB supports being translated. For this you need to have language *.mo files in $pre-
fix/locale, load gettext module and set “lang” variable.
17.6 Regexp
Regexps work on unicode characters, however no attempt at checking cannonical equivalence
has been made. Moreover the classes like [:alpha:] match only ASCII subset.
17.7 Other
Currently GRUB always uses YEAR-MONTH-DAY HOUR:MINUTE:SECOND [WEEK-
DAY] 24-hour datetime format but weekdays are translated. GRUB always uses the deci-
mal number format with [0-9] as digits and . as descimal separator and no group separator.
IEEE1275 aliases are matched case-insensitively except non-ASCII which is matched as bi-
nary. Similar behaviour is for matching OSBundleRequired. Since IEEE1275 aliases and
OSBundleRequired don’t contain any non-ASCII it should never be a problem in prac-
tice. Case-sensitive identifiers are matched as raw strings, no canonical equivalence check is
performed. Case-insenstive identifiers are matched as RAW but additionally [a-z] is equiv-
alent to [A-Z]. GRUB-defined identifiers use only ASCII and so should user-defined ones.
Identifiers containing non-ASCII may work but aren’t supported. Only the ASCII space
Chapter 17: Internationalisation 93
characters (space U+0020, tab U+000b, CR U+000d and LF U+000a) are recognised. Other
unicode space characters aren’t a valid field separator. test (see Section 16.3.73 [test],
page 83) tests <, >, <=, >=, -pgt and -plt compare the strings in the lexicographical or-
der of unicode codepoints, replicating the behaviour of test from coreutils. environment
variables and commands are listed in the same order.
Chapter 18: Security 95
18 Security
set superusers="root"
password_pbkdf2 root grub.pbkdf2.sha512.10000.biglongstring
password user1 insecure
19 Platform limitations
GRUB2 is designed to be portable and is actually ported across platforms. We try to keep
all platforms at the level. Unfortunately some platforms are better supported than others.
This is detailed in current and 2 following sections.
ARC platform is unable to change datetime (firmware doesn’t seem to provide a
function for it). EMU has similar limitation.
On EMU platform no serial port is available.
Console charset refers only to firmware-assisted console. gfxterm is always Unicode
(see Internationalisation section for its limitations). Serial is configurable to UTF-8 or
ASCII (see Internationalisation). In case of qemu and coreboot ports the refered console is
vga text. Loongson always uses gfxterm.
Most limited one is ASCII. CP437 provides additionally pseudographics. GRUB2
doesn’t use any language characters from CP437 as often CP437 is replaced by national
encoding compatible only in pseudographics. Unicode is the most versatile charset which
supports many languages. However the actual console may be much more limited depending
on firmware
On BIOS network is supported only if the image is loaded through network. On
sparc64 GRUB is unable to determine which server it was booted from.
Direct ATA/AHCI support allows to circumvent various firmware limitations but
isn’t needed for normal operation except on baremetal ports.
AT keyboard support allows keyboard layout remapping and support for keys not
available through firmware. It isn’t needed for normal operation except baremetal ports.
Speaker allows morse and spkmodem communication.
USB support provides benefits similar to ATA (for USB disks) or AT (for USB
keyboards). In addition it allows USBserial.
Chainloading refers to the ability to load another bootloader through the same pro-
tocol
Hints allow faster disk discovery by already knowing in advance which is the disk in
question. On some platforms hints are correct unless you move the disk between boots. On
other platforms it’s just an educated guess. Note that hint failure results in just reduced
performance, not a failure
BadRAM is the ability to mark some of the RAM as “bad”. Note: due to protocol
limitations mips-loongson (with Linux protocol) and mips-qemu mips can use only memory
up to first hole.
Bootlocation is ability of GRUB to automatically detect where it boots from. “disk”
means the detection is limited to detecting the disk with partition being discovered on
install time. “partition” means that disk and partiton can be automatically discovered.
“file” means that boot image file name as well as disk and partition can be discovered.
For consistency default install ignores partition and relies solely on disk detection. If no
bootlocation discovery is available or boot and grub-root disks are different, UUID is used
instead. On ARC if no device to install to is specified, UUID is used instead as well.
BIOS Coreboot Multiboot Qemu
video yes yes yes yes
100 GNU GRUB Manual 2.04
20 Outline
Some platforms have features which allows to implement some commands useless or not
implementable on others.
Quick summary:
Information retrieval:
• mipsel-loongson: lsspd
• mips-arc: lsdev
• efi: lsefisystab, lssal, lsefimmap, lsefi
• i386-pc: lsapm
• i386-coreboot: lscoreboot, coreboot boottime, cbmemc
• acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): lsacpi
Workarounds for platform-specific issues:
• i386-efi/x86 64-efi: loadbios, fakebios, fix video
• acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): acpi (override ACPI ta-
bles)
• i386-pc: drivemap
• i386-pc: sendkey
Advanced operations for power users:
• x86: iorw (direct access to I/O ports)
Miscelaneous:
• cmos (x86-*, ieee1275, mips-qemu mips, mips-loongson): cmostest (used on some lap-
tops to check for special power-on key), cmosclean
• i386-pc: play
Chapter 21: Supported boot targets 105
23 Invoking grub-install
The program grub-install generates a GRUB core image using grub-mkimage and installs
it on your system. You must specify the device name on which you want to install GRUB,
like this:
grub-install install_device
The device name install device is an OS device name or a GRUB device name.
grub-install accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
‘--boot-directory=dir ’
Install GRUB images under the directory ‘dir /grub/’ This option is useful
when you want to install GRUB into a separate partition or a removable disk.
If this option is not specified then it defaults to ‘/boot’, so
grub-install /dev/sda
is equivalent to
grub-install --boot-directory=/boot/ /dev/sda
Here is an example in which you have a separate boot partition which is
mounted on ‘/mnt/boot’:
grub-install --boot-directory=/mnt/boot /dev/sdb
‘--recheck’
Recheck the device map, even if ‘/boot/grub/device.map’ already exists. You
should use this option whenever you add/remove a disk into/from your com-
puter.
‘--no-rs-codes’
By default on x86 BIOS systems, grub-install will use some extra space in
the bootloader embedding area for Reed-Solomon error-correcting codes. This
enables GRUB to still boot successfully if some blocks are corrupted. The exact
amount of protection offered is dependent on available space in the embedding
area. R sectors of redundancy can tolerate up to R/2 corrupted sectors. This
redundancy may be cumbersome if attempting to cryptographically validate the
contents of the bootloader embedding area, or in more modern systems with
GPT-style partition tables (see Section 4.4 [BIOS installation], page 13) where
GRUB does not reside in any unpartitioned space outside of the MBR. Disable
the Reed-Solomon codes with this option.
Chapter 24: Invoking grub-mkconfig 113
24 Invoking grub-mkconfig
The program grub-mkconfig generates a configuration file for GRUB (see Section 6.1 [Sim-
ple configuration], page 19).
grub-mkconfig -o /boot/grub/grub.cfg
grub-mkconfig accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
‘-o file ’
‘--output=file ’
Send the generated configuration file to file. The default is to send it to standard
output.
Chapter 25: Invoking grub-mkpasswd-pbkdf2 115
25 Invoking grub-mkpasswd-pbkdf2
The program grub-mkpasswd-pbkdf2 generates password hashes for GRUB (see Chapter 18
[Security], page 95).
grub-mkpasswd-pbkdf2
grub-mkpasswd-pbkdf2 accepts the following options:
‘-c number ’
‘--iteration-count=number ’
Number of iterations of the underlying pseudo-random function. Defaults to
10000.
‘-l number ’
‘--buflen=number ’
Length of the generated hash. Defaults to 64.
‘-s number ’
‘--salt=number ’
Length of the salt. Defaults to 64.
Chapter 26: Invoking grub-mkrelpath 117
26 Invoking grub-mkrelpath
The program grub-mkrelpath makes a file system path relative to the root of its containing
file system. For instance, if ‘/usr’ is a mount point, then:
$ grub-mkrelpath /usr/share/grub/unicode.pf2
‘/share/grub/unicode.pf2’
This is mainly used internally by other GRUB utilities such as grub-mkconfig (see
Chapter 24 [Invoking grub-mkconfig], page 113), but may occasionally also be useful for
debugging.
grub-mkrelpath accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
Chapter 27: Invoking grub-mkrescue 119
27 Invoking grub-mkrescue
The program grub-mkrescue generates a bootable GRUB rescue image (see Section 4.2
[Making a GRUB bootable CD-ROM], page 12).
grub-mkrescue -o grub.iso
All arguments not explicitly listed as grub-mkrescue options are passed on directly
to xorriso in mkisofs emulation mode. Options passed to xorriso will normally be
interpreted as mkisofs options; if the option ‘--’ is used, then anything after that will be
interpreted as native xorriso options.
Non-option arguments specify additional source directories. This is commonly used
to add extra files to the image:
mkdir -p disk/boot/grub
(add extra files to ‘disk/boot/grub’)
grub-mkrescue -o grub.iso disk
grub-mkrescue accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
‘-o file ’
‘--output=file ’
Save output in file. This "option" is required.
‘--modules=modules ’
Pre-load the named GRUB modules in the image. Multiple entries in modules
should be separated by whitespace (so you will probably need to quote this for
your shell).
‘--rom-directory=dir ’
If generating images for the QEMU or Coreboot platforms, copy the resulting
‘qemu.img’ or ‘coreboot.elf’ files respectively to the dir directory as well as
including them in the image.
‘--xorriso=file ’
Use file as the xorriso program, rather than the built-in default.
‘--grub-mkimage=file ’
Use file as the grub-mkimage program, rather than the built-in default.
Chapter 28: Invoking grub-mount 121
28 Invoking grub-mount
The program grub-mount performs a read-only mount of any file system or file system image
that GRUB understands, using GRUB’s file system drivers via FUSE. (It is only available
if FUSE development files were present when GRUB was built.) This has a number of uses:
• It provides a convenient way to check how GRUB will view a file system at boot
time. You can use normal command-line tools to compare that view with that of your
operating system, making it easy to find bugs.
• It offers true read-only mounts. Linux does not have these for journalling file systems,
because it will always attempt to replay the journal at mount time; while you can
temporarily mark the block device read-only to avoid this, that causes the mount to
fail. Since GRUB intentionally contains no code for writing to file systems, it can easily
provide a guaranteed read-only mount mechanism.
• It allows you to examine any file system that GRUB understands without needing to
load additional modules into your running kernel, which may be useful in constrained
environments such as installers.
• Since it can examine file system images (contained in regular files) just as easily as file
systems on block devices, you can use it to inspect any file system image that GRUB
understands with only enough privileges to use FUSE, even if nobody has yet written
a FUSE module specifically for that file system type.
Using grub-mount is normally as simple as:
grub-mount /dev/sda1 /mnt
grub-mount must be given one or more images and a mount point as non-option
arguments (if it is given more than one image, it will treat them as a RAID set), and also
accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
‘-C’
‘--crypto’
Mount encrypted devices, prompting for a passphrase if necessary.
‘-d string ’
‘--debug=string ’
Show debugging output for conditions matching string.
‘-K prompt|file ’
‘--zfs-key=prompt|file ’
Load a ZFS encryption key. If you use ‘prompt’ as the argument, grub-mount
will read a passphrase from the terminal; otherwise, it will read key material
from the specified file.
‘-r device ’
‘--root=device ’
Set the GRUB root device to device. You do not normally need to set this;
grub-mount will automatically set the root device to the root of the supplied
file system.
122 GNU GRUB Manual 2.04
29 Invoking grub-probe
The program grub-probe probes device information for a given path or device.
grub-probe --target=fs /boot/grub
grub-probe --target=drive --device /dev/sda1
grub-probe must be given a path or device as a non-option argument, and also
accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
‘-d’
‘--device’
If this option is given, then the non-option argument is a system device name
(such as ‘/dev/sda1’), and grub-probe will print information about that de-
vice. If it is not given, then the non-option argument is a filesystem path (such
as ‘/boot/grub’), and grub-probe will print information about the device con-
taining that part of the filesystem.
‘-m file ’
‘--device-map=file ’
Use file as the device map (see Section 4.3 [Device map], page 13) rather than
the default, usually ‘/boot/grub/device.map’.
‘-t target ’
‘--target=target ’
Print information about the given path or device as defined by target. The
available targets and their meanings are:
‘fs’ GRUB filesystem module.
‘fs_uuid’ Filesystem Universally Unique Identifier (UUID).
‘fs_label’
Filesystem label.
‘drive’ GRUB device name.
‘device’ System device name.
‘partmap’ GRUB partition map module.
‘abstraction’
GRUB abstraction module (e.g. ‘lvm’).
‘cryptodisk_uuid’
Crypto device UUID.
‘msdos_parttype’
MBR partition type code (two hexadecimal digits).
‘hints_string’
A string of platform search hints suitable for passing to the search
command (see Section 16.3.65 [search], page 80).
124 GNU GRUB Manual 2.04
‘bios_hints’
Search hints for the PC BIOS platform.
‘ieee1275_hints’
Search hints for the IEEE1275 platform.
‘baremetal_hints’
Search hints for platforms where disks are addressed directly rather
than via firmware.
‘efi_hints’
Search hints for the EFI platform.
‘arc_hints’
Search hints for the ARC platform.
‘compatibility_hint’
A guess at a reasonable GRUB drive name for this device, which
may be used as a fallback if the search command fails.
‘disk’ System device name for the whole disk.
‘-v’
‘--verbose’
Print verbose messages.
Chapter 30: Invoking grub-script-check 125
30 Invoking grub-script-check
The program grub-script-check takes a GRUB script file (see Section 6.3 [Shell-like script-
ing], page 25) and checks it for syntax errors, similar to commands such as sh -n. It may
take a path as a non-option argument; if none is supplied, it will read from standard input.
grub-script-check /boot/grub/grub.cfg
grub-script-check accepts the following options:
‘--help’ Print a summary of the command-line options and exit.
‘--version’
Print the version number of GRUB and exit.
‘-v’
‘--verbose’
Print each line of input after reading it.
Appendix A: How to obtain and build GRUB 127
The “Invariant Sections” are certain Secondary Sections whose titles are designated, as
being those of Invariant Sections, in the notice that says that the Document is released
under this License. If a section does not fit the above definition of Secondary then it is
not allowed to be designated as Invariant. The Document may contain zero Invariant
Sections. If the Document does not identify any Invariant Sections then there are none.
The “Cover Texts” are certain short passages of text that are listed, as Front-Cover
Texts or Back-Cover Texts, in the notice that says that the Document is released under
this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may
be at most 25 words.
A “Transparent” copy of the Document means a machine-readable copy, represented
in a format whose specification is available to the general public, that is suitable for
revising the document straightforwardly with generic text editors or (for images com-
posed of pixels) generic paint programs or (for drawings) some widely available drawing
editor, and that is suitable for input to text formatters or for automatic translation to
a variety of formats suitable for input to text formatters. A copy made in an otherwise
Transparent file format whose markup, or absence of markup, has been arranged to
thwart or discourage subsequent modification by readers is not Transparent. An image
format is not Transparent if used for any substantial amount of text. A copy that is
not “Transparent” is called “Opaque”.
Examples of suitable formats for Transparent copies include plain ascii without
markup, Texinfo input format, LaTEX input format, SGML or XML using a publicly
available DTD, and standard-conforming simple HTML, PostScript or PDF designed
for human modification. Examples of transparent image formats include PNG, XCF
and JPG. Opaque formats include proprietary formats that can be read and edited
only by proprietary word processors, SGML or XML for which the DTD and/or
processing tools are not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for output purposes only.
The “Title Page” means, for a printed book, the title page itself, plus such following
pages as are needed to hold, legibly, the material this License requires to appear in the
title page. For works in formats which do not have any title page as such, “Title Page”
means the text near the most prominent appearance of the work’s title, preceding the
beginning of the body of the text.
A section “Entitled XYZ” means a named subunit of the Document whose title either
is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in
another language. (Here XYZ stands for a specific section name mentioned below, such
as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve
the Title” of such a section when you modify the Document means that it remains a
section “Entitled XYZ” according to this definition.
The Document may include Warranty Disclaimers next to the notice which states that
this License applies to the Document. These Warranty Disclaimers are considered to
be included by reference in this License, but only as regards disclaiming warranties:
any other implication that these Warranty Disclaimers may have is void and has no
effect on the meaning of this License.
2. VERBATIM COPYING
Appendix D: Copying This Manual 135
You may copy and distribute the Document in any medium, either commercially or
noncommercially, provided that this License, the copyright notices, and the license
notice saying this License applies to the Document are reproduced in all copies, and
that you add no other conditions whatsoever to those of this License. You may not use
technical measures to obstruct or control the reading or further copying of the copies
you make or distribute. However, you may accept compensation in exchange for copies.
If you distribute a large enough number of copies you must also follow the conditions
in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly
display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed covers) of
the Document, numbering more than 100, and the Document’s license notice requires
Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all
these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
the back cover. Both covers must also clearly and legibly identify you as the publisher
of these copies. The front cover must present the full title with all words of the title
equally prominent and visible. You may add other material on the covers in addition.
Copying with changes limited to the covers, as long as they preserve the title of the
Document and satisfy these conditions, can be treated as verbatim copying in other
respects.
If the required texts for either cover are too voluminous to fit legibly, you should put
the first ones listed (as many as fit reasonably) on the actual cover, and continue the
rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100,
you must either include a machine-readable Transparent copy along with each Opaque
copy, or state in or with each Opaque copy a computer-network location from which
the general network-using public has access to download using public-standard network
protocols a complete Transparent copy of the Document, free of added material. If
you use the latter option, you must take reasonably prudent steps, when you begin
distribution of Opaque copies in quantity, to ensure that this Transparent copy will
remain thus accessible at the stated location until at least one year after the last time
you distribute an Opaque copy (directly or through your agents or retailers) of that
edition to the public.
It is requested, but not required, that you contact the authors of the Document well
before redistributing any large number of copies, to give them a chance to provide you
with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the conditions
of sections 2 and 3 above, provided that you release the Modified Version under precisely
this License, with the Modified Version filling the role of the Document, thus licensing
distribution and modification of the Modified Version to whoever possesses a copy of
it. In addition, you must do these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from that of the
Document, and from those of previous versions (which should, if there were any,
136 GNU GRUB Manual 2.04
be listed in the History section of the Document). You may use the same title as
a previous version if the original publisher of that version gives permission.
B. List on the Title Page, as authors, one or more persons or entities responsible for
authorship of the modifications in the Modified Version, together with at least five
of the principal authors of the Document (all of its principal authors, if it has fewer
than five), unless they release you from this requirement.
C. State on the Title page the name of the publisher of the Modified Version, as the
publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications adjacent to the other
copyright notices.
F. Include, immediately after the copyright notices, a license notice giving the public
permission to use the Modified Version under the terms of this License, in the form
shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and required Cover
Texts given in the Document’s license notice.
H. Include an unaltered copy of this License.
I. Preserve the section Entitled “History”, Preserve its Title, and add to it an item
stating at least the title, year, new authors, and publisher of the Modified Version
as given on the Title Page. If there is no section Entitled “History” in the Docu-
ment, create one stating the title, year, authors, and publisher of the Document
as given on its Title Page, then add an item describing the Modified Version as
stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for public access to
a Transparent copy of the Document, and likewise the network locations given in
the Document for previous versions it was based on. These may be placed in the
“History” section. You may omit a network location for a work that was published
at least four years before the Document itself, or if the original publisher of the
version it refers to gives permission.
K. For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title
of the section, and preserve in the section all the substance and tone of each of the
contributor acknowledgements and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their text and
in their titles. Section numbers or the equivalent are not considered part of the
section titles.
M. Delete any section Entitled “Endorsements”. Such a section may not be included
in the Modified Version.
N. Do not retitle any existing section to be Entitled “Endorsements” or to conflict in
title with any Invariant Section.
O. Preserve any Warranty Disclaimers.
If the Modified Version includes new front-matter sections or appendices that qualify
as Secondary Sections and contain no material copied from the Document, you may at
your option designate some or all of these sections as invariant. To do this, add their
Appendix D: Copying This Manual 137
titles to the list of Invariant Sections in the Modified Version’s license notice. These
titles must be distinct from any other section titles.
You may add a section Entitled “Endorsements”, provided it contains nothing but
endorsements of your Modified Version by various parties—for example, statements of
peer review or that the text has been approved by an organization as the authoritative
definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up
to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified
Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be
added by (or through arrangements made by) any one entity. If the Document already
includes a cover text for the same cover, previously added by you or by arrangement
made by the same entity you are acting on behalf of, you may not add another; but
you may replace the old one, on explicit permission from the previous publisher that
added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission
to use their names for publicity for or to assert or imply endorsement of any Modified
Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this License,
under the terms defined in section 4 above for modified versions, provided that you
include in the combination all of the Invariant Sections of all of the original documents,
unmodified, and list them all as Invariant Sections of your combined work in its license
notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical
Invariant Sections may be replaced with a single copy. If there are multiple Invariant
Sections with the same name but different contents, make the title of each such section
unique by adding at the end of it, in parentheses, the name of the original author or
publisher of that section if known, or else a unique number. Make the same adjustment
to the section titles in the list of Invariant Sections in the license notice of the combined
work.
In the combination, you must combine any sections Entitled “History” in the vari-
ous original documents, forming one section Entitled “History”; likewise combine any
sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You
must delete all sections Entitled “Endorsements.”
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released
under this License, and replace the individual copies of this License in the various
documents with a single copy that is included in the collection, provided that you
follow the rules of this License for verbatim copying of each of the documents in all
other respects.
You may extract a single document from such a collection, and distribute it individu-
ally under this License, provided you insert a copy of this License into the extracted
document, and follow this License in all other respects regarding verbatim copying of
that document.
138 GNU GRUB Manual 2.04
Index
[ H
[ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 halt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
hashsum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
A
acpi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
authenticate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 I
initrd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
initrd16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
B insmod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
background_color . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
background_image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
badram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
K
blocklist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 keystatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
boot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
L
C linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
cat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 linux16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
chainloader . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 list_env . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 list_trusted . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
cmosclean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 load_env . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
cmostest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 loadfont . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
CMOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 loopback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
cmp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 ls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
configfile. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 lsfonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
cpuid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 lsmod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
crc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
cryptomount . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
M
md5sum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
D menuentry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
date . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
multiboot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
devicetree. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
distrust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
drivemap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 N
nativedisk. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
net_add_addr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
E net_add_dns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
echo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 net_add_route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
eval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 net_bootp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 net_del_addr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
net_del_dns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
net_del_route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
F net_get_dhcp_option . . . . . . . . . . . . . . . . . . . . . . . . . 88
false . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 net_ipv6_autoconf. . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
FDL, GNU Free Documentation License . . . . . . 133 net_ls_addr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
net_ls_cards . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
net_ls_dns. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
G net_ls_routes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
net_nslookup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
gettext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
normal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
gptsync . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
normal_exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
142 GNU GRUB Manual 2.04
P submenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
parttool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
password . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 T
password_pbkdf2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
play . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 terminal_input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
probe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 terminal_output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
pxe_unload. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 terminfo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
true . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
R trust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
rdmsr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
reboot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
79
79
U
regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 unset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
rmmod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
V
S verify_detached . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
save_env . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 videoinfo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
sendkey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
serial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
W
set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 wrmsr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
sha1sum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
sha256sum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
sha512sum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 X
sleep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 xen_hypervisor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 xen_module. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86