grub.texi: Fix typo
[grub.git] / docs / grub.texi
1 \input texinfo
2 @c -*-texinfo-*-
3 @c %**start of header
4 @setfilename grub.info
5 @include version.texi
6 @settitle GNU GRUB Manual @value{VERSION}
7 @c Unify all our little indices for now.
8 @syncodeindex fn cp
9 @syncodeindex vr cp
10 @syncodeindex ky cp
11 @syncodeindex pg cp
12 @syncodeindex tp cp
13 @c %**end of header
14
15 @footnotestyle separate
16 @paragraphindent 3
17 @finalout
18
19 @copying
20 This manual is for GNU GRUB (version @value{VERSION},
21 @value{UPDATED}).
22
23 Copyright @copyright{} 1999,2000,2001,2002,2004,2006,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
24
25 @quotation
26 Permission is granted to copy, distribute and/or modify this document
27 under the terms of the GNU Free Documentation License, Version 1.2 or
28 any later version published by the Free Software Foundation; with no
29 Invariant Sections.
30 @end quotation
31 @end copying
32
33 @dircategory Kernel
34 @direntry
35 * GRUB: (grub).                 The GRand Unified Bootloader
36 * grub-install: (grub)Invoking grub-install.    Install GRUB on your drive
37 * grub-mkconfig: (grub)Invoking grub-mkconfig.  Generate GRUB configuration
38 * grub-mkpasswd-pbkdf2: (grub)Invoking grub-mkpasswd-pbkdf2.
39 * grub-mkrelpath: (grub)Invoking grub-mkrelpath.
40 * grub-mkrescue: (grub)Invoking grub-mkrescue.  Make a GRUB rescue image
41 * grub-mount: (grub)Invoking grub-mount.        Mount a file system using GRUB
42 * grub-probe: (grub)Invoking grub-probe.        Probe device information
43 * grub-script-check: (grub)Invoking grub-script-check.
44 @end direntry
45
46 @setchapternewpage odd
47
48 @titlepage
49 @sp 10
50 @title the GNU GRUB manual
51 @subtitle The GRand Unified Bootloader, version @value{VERSION}, @value{UPDATED}.
52 @author Gordon Matzigkeit
53 @author Yoshinori K. Okuji
54 @author Colin Watson
55 @author Colin D. Bennett
56 @c The following two commands start the copyright page.
57 @page
58 @vskip 0pt plus 1filll
59 @insertcopying
60 @end titlepage
61
62 @c Output the table of contents at the beginning.
63 @contents
64
65 @finalout
66 @headings double
67
68 @ifnottex
69 @node Top
70 @top GNU GRUB manual
71
72 This is the documentation of GNU GRUB, the GRand Unified Bootloader,
73 a flexible and powerful boot loader program for a wide range of
74 architectures.
75
76 This edition documents version @value{VERSION}.
77
78 @insertcopying
79 @end ifnottex
80
81 @menu
82 * Introduction::                Capturing the spirit of GRUB
83 * Naming convention::           Names of your drives in GRUB
84 * OS-specific notes about grub tools:: 
85                                 Some notes about OS-specific behaviour of GRUB
86                                 tools
87 * Installation::                Installing GRUB on your drive
88 * Booting::                     How to boot different operating systems
89 * Configuration::               Writing your own configuration file
90 * Theme file format::           Format of GRUB theme files
91 * Network::                     Downloading OS images from a network
92 * Serial terminal::             Using GRUB via a serial line
93 * Vendor power-on keys::        Changing GRUB behaviour on vendor power-on keys
94 * Images::                      GRUB image files
95 * Core image size limitation::  GRUB image files size limitations
96 * Filesystem::                  Filesystem syntax and semantics
97 * Interface::                   The menu and the command-line
98 * Environment::                 GRUB environment variables
99 * Commands::                    The list of available builtin commands
100 * Internationalisation::        Topics relating to language support
101 * Security::                    Authentication, authorisation, and signatures
102 * Platform limitations::        The list of platform-specific limitations
103 * Platform-specific operations:: Platform-specific operations
104 * Supported kernels::           The list of supported kernels
105 * Troubleshooting::             Error messages produced by GRUB
106 * Invoking grub-install::       How to use the GRUB installer
107 * Invoking grub-mkconfig::      Generate a GRUB configuration file
108 * Invoking grub-mkpasswd-pbkdf2::
109                                 Generate GRUB password hashes
110 * Invoking grub-mkrelpath::     Make system path relative to its root
111 * Invoking grub-mkrescue::      Make a GRUB rescue image
112 * Invoking grub-mount::         Mount a file system using GRUB
113 * Invoking grub-probe::         Probe device information for GRUB
114 * Invoking grub-script-check::  Check GRUB script file for syntax errors
115 * Obtaining and Building GRUB:: How to obtain and build GRUB
116 * Reporting bugs::              Where you should send a bug report
117 * Future::                      Some future plans on GRUB
118 * Copying This Manual::         Copying This Manual
119 * Index::
120 @end menu
121
122
123 @node Introduction
124 @chapter Introduction to GRUB
125
126 @menu
127 * Overview::                    What exactly GRUB is and how to use it
128 * History::                     From maggot to house fly
129 * Changes from GRUB Legacy::    Differences from previous versions
130 * Features::                    GRUB features
131 * Role of a boot loader::       The role of a boot loader
132 @end menu
133
134
135 @node Overview
136 @section Overview
137
138 Briefly, a @dfn{boot loader} is the first software program that runs when
139 a computer starts.  It is responsible for loading and transferring
140 control to an operating system @dfn{kernel} software (such as Linux or
141 GNU Mach).  The kernel, in turn, initializes the rest of the operating
142 system (e.g. a GNU system).
143
144 GNU GRUB is a very powerful boot loader, which can load a wide variety
145 of free operating systems, as well as proprietary operating systems with
146 chain-loading@footnote{@dfn{chain-load} is the mechanism for loading
147 unsupported operating systems by loading another boot loader. It is
148 typically used for loading DOS or Windows.}. GRUB is designed to
149 address the complexity of booting a personal computer; both the
150 program and this manual are tightly bound to that computer platform,
151 although porting to other platforms may be addressed in the future.
152
153 One of the important features in GRUB is flexibility; GRUB understands
154 filesystems and kernel executable formats, so you can load an arbitrary
155 operating system the way you like, without recording the physical
156 position of your kernel on the disk. Thus you can load the kernel
157 just by specifying its file name and the drive and partition where the
158 kernel resides.
159
160 When booting with GRUB, you can use either a command-line interface
161 (@pxref{Command-line interface}), or a menu interface (@pxref{Menu
162 interface}). Using the command-line interface, you type the drive
163 specification and file name of the kernel manually. In the menu
164 interface, you just select an OS using the arrow keys. The menu is
165 based on a configuration file which you prepare beforehand
166 (@pxref{Configuration}). While in the menu, you can switch to the
167 command-line mode, and vice-versa. You can even edit menu entries
168 before using them.
169
170 In the following chapters, you will learn how to specify a drive, a
171 partition, and a file name (@pxref{Naming convention}) to GRUB, how to
172 install GRUB on your drive (@pxref{Installation}), and how to boot your
173 OSes (@pxref{Booting}), step by step.
174
175
176 @node History
177 @section History of GRUB
178
179 GRUB originated in 1995 when Erich Boleyn was trying to boot the GNU
180 Hurd with the University of Utah's Mach 4 microkernel (now known as GNU
181 Mach).  Erich and Brian Ford designed the Multiboot Specification
182 (@pxref{Top, Multiboot Specification, Motivation, multiboot, The Multiboot
183 Specification}), because they were determined not to add to the large
184 number of mutually-incompatible PC boot methods.
185
186 Erich then began modifying the FreeBSD boot loader so that it would
187 understand Multiboot. He soon realized that it would be a lot easier
188 to write his own boot loader from scratch than to keep working on the
189 FreeBSD boot loader, and so GRUB was born.
190
191 Erich added many features to GRUB, but other priorities prevented him
192 from keeping up with the demands of its quickly-expanding user base. In
193 1999, Gordon Matzigkeit and Yoshinori K. Okuji adopted GRUB as an
194 official GNU package, and opened its development by making the latest
195 sources available via anonymous CVS. @xref{Obtaining and Building
196 GRUB}, for more information.
197
198 Over the next few years, GRUB was extended to meet many needs, but it
199 quickly became clear that its design was not keeping up with the extensions
200 being made to it, and we reached the point where it was very difficult to
201 make any further changes without breaking existing features.  Around 2002,
202 Yoshinori K. Okuji started work on PUPA (Preliminary Universal Programming
203 Architecture for GNU GRUB), aiming to rewrite the core of GRUB to make it
204 cleaner, safer, more robust, and more powerful.  PUPA was eventually renamed
205 to GRUB 2, and the original version of GRUB was renamed to GRUB Legacy.
206 Small amounts of maintenance continued to be done on GRUB Legacy, but the
207 last release (0.97) was made in 2005 and at the time of writing it seems
208 unlikely that there will be another.
209
210 By around 2007, GNU/Linux distributions started to use GRUB 2 to limited
211 extents, and by the end of 2009 multiple major distributions were installing
212 it by default.
213
214
215 @node Changes from GRUB Legacy
216 @section Differences from previous versions
217
218 GRUB 2 is a rewrite of GRUB (@pxref{History}), although it shares many
219 characteristics with the previous version, now known as GRUB Legacy.  Users
220 of GRUB Legacy may need some guidance to find their way around this new
221 version.
222
223 @itemize @bullet
224 @item
225 The configuration file has a new name (@file{grub.cfg} rather than
226 @file{menu.lst} or @file{grub.conf}), new syntax (@pxref{Configuration}) and
227 many new commands (@pxref{Commands}).  Configuration cannot be copied over
228 directly, although most GRUB Legacy users should not find the syntax too
229 surprising.
230
231 @item
232 @file{grub.cfg} is typically automatically generated by
233 @command{grub-mkconfig} (@pxref{Simple configuration}).  This makes it
234 easier to handle versioned kernel upgrades.
235
236 @item
237 Partition numbers in GRUB device names now start at 1, not 0 (@pxref{Naming
238 convention}).
239
240 @item
241 The configuration file is now written in something closer to a full
242 scripting language: variables, conditionals, and loops are available.
243
244 @item
245 A small amount of persistent storage is available across reboots, using the
246 @command{save_env} and @command{load_env} commands in GRUB and the
247 @command{grub-editenv} utility.  This is not available in all configurations
248 (@pxref{Environment block}).
249
250 @item
251 GRUB 2 has more reliable ways to find its own files and those of target
252 kernels on multiple-disk systems, and has commands (@pxref{search}) to find
253 devices using file system labels or Universally Unique Identifiers (UUIDs).
254
255 @item
256 GRUB 2 is available for several other types of system in addition to the PC
257 BIOS systems supported by GRUB Legacy: PC EFI, PC coreboot, PowerPC, SPARC,
258 and MIPS Lemote Yeeloong are all supported.
259
260 @item
261 Many more file systems are supported, including but not limited to ext4,
262 HFS+, and NTFS.
263
264 @item
265 GRUB 2 can read files directly from LVM and RAID devices.
266
267 @item
268 A graphical terminal and a graphical menu system are available.
269
270 @item
271 GRUB 2's interface can be translated, including menu entry names.
272
273 @item
274 The image files (@pxref{Images}) that make up GRUB have been reorganised;
275 Stage 1, Stage 1.5, and Stage 2 are no more.
276
277 @item
278 GRUB 2 puts many facilities in dynamically loaded modules, allowing the core
279 image to be smaller, and allowing the core image to be built in more
280 flexible ways.
281 @end itemize
282
283
284 @node Features
285 @section GRUB features
286
287 The primary requirement for GRUB is that it be compliant with the
288 @dfn{Multiboot Specification}, which is described in @ref{Top, Multiboot
289 Specification, Motivation, multiboot, The Multiboot Specification}.
290
291 The other goals, listed in approximate order of importance, are:
292
293 @itemize @bullet{}
294 @item
295 Basic functions must be straightforward for end-users.
296
297 @item
298 Rich functionality to support kernel experts and designers.
299
300 @item
301 Backward compatibility for booting FreeBSD, NetBSD, OpenBSD, and
302 Linux. Proprietary kernels (such as DOS, Windows NT, and OS/2) are
303 supported via a chain-loading function.
304 @end itemize
305
306 Except for specific compatibility modes (chain-loading and the Linux
307 @dfn{piggyback} format), all kernels will be started in much the same
308 state as in the Multiboot Specification. Only kernels loaded at 1 megabyte
309 or above are presently supported. Any attempt to load below that
310 boundary will simply result in immediate failure and an error message
311 reporting the problem.
312
313 In addition to the requirements above, GRUB has the following features
314 (note that the Multiboot Specification doesn't require all the features
315 that GRUB supports):
316
317 @table @asis
318 @item Recognize multiple executable formats
319 Support many of the @dfn{a.out} variants plus @dfn{ELF}. Symbol
320 tables are also loaded.
321
322 @item Support non-Multiboot kernels
323 Support many of the various free 32-bit kernels that lack Multiboot
324 compliance (primarily FreeBSD, NetBSD@footnote{The NetBSD/i386 kernel
325 is Multiboot-compliant, but lacks support for Multiboot modules.},
326 OpenBSD, and Linux). Chain-loading of other boot loaders is also
327 supported.
328
329 @item Load multiples modules
330 Fully support the Multiboot feature of loading multiple modules.
331
332 @item Load a configuration file
333 Support a human-readable text configuration file with preset boot
334 commands. You can also load another configuration file dynamically and
335 embed a preset configuration file in a GRUB image file. The list of
336 commands (@pxref{Commands}) are a superset of those supported on the
337 command-line. An example configuration file is provided in
338 @ref{Configuration}.
339
340 @item Provide a menu interface
341 A menu interface listing preset boot commands, with a programmable
342 timeout, is available. There is no fixed limit on the number of boot
343 entries, and the current implementation has space for several hundred.
344
345 @item Have a flexible command-line interface
346 A fairly flexible command-line interface, accessible from the menu,
347 is available to edit any preset commands, or write a new boot command
348 set from scratch. If no configuration file is present, GRUB drops to
349 the command-line.
350
351 The list of commands (@pxref{Commands}) are a subset of those supported
352 for configuration files. Editing commands closely resembles the Bash
353 command-line (@pxref{Command Line Editing, Bash, Command Line Editing,
354 features, Bash Features}), with @key{TAB}-completion of commands,
355 devices, partitions, and files in a directory depending on context.
356
357 @item Support multiple filesystem types
358 Support multiple filesystem types transparently, plus a useful explicit
359 blocklist notation. The currently supported filesystem types are @dfn{Amiga
360 Fast FileSystem (AFFS)}, @dfn{AtheOS fs}, @dfn{BeFS},
361 @dfn{BtrFS} (including raid0, raid1, raid10, gzip and lzo),
362 @dfn{cpio} (little- and big-endian bin, odc and newc variants),
363 @dfn{Linux ext2/ext3/ext4}, @dfn{DOS FAT12/FAT16/FAT32}, @dfn{exFAT}, @dfn{HFS},
364 @dfn{HFS+}, @dfn{ISO9660} (including Joliet, Rock-ridge and multi-chunk files),
365 @dfn{JFS}, @dfn{Minix fs} (versions 1, 2 and 3), @dfn{nilfs2},
366 @dfn{NTFS} (including compression), @dfn{ReiserFS}, @dfn{ROMFS},
367 @dfn{Amiga Smart FileSystem (SFS)}, @dfn{Squash4}, @dfn{tar}, @dfn{UDF},
368 @dfn{BSD UFS/UFS2}, @dfn{XFS}, and @dfn{ZFS} (including lzjb, gzip,
369 zle, mirror, stripe, raidz1/2/3 and encryption in AES-CCM and AES-GCM).
370 @xref{Filesystem}, for more information.
371
372 @item Support automatic decompression
373 Can decompress files which were compressed by @command{gzip} or
374 @command{xz}@footnote{Only CRC32 data integrity check is supported (xz default
375 is CRC64 so one should use --check=crc32 option). LZMA BCJ filters are
376 supported.}. This function is both automatic and transparent to the user
377 (i.e. all functions operate upon the uncompressed contents of the specified
378 files). This greatly reduces a file size and loading time, a
379 particularly great benefit for floppies.@footnote{There are a few
380 pathological cases where loading a very badly organized ELF kernel might
381 take longer, but in practice this never happen.}
382
383 It is conceivable that some kernel modules should be loaded in a
384 compressed state, so a different module-loading command can be specified
385 to avoid uncompressing the modules.
386
387 @item Access data on any installed device
388 Support reading data from any or all floppies or hard disk(s) recognized
389 by the BIOS, independent of the setting of the root device.
390
391 @item Be independent of drive geometry translations
392 Unlike many other boot loaders, GRUB makes the particular drive
393 translation irrelevant. A drive installed and running with one
394 translation may be converted to another translation without any adverse
395 effects or changes in GRUB's configuration.
396
397 @item Detect all installed @sc{ram}
398 GRUB can generally find all the installed @sc{ram} on a PC-compatible
399 machine. It uses an advanced BIOS query technique for finding all
400 memory regions. As described on the Multiboot Specification (@pxref{Top,
401 Multiboot Specification, Motivation, multiboot, The Multiboot
402 Specification}), not all kernels make use of this information, but GRUB
403 provides it for those who do.
404
405 @item Support Logical Block Address mode
406 In traditional disk calls (called @dfn{CHS mode}), there is a geometry
407 translation problem, that is, the BIOS cannot access over 1024
408 cylinders, so the accessible space is limited to at least 508 MB and to
409 at most 8GB. GRUB can't universally solve this problem, as there is no
410 standard interface used in all machines. However, several newer machines
411 have the new interface, Logical Block Address (@dfn{LBA}) mode. GRUB
412 automatically detects if LBA mode is available and uses it if
413 available. In LBA mode, GRUB can access the entire disk.
414
415 @item Support network booting
416 GRUB is basically a disk-based boot loader but also has network
417 support. You can load OS images from a network by using the @dfn{TFTP}
418 protocol.
419
420 @item Support remote terminals
421 To support computers with no console, GRUB provides remote terminal
422 support, so that you can control GRUB from a remote host. Only serial
423 terminal support is implemented at the moment.
424 @end table
425
426
427 @node Role of a boot loader
428 @section The role of a boot loader
429
430 The following is a quotation from Gordon Matzigkeit, a GRUB fanatic:
431
432 @quotation
433 Some people like to acknowledge both the operating system and kernel when
434 they talk about their computers, so they might say they use
435 ``GNU/Linux'' or ``GNU/Hurd''.  Other people seem to think that the
436 kernel is the most important part of the system, so they like to call
437 their GNU operating systems ``Linux systems.''
438
439 I, personally, believe that this is a grave injustice, because the
440 @emph{boot loader} is the most important software of all. I used to
441 refer to the above systems as either ``LILO''@footnote{The LInux LOader,
442 a boot loader that everybody uses, but nobody likes.} or ``GRUB''
443 systems.
444
445 Unfortunately, nobody ever understood what I was talking about; now I
446 just use the word ``GNU'' as a pseudonym for GRUB.
447
448 So, if you ever hear people talking about their alleged ``GNU'' systems,
449 remember that they are actually paying homage to the best boot loader
450 around@dots{} GRUB!
451 @end quotation
452
453 We, the GRUB maintainers, do not (usually) encourage Gordon's level of
454 fanaticism, but it helps to remember that boot loaders deserve
455 recognition.  We hope that you enjoy using GNU GRUB as much as we did
456 writing it.
457
458
459 @node Naming convention
460 @chapter Naming convention
461
462 The device syntax used in GRUB is a wee bit different from what you may
463 have seen before in your operating system(s), and you need to know it so
464 that you can specify a drive/partition.
465
466 Look at the following examples and explanations:
467
468 @example
469 (fd0)
470 @end example
471
472 First of all, GRUB requires that the device name be enclosed with
473 @samp{(} and @samp{)}. The @samp{fd} part means that it is a floppy
474 disk. The number @samp{0} is the drive number, which is counted from
475 @emph{zero}. This expression means that GRUB will use the whole floppy
476 disk.
477
478 @example
479 (hd0,msdos2)
480 @end example
481
482 Here, @samp{hd} means it is a hard disk drive. The first integer
483 @samp{0} indicates the drive number, that is, the first hard disk,
484 the string @samp{msdos} indicates the partition scheme, while
485 the second integer, @samp{2}, indicates the partition number (or the
486 @sc{pc} slice number in the BSD terminology). The partition numbers are
487 counted from @emph{one}, not from zero (as was the case in previous
488 versions of GRUB). This expression means the second partition of the
489 first hard disk drive. In this case, GRUB uses one partition of the
490 disk, instead of the whole disk.
491
492 @example
493 (hd0,msdos5)
494 @end example
495
496 This specifies the first @dfn{extended partition} of the first hard disk
497 drive. Note that the partition numbers for extended partitions are
498 counted from @samp{5}, regardless of the actual number of primary
499 partitions on your hard disk.
500
501 @example
502 (hd1,msdos1,bsd1)
503 @end example
504
505 This means the BSD @samp{a} partition on first @sc{pc} slice number
506 of the second hard disk.
507
508 Of course, to actually access the disks or partitions with GRUB, you
509 need to use the device specification in a command, like @samp{set
510 root=(fd0)} or @samp{parttool (hd0,msdos3) hidden-}. To help you find out
511 which number specifies a partition you want, the GRUB command-line
512 (@pxref{Command-line interface}) options have argument
513 completion. This means that, for example, you only need to type
514
515 @example
516 set root=(
517 @end example
518
519 followed by a @key{TAB}, and GRUB will display the list of drives,
520 partitions, or file names. So it should be quite easy to determine the
521 name of your target partition, even with minimal knowledge of the
522 syntax.
523
524 Note that GRUB does @emph{not} distinguish IDE from SCSI - it simply
525 counts the drive numbers from zero, regardless of their type. Normally,
526 any IDE drive number is less than any SCSI drive number, although that
527 is not true if you change the boot sequence by swapping IDE and SCSI
528 drives in your BIOS.
529
530 Now the question is, how to specify a file? Again, consider an
531 example:
532
533 @example
534 (hd0,msdos1)/vmlinuz
535 @end example
536
537 This specifies the file named @samp{vmlinuz}, found on the first
538 partition of the first hard disk drive. Note that the argument
539 completion works with file names, too.
540
541 That was easy, admit it. Now read the next chapter, to find out how to
542 actually install GRUB on your drive.
543
544 @node OS-specific notes about grub tools
545 @chapter OS-specific notes about grub tools
546
547 On OS which have device nodes similar to Unix-like OS GRUB tools use the
548 OS name. E.g. for GNU/Linux:
549
550 @example
551 # @kbd{grub-install /dev/sda}
552 @end example
553
554 On AROS we use another syntax. For volumes:
555
556 @example
557 //:<volume name>
558 @end example
559
560 E.g.
561
562 @example
563 //:DH0
564 @end example
565
566 For disks we use syntax:
567 @example
568 //:<driver name>/unit/flags
569 @end example
570
571 E.g.
572
573 @example
574 # @kbd{grub-install //:ata.device/0/0}
575 @end example
576
577 On Windows we use UNC path. For volumes it's typically
578
579 @example
580 \\?\Volume@{<GUID>@}
581 \\?\<drive letter>:
582 @end example
583
584 E.g.
585
586 @example
587 \\?\Volume@{17f34d50-cf64-4b02-800e-51d79c3aa2ff@}
588 \\?\C:
589 @end example
590
591
592 For disks it's
593
594 @example
595 \\?\PhysicalDrive<number>
596 @end example
597
598 E.g.
599
600 @example
601 # @kbd{grub-install \\?\PhysicalDrive0}
602 @end example
603
604 Beware that you may need to further escape the backslashes depending on your
605 shell.
606
607 When compiled with cygwin support then cygwin drive names are automatically
608 when needed. E.g.
609
610 @example
611 # @kbd{grub-install /dev/sda}
612 @end example
613
614 @node Installation
615 @chapter Installation
616
617 In order to install GRUB as your boot loader, you need to first
618 install the GRUB system and utilities under your UNIX-like operating
619 system (@pxref{Obtaining and Building GRUB}). You can do this either
620 from the source tarball, or as a package for your OS.
621
622 After you have done that, you need to install the boot loader on a
623 drive (floppy or hard disk) by using the utility
624 @command{grub-install} (@pxref{Invoking grub-install}) on a UNIX-like OS.
625
626 GRUB comes with boot images, which are normally put in the directory
627 @file{/usr/lib/grub/<cpu>-<platform>} (for BIOS-based machines
628 @file{/usr/lib/grub/i386-pc}). Hereafter, the directory where GRUB images are
629 initially placed (normally @file{/usr/lib/grub/<cpu>-<platform>}) will be
630 called the @dfn{image directory}, and the directory where the boot
631 loader needs to find them (usually @file{/boot}) will be called
632 the @dfn{boot directory}.
633
634 @menu
635 * Installing GRUB using grub-install::
636 * Making a GRUB bootable CD-ROM::
637 * Device map::
638 * BIOS installation::
639 @end menu
640
641
642 @node Installing GRUB using grub-install
643 @section Installing GRUB using grub-install
644
645 For information on where GRUB should be installed on PC BIOS platforms,
646 @pxref{BIOS installation}.
647
648 In order to install GRUB under a UNIX-like OS (such
649 as @sc{gnu}), invoke the program @command{grub-install} (@pxref{Invoking
650 grub-install}) as the superuser (@dfn{root}).
651
652 The usage is basically very simple. You only need to specify one
653 argument to the program, namely, where to install the boot loader. The
654 argument has to be either a device file (like @samp{/dev/hda}).
655 For example, under Linux the following will install GRUB into the MBR
656 of the first IDE disk:
657
658 @example
659 # @kbd{grub-install /dev/sda}
660 @end example
661
662 Likewise, under GNU/Hurd, this has the same effect:
663
664 @example
665 # @kbd{grub-install /dev/hd0}
666 @end example
667
668 But all the above examples assume that GRUB should put images under
669 the @file{/boot} directory. If you want GRUB to put images under a directory
670 other than @file{/boot}, you need to specify the option
671 @option{--boot-directory}. The typical usage is that you create a GRUB
672 boot floppy with a filesystem. Here is an example:
673
674 @example
675 @group
676 # @kbd{mke2fs /dev/fd0}
677 # @kbd{mount -t ext2 /dev/fd0 /mnt}
678 # @kbd{mkdir /mnt/boot}
679 # @kbd{grub-install --boot-directory=/mnt/boot /dev/fd0}
680 # @kbd{umount /mnt}
681 @end group
682 @end example
683
684 Some BIOSes have a bug of exposing the first partition of a USB drive as a
685 floppy instead of exposing the USB drive as a hard disk (they call it
686 ``USB-FDD'' boot). In such cases, you need to install like this:
687
688 @example
689 # @kbd{losetup /dev/loop0 /dev/sdb1}
690 # @kbd{mount /dev/loop0 /mnt/usb}
691 # @kbd{grub-install --boot-directory=/mnt/usb/bugbios --force --allow-floppy /dev/loop0}
692 @end example
693
694 This install doesn't conflict with standard install as long as they are in
695 separate directories.
696
697 Note that @command{grub-install} is actually just a shell script and the
698 real task is done by other tools such as @command{grub-mkimage}. Therefore,
699 you may run those commands directly to install GRUB, without using
700 @command{grub-install}. Don't do that, however, unless you are very familiar
701 with the internals of GRUB. Installing a boot loader on a running OS may be
702 extremely dangerous.
703
704 On EFI systems for fixed disk install you have to mount EFI System Partition.
705 If you mount it at @file{/boot/efi} then you don't need any special arguments:
706
707 @example
708 # @kbd{grub-install}
709 @end example
710
711 Otherwise you need to specify where your EFI System partition is mounted:
712
713 @example
714 # @kbd{grub-install --efi-directory=/mnt/efi}
715 @end example
716
717 For removable installs you have to use @option{--removable} and specify both
718 @option{--boot-directory} and @option{--efi-directory}:
719
720 @example
721 # @kbd{grub-install --efi-directory=/mnt/usb --boot-directory=/mnt/usb/boot --removable}
722 @end example
723
724 @node Making a GRUB bootable CD-ROM
725 @section Making a GRUB bootable CD-ROM
726
727 GRUB supports the @dfn{no emulation mode} in the El Torito
728 specification@footnote{El Torito is a specification for bootable CD
729 using BIOS functions.}. This means that you can use the whole CD-ROM
730 from GRUB and you don't have to make a floppy or hard disk image file,
731 which can cause compatibility problems.
732
733 For booting from a CD-ROM, GRUB uses a special image called
734 @file{cdboot.img}, which is concatenated with @file{core.img}. The
735 @file{core.img} used for this should be built with at least the
736 @samp{iso9660} and @samp{biosdisk} modules. Your bootable CD-ROM will
737 usually also need to include a configuration file @file{grub.cfg} and some
738 other GRUB modules.
739
740 To make a simple generic GRUB rescue CD, you can use the
741 @command{grub-mkrescue} program (@pxref{Invoking grub-mkrescue}):
742
743 @example
744 $ @kbd{grub-mkrescue -o grub.iso}
745 @end example
746
747 You will often need to include other files in your image. To do this, first
748 make a top directory for the bootable image, say, @samp{iso}:
749
750 @example
751 $ @kbd{mkdir iso}
752 @end example
753
754 Make a directory for GRUB:
755
756 @example
757 $ @kbd{mkdir -p iso/boot/grub}
758 @end example
759
760 If desired, make the config file @file{grub.cfg} under @file{iso/boot/grub}
761 (@pxref{Configuration}), and copy any files and directories for the disc to the
762 directory @file{iso/}.
763
764 Finally, make the image:
765
766 @example
767 $ @kbd{grub-mkrescue -o grub.iso iso}
768 @end example
769
770 This produces a file named @file{grub.iso}, which then can be burned
771 into a CD (or a DVD), or written to a USB mass storage device.
772
773 The root device will be set up appropriately on entering your
774 @file{grub.cfg} configuration file, so you can refer to file names on the CD
775 without needing to use an explicit device name. This makes it easier to
776 produce rescue images that will work on both optical drives and USB mass
777 storage devices.
778
779
780 @node Device map
781 @section The map between BIOS drives and OS devices
782
783 If the device map file exists, the GRUB utilities (@command{grub-probe},
784 etc.) read it to map BIOS drives to OS devices.  This file consists of lines
785 like this:
786
787 @example
788 (@var{device}) @var{file}
789 @end example
790
791 @var{device} is a drive specified in the GRUB syntax (@pxref{Device
792 syntax}), and @var{file} is an OS file, which is normally a device file.
793
794 Historically, the device map file was used because GRUB device names had to
795 be used in the configuration file, and they were derived from BIOS drive
796 numbers.  The map between BIOS drives and OS devices cannot always be
797 guessed correctly: for example, GRUB will get the order wrong if you
798 exchange the boot sequence between IDE and SCSI in your BIOS.
799
800 Unfortunately, even OS device names are not always stable.  Modern versions
801 of the Linux kernel may probe drives in a different order from boot to boot,
802 and the prefix (@file{/dev/hd*} versus @file{/dev/sd*}) may change depending
803 on the driver subsystem in use.  As a result, the device map file required
804 frequent editing on some systems.
805
806 GRUB avoids this problem nowadays by using UUIDs or file system labels when
807 generating @file{grub.cfg}, and we advise that you do the same for any
808 custom menu entries you write.  If the device map file does not exist, then
809 the GRUB utilities will assume a temporary device map on the fly.  This is
810 often good enough, particularly in the common case of single-disk systems.
811
812 However, the device map file is not entirely obsolete yet, and it is
813 used for overriding when current environment is different from the one on boot.
814 Most common case is if you use a partition or logical volume as a disk for
815 virtual machine.  You can put any comments in the file if needed,
816 as the GRUB utilities assume that a line is just a comment if
817 the first character is @samp{#}.
818
819
820 @node BIOS installation
821 @section BIOS installation
822
823 @heading MBR
824
825 The partition table format traditionally used on PC BIOS platforms is called
826 the Master Boot Record (MBR) format; this is the format that allows up to
827 four primary partitions and additional logical partitions.  With this
828 partition table format, there are two ways to install GRUB: it can be
829 embedded in the area between the MBR and the first partition (called by
830 various names, such as the "boot track", "MBR gap", or "embedding area", and
831 which is usually at least 31 KiB), or the core image can be installed in a
832 file system and a list of the blocks that make it up can be stored in the
833 first sector of that partition.
834
835 Each of these has different problems.  There is no way to reserve space in
836 the embedding area with complete safety, and some proprietary software is
837 known to use it to make it difficult for users to work around licensing
838 restrictions; and systems are sometimes partitioned without leaving enough
839 space before the first partition.  On the other hand, installing to a
840 filesystem means that GRUB is vulnerable to its blocks being moved around by
841 filesystem features such as tail packing, or even by aggressive fsck
842 implementations, so this approach is quite fragile; and this approach can
843 only be used if the @file{/boot} filesystem is on the same disk that the
844 BIOS boots from, so that GRUB does not have to rely on guessing BIOS drive
845 numbers.
846
847 The GRUB development team generally recommends embedding GRUB before the
848 first partition, unless you have special requirements.  You must ensure that
849 the first partition starts at least 31 KiB (63 sectors) from the start of
850 the disk; on modern disks, it is often a performance advantage to align
851 partitions on larger boundaries anyway, so the first partition might start 1
852 MiB from the start of the disk.
853
854 @heading GPT
855
856 Some newer systems use the GUID Partition Table (GPT) format.  This was
857 specified as part of the Extensible Firmware Interface (EFI), but it can
858 also be used on BIOS platforms if system software supports it; for example,
859 GRUB and GNU/Linux can be used in this configuration.  With this format, it
860 is possible to reserve a whole partition for GRUB, called the BIOS Boot
861 Partition.  GRUB can then be embedded into that partition without the risk
862 of being overwritten by other software and without being contained in a
863 filesystem which might move its blocks around.
864
865 When creating a BIOS Boot Partition on a GPT system, you should make sure
866 that it is at least 31 KiB in size.  (GPT-formatted disks are not usually
867 particularly small, so we recommend that you make it larger than the bare
868 minimum, such as 1 MiB, to allow plenty of room for growth.)  You must also
869 make sure that it has the proper partition type.  Using GNU Parted, you can
870 set this using a command such as the following:
871
872 @example
873 # @kbd{parted /dev/@var{disk} set @var{partition-number} bios_grub on}
874 @end example
875
876 If you are using gdisk, set the partition type to @samp{0xEF02}.  With
877 partitioning programs that require setting the GUID directly, it should be
878 @samp{21686148-6449-6e6f-744e656564454649}.
879
880 @strong{Caution:} Be very careful which partition you select!  When GRUB
881 finds a BIOS Boot Partition during installation, it will automatically
882 overwrite part of it.  Make sure that the partition does not contain any
883 other data.
884
885
886 @node Booting
887 @chapter Booting
888
889 GRUB can load Multiboot-compliant kernels in a consistent way,
890 but for some free operating systems you need to use some OS-specific
891 magic.
892
893 @menu
894 * General boot methods::        How to boot OSes with GRUB generally
895 * Loopback booting::            Notes on booting from loopbacks
896 * OS-specific notes::           Notes on some operating systems
897 @end menu
898
899
900 @node General boot methods
901 @section How to boot operating systems
902
903 GRUB has two distinct boot methods. One of the two is to load an
904 operating system directly, and the other is to chain-load another boot
905 loader which then will load an operating system actually. Generally
906 speaking, the former is more desirable, because you don't need to
907 install or maintain other boot loaders and GRUB is flexible enough to
908 load an operating system from an arbitrary disk/partition. However,
909 the latter is sometimes required, since GRUB doesn't support all the
910 existing operating systems natively.
911
912 @menu
913 * Loading an operating system directly::
914 * Chain-loading::
915 @end menu
916
917
918 @node Loading an operating system directly
919 @subsection How to boot an OS directly with GRUB
920
921 Multiboot (@pxref{Top, Multiboot Specification, Motivation, multiboot,
922 The Multiboot Specification}) is the native format supported by GRUB.
923 For the sake of convenience, there is also support for Linux, FreeBSD,
924 NetBSD and OpenBSD. If you want to boot other operating systems, you
925 will have to chain-load them (@pxref{Chain-loading}).
926
927 FIXME: this section is incomplete.
928
929 @enumerate
930 @item
931 Run the command @command{boot} (@pxref{boot}).
932 @end enumerate
933
934 However, DOS and Windows have some deficiencies, so you might have to
935 use more complicated instructions. @xref{DOS/Windows}, for more
936 information.
937
938
939 @node Chain-loading
940 @subsection Chain-loading an OS
941
942 Operating systems that do not support Multiboot and do not have specific
943 support in GRUB (specific support is available for Linux, FreeBSD, NetBSD
944 and OpenBSD) must be chain-loaded, which involves loading another boot
945 loader and jumping to it in real mode.
946
947 The @command{chainloader} command (@pxref{chainloader}) is used to set this
948 up.  It is normally also necessary to load some GRUB modules and set the
949 appropriate root device.  Putting this together, we get something like this,
950 for a Windows system on the first partition of the first hard disk:
951
952 @verbatim
953 menuentry "Windows" {
954         insmod chain
955         insmod ntfs
956         set root=(hd0,1)
957         chainloader +1
958 }
959 @end verbatim
960 @c FIXME: document UUIDs.
961
962 On systems with multiple hard disks, an additional workaround may be
963 required.  @xref{DOS/Windows}.
964
965 Chain-loading is only supported on PC BIOS and EFI platforms.
966
967 @node Loopback booting
968 @section Loopback booting
969 GRUB is able to read from an image (be it one of CD or HDD) stored on
970 any of its accessible storages (refer to @pxref{loopback} command).
971 However the OS itself should be able to find its root. This usually
972 involves running a userspace program running before the real root
973 is discovered. This is achieved by GRUB loading a specially made
974 small image and passing it as ramdisk to the kernel. This is achieved
975 by commands @command{kfreebsd_module}, @command{knetbsd_module_elf},
976 @command{kopenbsd_ramdisk}, @command{initrd} (@pxref{initrd}),
977 @command{initrd16} (@pxref{initrd}), @command{multiboot_module},
978 @command{multiboot2_module} or @command{xnu_ramdisk}
979 depending on the loader. Note that for knetbsd the image must be put
980 inside miniroot.kmod and the whole miniroot.kmod has to be loaded. In
981 kopenbsd payload this is disabled by default. Aditionally behaviour of
982 initial ramdisk depends on command line options. Several distributors provide
983 the image for this purpose or it's integrated in their standard ramdisk and
984 activated by special option. Consult your kernel and distribution manual for
985 more details. Other loaders like appleloader, chainloader (BIOS, EFI, coreboot),
986 freedos, ntldr and plan9 provide no possibility of loading initial ramdisk and
987 as far as author is aware the payloads in question don't support either initial
988 ramdisk or discovering loopback boot in other way and as such not bootable this
989 way. Please consider alternative boot methods like copying all files
990 from the image to actual partition. Consult your OS documentation for
991 more details
992
993 @node OS-specific notes
994 @section Some caveats on OS-specific issues
995
996 Here, we describe some caveats on several operating systems.
997
998 @menu
999 * GNU/Hurd::
1000 * GNU/Linux::
1001 * NetBSD::
1002 * DOS/Windows::
1003 @end menu
1004
1005
1006 @node GNU/Hurd
1007 @subsection GNU/Hurd
1008
1009 Since GNU/Hurd is Multiboot-compliant, it is easy to boot it; there is
1010 nothing special about it. But do not forget that you have to specify a
1011 root partition to the kernel.
1012
1013 @enumerate
1014 @item
1015 Set GRUB's root device to the same drive as GNU/Hurd's.  The command
1016 @code{search --set=root --file /boot/gnumach.gz} or similar may help you
1017 (@pxref{search}).
1018
1019 @item 
1020 Load the kernel and the modules, like this:
1021
1022 @example
1023 @group
1024 grub> @kbd{multiboot /boot/gnumach.gz root=device:hd0s1}
1025 grub> @kbd{module  /hurd/ext2fs.static ext2fs --readonly \
1026                    --multiboot-command-line='$@{kernel-command-line@}' \
1027                    --host-priv-port='$@{host-port@}' \
1028                    --device-master-port='$@{device-port@}' \
1029                    --exec-server-task='$@{exec-task@}' -T typed '$@{root@}' \
1030                    '$(task-create)' '$(task-resume)'}
1031 grub> @kbd{module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'}
1032 @end group
1033 @end example
1034
1035 @item
1036 Finally, run the command @command{boot} (@pxref{boot}).
1037 @end enumerate
1038
1039
1040 @node GNU/Linux
1041 @subsection GNU/Linux
1042
1043 It is relatively easy to boot GNU/Linux from GRUB, because it somewhat
1044 resembles to boot a Multiboot-compliant OS.
1045
1046 @enumerate
1047 @item
1048 Set GRUB's root device to the same drive as GNU/Linux's.  The command
1049 @code{search --set=root --file /vmlinuz} or similar may help you
1050 (@pxref{search}).
1051
1052 @item
1053 Load the kernel using the command @command{linux} (@pxref{linux}):
1054
1055 @example
1056 grub> @kbd{linux /vmlinuz root=/dev/sda1}
1057 @end example
1058
1059 If you need to specify some kernel parameters, just append them to the
1060 command.  For example, to set @option{acpi} to @samp{off}, do this:
1061
1062 @example
1063 grub> @kbd{linux /vmlinuz root=/dev/sda1 acpi=off}
1064 @end example
1065
1066 See the documentation in the Linux source tree for complete information on
1067 the available options.
1068
1069 With @command{linux} GRUB uses 32-bit protocol. Some BIOS services like APM
1070 or EDD aren't available with this protocol. In this case you need to use
1071 @command{linux16}
1072
1073 @example
1074 grub> @kbd{linux16 /vmlinuz root=/dev/sda1 acpi=off}
1075 @end example 
1076
1077 @item
1078 If you use an initrd, execute the command @command{initrd} (@pxref{initrd})
1079 after @command{linux}:
1080
1081 @example
1082 grub> @kbd{initrd /initrd}
1083 @end example
1084
1085 If you used @command{linux16} you need to use @command{initrd16}:
1086
1087 @example
1088 grub> @kbd{initrd16 /initrd}
1089 @end example
1090
1091 @item
1092 Finally, run the command @command{boot} (@pxref{boot}).
1093 @end enumerate
1094
1095 @strong{Caution:} If you use an initrd and specify the @samp{mem=}
1096 option to the kernel to let it use less than actual memory size, you
1097 will also have to specify the same memory size to GRUB. To let GRUB know
1098 the size, run the command @command{uppermem} @emph{before} loading the
1099 kernel. @xref{uppermem}, for more information.
1100
1101
1102 @node NetBSD
1103 @subsection NetBSD
1104
1105 Booting a NetBSD kernel from GRUB is also relatively easy: first set
1106 GRUB's root device, then load the kernel and the modules, and finally
1107 run @command{boot}.
1108
1109 @enumerate
1110 @item
1111 Set GRUB's root device to the partition holding the NetBSD root file
1112 system.  For a disk with a NetBSD disk label, this is usually the first
1113 partition (a:).  In that case, and assuming that the partition is on the
1114 first hard disk, set GRUB's root device as follows:
1115
1116 @example
1117 grub> @kbd{insmod part_bsd}
1118 grub> @kbd{set root=(hd0,netbsd1)}
1119 @end example
1120
1121 For a disk with a GUID Partition Table (GPT), and assuming that the
1122 NetBSD root partition is the third GPT partition, do this:
1123
1124 @example
1125 grub> @kbd{insmod part_gpt}
1126 grub> @kbd{set root=(hd0,gpt3)}
1127 @end example
1128
1129 @item
1130 Load the kernel using the command @command{knetbsd}:
1131
1132 @example
1133 grub> @kbd{knetbsd /netbsd}
1134 @end example
1135
1136 Various options may be given to @command{knetbsd}.  These options are,
1137 for the most part, the same as in the NetBSD boot loader.  For instance,
1138 to boot the system in single-user mode and with verbose messages, do
1139 this:
1140
1141 @example
1142 grub> @kbd{knetbsd /netbsd -s -v}
1143 @end example
1144
1145 @item
1146 If needed, load kernel modules with the command
1147 @command{knetbsd_module_elf}.  A typical example is the module for the
1148 root file system:
1149
1150 @example
1151 grub> @kbd{knetbsd_module_elf /stand/amd64/6.0/modules/ffs/ffs.kmod}
1152 @end example
1153
1154 @item
1155 Finally, run the command @command{boot} (@pxref{boot}).
1156 @end enumerate
1157
1158
1159 @node DOS/Windows
1160 @subsection DOS/Windows
1161
1162 GRUB cannot boot DOS or Windows directly, so you must chain-load them
1163 (@pxref{Chain-loading}). However, their boot loaders have some critical
1164 deficiencies, so it may not work to just chain-load them. To overcome
1165 the problems, GRUB provides you with two helper functions.
1166
1167 If you have installed DOS (or Windows) on a non-first hard disk, you
1168 have to use the disk swapping technique, because that OS cannot boot
1169 from any disks but the first one. The workaround used in GRUB is the
1170 command @command{drivemap} (@pxref{drivemap}), like this:
1171
1172 @example
1173 drivemap -s (hd0) (hd1)
1174 @end example
1175
1176 This performs a @dfn{virtual} swap between your first and second hard
1177 drive.
1178
1179 @strong{Caution:} This is effective only if DOS (or Windows) uses BIOS
1180 to access the swapped disks. If that OS uses a special driver for the
1181 disks, this probably won't work.
1182
1183 Another problem arises if you installed more than one set of DOS/Windows
1184 onto one disk, because they could be confused if there are more than one
1185 primary partitions for DOS/Windows. Certainly you should avoid doing
1186 this, but there is a solution if you do want to do so. Use the partition
1187 hiding/unhiding technique.
1188
1189 If GRUB @dfn{hides} a DOS (or Windows) partition (@pxref{parttool}), DOS (or
1190 Windows) will ignore the partition. If GRUB @dfn{unhides} a DOS (or Windows)
1191 partition, DOS (or Windows) will detect the partition. Thus, if you have
1192 installed DOS (or Windows) on the first and the second partition of the
1193 first hard disk, and you want to boot the copy on the first partition, do
1194 the following:
1195
1196 @example
1197 @group
1198 parttool (hd0,1) hidden-
1199 parttool (hd0,2) hidden+
1200 set root=(hd0,1)
1201 chainloader +1
1202 parttool @verb{'${root}'} boot+
1203 boot
1204 @end group
1205 @end example
1206
1207
1208 @node Configuration
1209 @chapter Writing your own configuration file
1210
1211 GRUB is configured using @file{grub.cfg}, usually located under
1212 @file{/boot/grub}.  This file is quite flexible, but most users will not
1213 need to write the whole thing by hand.
1214
1215 @menu
1216 * Simple configuration::        Recommended for most users
1217 * Shell-like scripting::        For power users and developers
1218 * Multi-boot manual config::    For non-standard multi-OS scenarios
1219 * Embedded configuration::      Embedding a configuration file into GRUB
1220 @end menu
1221
1222
1223 @node Simple configuration
1224 @section Simple configuration handling
1225
1226 The program @command{grub-mkconfig} (@pxref{Invoking grub-mkconfig})
1227 generates @file{grub.cfg} files suitable for most cases.  It is suitable for
1228 use when upgrading a distribution, and will discover available kernels and
1229 attempt to generate menu entries for them.
1230
1231 @command{grub-mkconfig} does have some limitations.  While adding extra
1232 custom menu entries to the end of the list can be done by editing
1233 @file{/etc/grub.d/40_custom} or creating @file{/boot/grub/custom.cfg},
1234 changing the order of menu entries or changing their titles may require
1235 making complex changes to shell scripts stored in @file{/etc/grub.d/}.  This
1236 may be improved in the future.  In the meantime, those who feel that it
1237 would be easier to write @file{grub.cfg} directly are encouraged to do so
1238 (@pxref{Booting}, and @ref{Shell-like scripting}), and to disable any system
1239 provided by their distribution to automatically run @command{grub-mkconfig}.
1240
1241 The file @file{/etc/default/grub} controls the operation of
1242 @command{grub-mkconfig}.  It is sourced by a shell script, and so must be
1243 valid POSIX shell input; normally, it will just be a sequence of
1244 @samp{KEY=value} lines, but if the value contains spaces or other special
1245 characters then it must be quoted.  For example:
1246
1247 @example
1248 GRUB_TERMINAL_INPUT="console serial"
1249 @end example
1250
1251 Valid keys in @file{/etc/default/grub} are as follows:
1252
1253 @table @samp
1254 @item GRUB_DEFAULT
1255 The default menu entry.  This may be a number, in which case it identifies
1256 the Nth entry in the generated menu counted from zero, or the title of a
1257 menu entry, or the special string @samp{saved}.  Using the id may be
1258 useful if you want to set a menu entry as the default even though there may
1259 be a variable number of entries before it.
1260
1261 For example, if you have:
1262
1263 @verbatim
1264 menuentry 'Example GNU/Linux distribution' --class gnu-linux --id example-gnu-linux {
1265         ...
1266 }
1267 @end verbatim
1268
1269 then you can make this the default using:
1270
1271 @example
1272 GRUB_DEFAULT=example-gnu-linux
1273 @end example
1274
1275 Previously it was documented the way to use entry title. While this still
1276 works it's not recommended since titles often contain unstable device names
1277 and may be translated
1278
1279 If you set this to @samp{saved}, then the default menu entry will be that
1280 saved by @samp{GRUB_SAVEDEFAULT} or @command{grub-set-default}.  This relies on
1281 the environment block, which may not be available in all situations
1282 (@pxref{Environment block}).
1283
1284 The default is @samp{0}.
1285
1286 @item GRUB_SAVEDEFAULT
1287 If this option is set to @samp{true}, then, when an entry is selected, save
1288 it as a new default entry for use by future runs of GRUB.  This is only
1289 useful if @samp{GRUB_DEFAULT=saved}; it is a separate option because
1290 @samp{GRUB_DEFAULT=saved} is useful without this option, in conjunction with
1291 @command{grub-set-default}.  Unset by default.
1292 This option relies on the environment block, which may not be available in
1293 all situations (@pxref{Environment block}).
1294
1295 @item GRUB_TIMEOUT
1296 Boot the default entry this many seconds after the menu is displayed, unless
1297 a key is pressed.  The default is @samp{5}.  Set to @samp{0} to boot
1298 immediately without displaying the menu, or to @samp{-1} to wait
1299 indefinitely.
1300
1301 If @samp{GRUB_TIMEOUT_STYLE} is set to @samp{countdown} or @samp{hidden},
1302 the timeout is instead counted before the menu is displayed.
1303
1304 @item GRUB_TIMEOUT_STYLE
1305 If this option is unset or set to @samp{menu}, then GRUB will display the
1306 menu and then wait for the timeout set by @samp{GRUB_TIMEOUT} to expire
1307 before booting the default entry.  Pressing a key interrupts the timeout.
1308
1309 If this option is set to @samp{countdown} or @samp{hidden}, then, before
1310 displaying the menu, GRUB will wait for the timeout set by
1311 @samp{GRUB_TIMEOUT} to expire.  If @key{ESC} is pressed during that time, it
1312 will display the menu and wait for input.  If a hotkey associated with a
1313 menu entry is pressed, it will boot the associated menu entry immediately.
1314 If the timeout expires before either of these happens, it will boot the
1315 default entry.  In the @samp{countdown} case, it will show a one-line
1316 indication of the remaining time.
1317
1318 @item GRUB_DEFAULT_BUTTON
1319 @itemx GRUB_TIMEOUT_BUTTON
1320 @itemx GRUB_TIMEOUT_STYLE_BUTTON
1321 @itemx GRUB_BUTTON_CMOS_ADDRESS
1322 Variants of the corresponding variables without the @samp{_BUTTON} suffix,
1323 used to support vendor-specific power buttons.  @xref{Vendor power-on keys}.
1324
1325 @item GRUB_DISTRIBUTOR
1326 Set by distributors of GRUB to their identifying name.  This is used to
1327 generate more informative menu entry titles.
1328
1329 @item GRUB_TERMINAL_INPUT
1330 Select the terminal input device.  You may select multiple devices here,
1331 separated by spaces.
1332
1333 Valid terminal input names depend on the platform, but may include
1334 @samp{console} (native platform console), @samp{serial} (serial terminal),
1335 @samp{serial_<port>} (serial terminal with explicit port selection),
1336 @samp{at_keyboard} (PC AT keyboard), or @samp{usb_keyboard} (USB keyboard
1337 using the HID Boot Protocol, for cases where the firmware does not handle
1338 this).
1339
1340 The default is to use the platform's native terminal input.
1341
1342 @item GRUB_TERMINAL_OUTPUT
1343 Select the terminal output device.  You may select multiple devices here,
1344 separated by spaces.
1345
1346 Valid terminal output names depend on the platform, but may include
1347 @samp{console} (native platform console), @samp{serial} (serial terminal),
1348 @samp{serial_<port>} (serial terminal with explicit port selection),
1349 @samp{gfxterm} (graphics-mode output), @samp{vga_text} (VGA text output),
1350 @samp{mda_text} (MDA text output), @samp{morse} (Morse-coding using system
1351 beeper) or @samp{spkmodem} (simple data protocol using system speaker).
1352
1353 @samp{spkmodem} is useful when no serial port is available. Connect the output
1354 of sending system (where GRUB is running) to line-in of receiving system
1355 (usually developer machine).
1356 On receiving system compile @samp{spkmodem-recv} from
1357 @samp{util/spkmodem-recv.c} and run:
1358
1359 @example
1360 parecord --channels=1 --rate=48000 --format=s16le | ./spkmodem-recv
1361 @end example
1362
1363 The default is to use the platform's native terminal output.
1364
1365 @item GRUB_TERMINAL
1366 If this option is set, it overrides both @samp{GRUB_TERMINAL_INPUT} and
1367 @samp{GRUB_TERMINAL_OUTPUT} to the same value.
1368
1369 @item GRUB_SERIAL_COMMAND
1370 A command to configure the serial port when using the serial console.
1371 @xref{serial}.  Defaults to @samp{serial}.
1372
1373 @item GRUB_CMDLINE_LINUX
1374 Command-line arguments to add to menu entries for the Linux kernel.
1375
1376 @item GRUB_CMDLINE_LINUX_DEFAULT
1377 Unless @samp{GRUB_DISABLE_RECOVERY} is set to @samp{true}, two menu
1378 entries will be generated for each Linux kernel: one default entry and one
1379 entry for recovery mode.  This option lists command-line arguments to add
1380 only to the default menu entry, after those listed in
1381 @samp{GRUB_CMDLINE_LINUX}.
1382
1383 @item GRUB_CMDLINE_NETBSD
1384 @itemx GRUB_CMDLINE_NETBSD_DEFAULT
1385 As @samp{GRUB_CMDLINE_LINUX} and @samp{GRUB_CMDLINE_LINUX_DEFAULT}, but for
1386 NetBSD.
1387
1388 @item GRUB_CMDLINE_GNUMACH
1389 As @samp{GRUB_CMDLINE_LINUX}, but for GNU Mach.
1390
1391 @item GRUB_CMDLINE_XEN
1392 @itemx GRUB_CMDLINE_XEN_DEFAULT
1393 The values of these options are passed to Xen hypervisor Xen menu entries,
1394 for all respectively normal entries.
1395
1396 @item GRUB_CMDLINE_LINUX_XEN_REPLACE
1397 @item GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT
1398 The values of these options replace the values of @samp{GRUB_CMDLINE_LINUX}
1399 and @samp{GRUB_CMDLINE_LINUX_DEFAULT} for Linux and Xen menu entries.
1400
1401 @item GRUB_DISABLE_LINUX_UUID
1402 Normally, @command{grub-mkconfig} will generate menu entries that use
1403 universally-unique identifiers (UUIDs) to identify the root filesystem to
1404 the Linux kernel, using a @samp{root=UUID=...} kernel parameter.  This is
1405 usually more reliable, but in some cases it may not be appropriate.  To
1406 disable the use of UUIDs, set this option to @samp{true}.
1407
1408 @item GRUB_DISABLE_RECOVERY
1409 If this option is set to @samp{true}, disable the generation of recovery
1410 mode menu entries.
1411
1412 @item GRUB_VIDEO_BACKEND
1413 If graphical video support is required, either because the @samp{gfxterm}
1414 graphical terminal is in use or because @samp{GRUB_GFXPAYLOAD_LINUX} is set,
1415 then @command{grub-mkconfig} will normally load all available GRUB video
1416 drivers and use the one most appropriate for your hardware.  If you need to
1417 override this for some reason, then you can set this option.
1418
1419 After @command{grub-install} has been run, the available video drivers are
1420 listed in @file{/boot/grub/video.lst}.
1421
1422 @item GRUB_GFXMODE
1423 Set the resolution used on the @samp{gfxterm} graphical terminal.  Note that
1424 you can only use modes which your graphics card supports via VESA BIOS
1425 Extensions (VBE), so for example native LCD panel resolutions may not be
1426 available.  The default is @samp{auto}, which tries to select a preferred
1427 resolution.  @xref{gfxmode}.
1428
1429 @item GRUB_BACKGROUND
1430 Set a background image for use with the @samp{gfxterm} graphical terminal.
1431 The value of this option must be a file readable by GRUB at boot time, and
1432 it must end with @file{.png}, @file{.tga}, @file{.jpg}, or @file{.jpeg}.
1433 The image will be scaled if necessary to fit the screen.
1434
1435 @item GRUB_THEME
1436 Set a theme for use with the @samp{gfxterm} graphical terminal.
1437
1438 @item GRUB_GFXPAYLOAD_LINUX
1439 Set to @samp{text} to force the Linux kernel to boot in normal text mode,
1440 @samp{keep} to preserve the graphics mode set using @samp{GRUB_GFXMODE},
1441 @samp{@var{width}x@var{height}}[@samp{x@var{depth}}] to set a particular
1442 graphics mode, or a sequence of these separated by commas or semicolons to
1443 try several modes in sequence.  @xref{gfxpayload}.
1444
1445 Depending on your kernel, your distribution, your graphics card, and the
1446 phase of the moon, note that using this option may cause GNU/Linux to suffer
1447 from various display problems, particularly during the early part of the
1448 boot sequence.  If you have problems, set this option to @samp{text} and
1449 GRUB will tell Linux to boot in normal text mode.
1450
1451 @item GRUB_DISABLE_OS_PROBER
1452 Normally, @command{grub-mkconfig} will try to use the external
1453 @command{os-prober} program, if installed, to discover other operating
1454 systems installed on the same system and generate appropriate menu entries
1455 for them.  Set this option to @samp{true} to disable this.
1456
1457 @item GRUB_OS_PROBER_SKIP_LIST
1458 List of space-separated FS UUIDs of filesystems to be ignored from os-prober
1459 output. For efi chainloaders it's <UUID>@@<EFI FILE>
1460
1461 @item GRUB_DISABLE_SUBMENU
1462 Normally, @command{grub-mkconfig} will generate top level menu entry for
1463 the kernel with highest version number and put all other found kernels
1464 or alternative menu entries for recovery mode in submenu. For entries returned
1465 by @command{os-prober} first entry will be put on top level and all others
1466 in submenu. If this option is set to @samp{y}, flat menu with all entries
1467 on top level will be generated instead. Changing this option will require
1468 changing existing values of @samp{GRUB_DEFAULT}, @samp{fallback} (@pxref{fallback})
1469 and @samp{default} (@pxref{default}) environment variables as well as saved
1470 default entry using @command{grub-set-default} and value used with
1471 @command{grub-reboot}.
1472
1473 @item GRUB_ENABLE_CRYPTODISK
1474 If set to @samp{y}, @command{grub-mkconfig} and @command{grub-install} will
1475 check for encrypted disks and generate additional commands needed to access
1476 them during boot.  Note that in this case unattended boot is not possible
1477 because GRUB will wait for passphrase to unlock encrypted container.
1478
1479 @item GRUB_INIT_TUNE
1480 Play a tune on the speaker when GRUB starts.  This is particularly useful
1481 for users unable to see the screen.  The value of this option is passed
1482 directly to @ref{play}.
1483
1484 @item GRUB_BADRAM
1485 If this option is set, GRUB will issue a @ref{badram} command to filter
1486 out specified regions of RAM.
1487
1488 @item GRUB_PRELOAD_MODULES
1489 This option may be set to a list of GRUB module names separated by spaces.
1490 Each module will be loaded as early as possible, at the start of
1491 @file{grub.cfg}.
1492
1493 @end table
1494
1495 The following options are still accepted for compatibility with existing
1496 configurations, but have better replacements:
1497
1498 @table @samp
1499 @item GRUB_HIDDEN_TIMEOUT
1500 Wait this many seconds before displaying the menu.  If @key{ESC} is pressed
1501 during that time, display the menu and wait for input according to
1502 @samp{GRUB_TIMEOUT}.  If a hotkey associated with a menu entry is pressed,
1503 boot the associated menu entry immediately.  If the timeout expires before
1504 either of these happens, display the menu for the number of seconds
1505 specified in @samp{GRUB_TIMEOUT} before booting the default entry.
1506
1507 If you set @samp{GRUB_HIDDEN_TIMEOUT}, you should also set
1508 @samp{GRUB_TIMEOUT=0} so that the menu is not displayed at all unless
1509 @key{ESC} is pressed.
1510
1511 This option is unset by default, and is deprecated in favour of the less
1512 confusing @samp{GRUB_TIMEOUT_STYLE=countdown} or
1513 @samp{GRUB_TIMEOUT_STYLE=hidden}.
1514
1515 @item GRUB_HIDDEN_TIMEOUT_QUIET
1516 In conjunction with @samp{GRUB_HIDDEN_TIMEOUT}, set this to @samp{true} to
1517 suppress the verbose countdown while waiting for a key to be pressed before
1518 displaying the menu.
1519
1520 This option is unset by default, and is deprecated in favour of the less
1521 confusing @samp{GRUB_TIMEOUT_STYLE=countdown}.
1522
1523 @item GRUB_HIDDEN_TIMEOUT_BUTTON
1524 Variant of @samp{GRUB_HIDDEN_TIMEOUT}, used to support vendor-specific power
1525 buttons.  @xref{Vendor power-on keys}.
1526
1527 This option is unset by default, and is deprecated in favour of the less
1528 confusing @samp{GRUB_TIMEOUT_STYLE=countdown} or
1529 @samp{GRUB_TIMEOUT_STYLE=hidden}.
1530
1531 @end table
1532
1533 For more detailed customisation of @command{grub-mkconfig}'s output, you may
1534 edit the scripts in @file{/etc/grub.d} directly.
1535 @file{/etc/grub.d/40_custom} is particularly useful for adding entire custom
1536 menu entries; simply type the menu entries you want to add at the end of
1537 that file, making sure to leave at least the first two lines intact.
1538
1539
1540 @node Shell-like scripting
1541 @section Writing full configuration files directly
1542
1543 @c Some of this section is derived from the GNU Bash manual page, also
1544 @c copyrighted by the FSF.
1545
1546 @file{grub.cfg} is written in GRUB's built-in scripting language, which has
1547 a syntax quite similar to that of GNU Bash and other Bourne shell
1548 derivatives.
1549
1550 @heading Words
1551
1552 A @dfn{word} is a sequence of characters considered as a single unit by
1553 GRUB.  Words are separated by @dfn{metacharacters}, which are the following
1554 plus space, tab, and newline:
1555
1556 @example
1557 @{ @} | & $ ; < >
1558 @end example
1559  
1560 Quoting may be used to include metacharacters in words; see below.
1561
1562 @heading Reserved words
1563
1564 Reserved words have a special meaning to GRUB.  The following words are
1565 recognised as reserved when unquoted and either the first word of a simple
1566 command or the third word of a @code{for} command:
1567
1568 @example
1569 ! [[ ]] @{ @}
1570 case do done elif else esac fi for function
1571 if in menuentry select then time until while
1572 @end example
1573
1574 Not all of these reserved words have a useful purpose yet; some are reserved
1575 for future expansion.
1576
1577 @heading Quoting
1578
1579 Quoting is used to remove the special meaning of certain characters or
1580 words.  It can be used to treat metacharacters as part of a word, to prevent
1581 reserved words from being recognised as such, and to prevent variable
1582 expansion.
1583
1584 There are three quoting mechanisms: the escape character, single quotes, and
1585 double quotes.
1586
1587 A non-quoted backslash (\) is the @dfn{escape character}.  It preserves the
1588 literal value of the next character that follows, with the exception of
1589 newline.
1590
1591 Enclosing characters in single quotes preserves the literal value of each
1592 character within the quotes.  A single quote may not occur between single
1593 quotes, even when preceded by a backslash.
1594
1595 Enclosing characters in double quotes preserves the literal value of all
1596 characters within the quotes, with the exception of @samp{$} and @samp{\}.
1597 The @samp{$} character retains its special meaning within double quotes.
1598 The backslash retains its special meaning only when followed by one of the
1599 following characters: @samp{$}, @samp{"}, @samp{\}, or newline.  A
1600 backslash-newline pair is treated as a line continuation (that is, it is
1601 removed from the input stream and effectively ignored@footnote{Currently a
1602 backslash-newline pair within a variable name is not handled properly, so
1603 use this feature with some care.}).  A double quote may be quoted within
1604 double quotes by preceding it with a backslash.
1605
1606 @heading Variable expansion
1607
1608 The @samp{$} character introduces variable expansion.  The variable name to
1609 be expanded may be enclosed in braces, which are optional but serve to
1610 protect the variable to be expanded from characters immediately following it
1611 which could be interpreted as part of the name.
1612
1613 Normal variable names begin with an alphabetic character, followed by zero
1614 or more alphanumeric characters.  These names refer to entries in the GRUB
1615 environment (@pxref{Environment}).
1616
1617 Positional variable names consist of one or more digits.  They represent
1618 parameters passed to function calls, with @samp{$1} representing the first
1619 parameter, and so on.
1620
1621 The special variable name @samp{?} expands to the exit status of the most
1622 recently executed command.  When positional variable names are active, other
1623 special variable names @samp{@@}, @samp{*} and @samp{#} are defined and they
1624 expand to all positional parameters with necessary quoting, positional
1625 parameters without any quoting, and positional parameter count respectively.
1626
1627 @heading Comments
1628
1629 A word beginning with @samp{#} causes that word and all remaining characters
1630 on that line to be ignored.
1631
1632 @heading Simple commands
1633
1634 A @dfn{simple command} is a sequence of words separated by spaces or tabs
1635 and terminated by a semicolon or a newline.  The first word specifies the
1636 command to be executed.  The remaining words are passed as arguments to the
1637 invoked command.
1638
1639 The return value of a simple command is its exit status.  If the reserved
1640 word @code{!} precedes the command, then the return value is instead the
1641 logical negation of the command's exit status.
1642
1643 @heading Compound commands
1644
1645 A @dfn{compound command} is one of the following:
1646
1647 @table @asis
1648 @item for @var{name} in @var{word} @dots{}; do @var{list}; done
1649 The list of words following @code{in} is expanded, generating a list of
1650 items.  The variable @var{name} is set to each element of this list in turn,
1651 and @var{list} is executed each time.  The return value is the exit status
1652 of the last command that executes.  If the expansion of the items following
1653 @code{in} results in an empty list, no commands are executed, and the return
1654 status is 0.
1655
1656 @item if @var{list}; then @var{list}; [elif @var{list}; then @var{list};] @dots{} [else @var{list};] fi
1657 The @code{if} @var{list} is executed.  If its exit status is zero, the
1658 @code{then} @var{list} is executed.  Otherwise, each @code{elif} @var{list}
1659 is executed in turn, and if its exit status is zero, the corresponding
1660 @code{then} @var{list} is executed and the command completes.  Otherwise,
1661 the @code{else} @var{list} is executed, if present.  The exit status is the
1662 exit status of the last command executed, or zero if no condition tested
1663 true.
1664
1665 @item while @var{cond}; do @var{list}; done
1666 @itemx until @var{cond}; do @var{list}; done
1667 The @code{while} command continuously executes the @code{do} @var{list} as
1668 long as the last command in @var{cond} returns an exit status of zero.  The
1669 @code{until} command is identical to the @code{while} command, except that
1670 the test is negated; the @code{do} @var{list} is executed as long as the
1671 last command in @var{cond} returns a non-zero exit status.  The exit status
1672 of the @code{while} and @code{until} commands is the exit status of the last
1673 @code{do} @var{list} command executed, or zero if none was executed.
1674
1675 @item function @var{name} @{ @var{command}; @dots{} @}
1676 This defines a function named @var{name}.  The @dfn{body} of the function is
1677 the list of commands within braces, each of which must be terminated with a
1678 semicolon or a newline.  This list of commands will be executed whenever
1679 @var{name} is specified as the name of a simple command.  Function
1680 definitions do not affect the exit status in @code{$?}.  When executed, the
1681 exit status of a function is the exit status of the last command executed in
1682 the body.
1683
1684 @item menuentry @var{title} [@option{--class=class} @dots{}] [@option{--users=users}] [@option{--unrestricted}] [@option{--hotkey=key}] [@option{--id=id}] @{ @var{command}; @dots{} @}
1685 @xref{menuentry}.
1686 @end table
1687
1688 @heading Built-in Commands
1689
1690 Some built-in commands are also provided by GRUB script to help script
1691 writers perform actions that are otherwise not possible.  For example, these
1692 include commands to jump out of a loop without fully completing it, etc.
1693
1694 @table @asis
1695 @item break [@code{n}]
1696 Exit from within a @code{for}, @code{while}, or @code{until} loop.  If
1697 @code{n} is specified, break @code{n} levels.  @code{n} must be greater than
1698 or equal to 1.  If @code{n} is greater than the number of enclosing loops,
1699 all enclosing loops are exited.  The return value is 0 unless @code{n} is
1700 not greater than or equal to 1.
1701
1702 @item continue [@code{n}]
1703 Resume the next iteration of the enclosing @code{for}, @code{while} or
1704 @code{until} loop.  If @code{n} is specified, resume at the @code{n}th
1705 enclosing loop.  @code{n} must be greater than or equal to 1.  If @code{n}
1706 is greater than the number of enclosing loops, the last enclosing loop (the
1707 @dfn{top-level} loop) is resumed.  The return value is 0 unless @code{n} is
1708 not greater than or equal to 1.
1709
1710 @item return [@code{n}]
1711 Causes a function to exit with the return value specified by @code{n}.  If
1712 @code{n} is omitted, the return status is that of the last command executed
1713 in the function body.  If used outside a function the return status is
1714 false.
1715
1716 @item setparams [@code{arg}] @dots{}
1717 Replace positional parameters starting with @code{$1} with arguments to
1718 @command{setparams}.
1719
1720 @item shift [@code{n}]
1721 The positional parameters from @code{n}+1 @dots{} are renamed to
1722 @code{$1}@dots{}.  Parameters represented by the numbers @code{$#} down to
1723 @code{$#}-@code{n}+1 are unset.  @code{n} must be a non-negative number less
1724 than or equal to @code{$#}.  If @code{n} is 0, no parameters are changed.
1725 If @code{n} is not given, it is assumed to be 1.  If @code{n} is greater
1726 than @code{$#}, the positional parameters are not changed.  The return
1727 status is greater than zero if @code{n} is greater than @code{$#} or less
1728 than zero; otherwise 0.
1729
1730 @end table
1731
1732 @node Multi-boot manual config
1733 @section Multi-boot manual config
1734
1735 Currently autogenerating config files for multi-boot environments depends on
1736 os-prober and has several shortcomings. While fixing it is scheduled for the
1737 next release, meanwhile you can make use of the power of GRUB syntax and do it
1738 yourself. A possible configuration is detailed here, feel free to adjust to your
1739 needs.
1740
1741 First create a separate GRUB partition, big enough to hold GRUB. Some of the
1742 following entries show how to load OS installer images from this same partition,
1743 for that you obviously need to make the partition large enough to hold those
1744 images as well.
1745 Mount this partition on/mnt/boot and disable GRUB in all OSes and manually
1746 install self-compiled latest GRUB with:
1747
1748 @code{grub-install --boot-directory=/mnt/boot /dev/sda}
1749
1750 In all the OSes install GRUB tools but disable installing GRUB in bootsector,
1751 so you'll have menu.lst and grub.cfg available for use. Also disable os-prober
1752 use by setting:
1753
1754 @code{GRUB_DISABLE_OS_PROBER=true}
1755
1756 in /etc/default/grub
1757
1758 Then write a grub.cfg (/mnt/boot/grub/grub.cfg):
1759
1760 @example
1761
1762 menuentry "OS using grub2" @{
1763    insmod xfs
1764    search --set=root --label OS1 --hint hd0,msdos8
1765    configfile /boot/grub/grub.cfg
1766 @}
1767
1768 menuentry "OS using grub2-legacy" @{
1769    insmod ext2
1770    search --set=root --label OS2 --hint hd0,msdos6
1771    legacy_configfile /boot/grub/menu.lst
1772 @}
1773
1774 menuentry "Windows XP" @{
1775    insmod ntfs
1776    search --set=root --label WINDOWS_XP --hint hd0,msdos1
1777    ntldr /ntldr
1778 @}
1779
1780 menuentry "Windows 7" @{
1781    insmod ntfs
1782    search --set=root --label WINDOWS_7 --hint hd0,msdos2
1783    ntldr /bootmgr
1784 @}
1785
1786 menuentry "FreeBSD" @{
1787           insmod zfs
1788           search --set=root --label freepool --hint hd0,msdos7
1789           kfreebsd /freebsd@@/boot/kernel/kernel
1790           kfreebsd_module_elf /freebsd@@/boot/kernel/opensolaris.ko
1791           kfreebsd_module_elf /freebsd@@/boot/kernel/zfs.ko
1792           kfreebsd_module /freebsd@@/boot/zfs/zpool.cache type=/boot/zfs/zpool.cache
1793           set kFreeBSD.vfs.root.mountfrom=zfs:freepool/freebsd
1794           set kFreeBSD.hw.psm.synaptics_support=1
1795 @}
1796
1797 menuentry "experimental GRUB" @{
1798           search --set=root --label GRUB --hint hd0,msdos5
1799           multiboot /experimental/grub/i386-pc/core.img
1800 @}
1801
1802 menuentry "Fedora 16 installer" @{
1803           search --set=root --label GRUB --hint hd0,msdos5
1804           linux /fedora/vmlinuz lang=en_US keymap=sg resolution=1280x800
1805           initrd /fedora/initrd.img
1806 @}
1807
1808 menuentry "Fedora rawhide installer" @{
1809           search --set=root --label GRUB --hint hd0,msdos5
1810           linux /fedora/vmlinuz repo=ftp://mirror.switch.ch/mirror/fedora/linux/development/rawhide/x86_64 lang=en_US keymap=sg resolution=1280x800
1811           initrd /fedora/initrd.img
1812 @}
1813
1814 menuentry "Debian sid installer" @{
1815           search --set=root --label GRUB --hint hd0,msdos5
1816           linux /debian/dists/sid/main/installer-amd64/current/images/hd-media/vmlinuz
1817           initrd /debian/dists/sid/main/installer-amd64/current/images/hd-media/initrd.gz
1818 @}
1819
1820 @end example
1821
1822 Notes:
1823 @itemize
1824 @item 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 @code{root=hd0,msdosX} but this is not recommended due to device name instability.
1825 @end itemize
1826
1827 @node Embedded configuration
1828 @section Embedding a configuration file into GRUB
1829
1830 GRUB supports embedding a configuration file directly into the core image,
1831 so that it is loaded before entering normal mode.  This is useful, for
1832 example, when it is not straightforward to find the real configuration file,
1833 or when you need to debug problems with loading that file.
1834 @command{grub-install} uses this feature when it is not using BIOS disk
1835 functions or when installing to a different disk from the one containing
1836 @file{/boot/grub}, in which case it needs to use the @command{search}
1837 command (@pxref{search}) to find @file{/boot/grub}.
1838
1839 To embed a configuration file, use the @option{-c} option to
1840 @command{grub-mkimage}.  The file is copied into the core image, so it may
1841 reside anywhere on the file system, and may be removed after running
1842 @command{grub-mkimage}.
1843
1844 After the embedded configuration file (if any) is executed, GRUB will load
1845 the @samp{normal} module (@pxref{normal}), which will then read the real
1846 configuration file from @file{$prefix/grub.cfg}.  By this point, the
1847 @code{root} variable will also have been set to the root device name.  For
1848 example, @code{prefix} might be set to @samp{(hd0,1)/boot/grub}, and
1849 @code{root} might be set to @samp{hd0,1}.  Thus, in most cases, the embedded
1850 configuration file only needs to set the @code{prefix} and @code{root}
1851 variables, and then drop through to GRUB's normal processing.  A typical
1852 example of this might look like this:
1853
1854 @example
1855 @group
1856 search.fs_uuid 01234567-89ab-cdef-0123-456789abcdef root
1857 set prefix=($root)/boot/grub
1858 @end group
1859 @end example
1860
1861 (The @samp{search_fs_uuid} module must be included in the core image for this
1862 example to work.)
1863
1864 In more complex cases, it may be useful to read other configuration files
1865 directly from the embedded configuration file.  This allows such things as
1866 reading files not called @file{grub.cfg}, or reading files from a directory
1867 other than that where GRUB's loadable modules are installed.  To do this,
1868 include the @samp{configfile} and @samp{normal} modules in the core image,
1869 and embed a configuration file that uses the @command{configfile} command to
1870 load another file.  The following example of this also requires the
1871 @command{echo}, @command{search_label}, and @command{test} modules to be
1872 included in the core image:
1873
1874 @example
1875 @group
1876 search.fs_label grub root
1877 if [ -e /boot/grub/example/test1.cfg ]; then
1878     set prefix=($root)/boot/grub
1879     configfile /boot/grub/example/test1.cfg
1880 else
1881     if [ -e /boot/grub/example/test2.cfg ]; then
1882         set prefix=($root)/boot/grub
1883         configfile /boot/grub/example/test2.cfg
1884     else
1885         echo "Could not find an example configuration file!"
1886     fi
1887 fi
1888 @end group
1889 @end example
1890
1891 The embedded configuration file may not contain menu entries directly, but
1892 may only read them from elsewhere using @command{configfile}.
1893
1894 @node Theme file format
1895 @chapter Theme file format
1896 @section Introduction
1897 The GRUB graphical menu supports themes that can customize the layout and
1898 appearance of the GRUB boot menu.  The theme is configured through a plain
1899 text file that specifies the layout of the various GUI components (including
1900 the boot menu, timeout progress bar, and text messages) as well as the
1901 appearance using colors, fonts, and images. Example is available in docs/example_theme.txt
1902
1903 @section Theme Elements
1904 @subsection Colors
1905
1906 Colors can be specified in several ways:
1907
1908 @itemize
1909 @item HTML-style ``#RRGGBB'' or ``#RGB'' format, where *R*, *G*, and *B* are hexadecimal digits (e.g., ``#8899FF'')
1910 @item as comma-separated decimal RGB values (e.g., ``128, 128, 255'')
1911 @item with ``SVG 1.0 color names'' (e.g., ``cornflowerblue'') which must be specified in lowercase.
1912 @end itemize
1913 @subsection Fonts
1914 The fonts GRUB uses ``PFF2 font format'' bitmap fonts.  Fonts are specified
1915 with full font names.  Currently there is no
1916 provision for a preference list of fonts, or deriving one font from another.
1917 Fonts are loaded with the ``loadfont'' command in GRUB (@ref{loadfont}).  To see the list of
1918 loaded fonts, execute the ``lsfonts'' command (@ref{lsfonts}).  If there are too many fonts to
1919 fit on screen, do ``set pager=1'' before executing ``lsfonts''.
1920
1921
1922 @subsection Progress Bar
1923
1924 @float Figure, Pixmap-styled progress bar
1925 @c @image{Theme_progress_bar,,,,png}
1926 @end float
1927
1928 @float Figure, Plain progress bar, drawn with solid color.
1929 @c @image{Theme_progress_bar_filled,,,,png}
1930 @end float
1931
1932 Progress bars are used to display the remaining time before GRUB boots the
1933 default menu entry.  To create a progress bar that will display the remaining
1934 time before automatic boot, simply create a ``progress_bar'' component with
1935 the id ``__timeout__''.  This indicates to GRUB that the progress bar should
1936 be updated as time passes, and it should be made invisible if the countdown to
1937 automatic boot is interrupted by the user.
1938
1939 Progress bars may optionally have text displayed on them.  This text is
1940 controlled by variable ``text'' which contains a printf template with the
1941 only argument %d is the number of seconds remaining. Additionally special
1942 values ``@@TIMEOUT_NOTIFICATION_SHORT@@'', ``@@TIMEOUT_NOTIFICATION_MIDDLE@@'',
1943 ``@@TIMEOUT_NOTIFICATION_LONG@@'' are replaced with standard and translated
1944 templates.
1945
1946 @subsection Circular Progress Indicator
1947
1948 @c @image{Theme_circular_progress,,,,.png}
1949
1950 The circular progress indicator functions similarly to the progress bar.  When
1951 given an id of ``__timeout__'', GRUB updates the circular progress indicator's
1952 value to indicate the time remaining.  For the circular progress indicator,
1953 there are two images used to render it:  the *center* image, and the *tick*
1954 image.  The center image is rendered in the center of the component, while the
1955 tick image is used to render each mark along the circumference of the
1956 indicator.
1957
1958
1959 @subsection Labels
1960
1961 Text labels can be placed on the boot screen.  The font, color, and horizontal
1962 alignment can be specified for labels.  If a label is given the id
1963 ``__timeout__'', then the ``text'' property for that label is also updated
1964 with a message informing the user of the number of seconds remaining until
1965 automatic boot.  This is useful in case you want the text displayed somewhere
1966 else instead of directly on the progress bar.
1967
1968
1969 @subsection Boot Menu
1970
1971 @c @image{Theme_boot_menu,,,,.png}
1972
1973 The boot menu where GRUB displays the menu entries from the ``grub.cfg'' file.
1974 It is a list of items, where each item has a title and an optional icon.  The
1975 icon is selected based on the *classes* specified for the menu entry.  If
1976 there is a PNG file named ``myclass.png'' in the ``grub/themes/icons''
1977 directory, it will be displayed for items which have the class *myclass*.  The
1978 boot menu can be customized in several ways, such as the font and color used
1979 for the menu entry title, and by specifying styled boxes for the menu itself
1980 and for the selected item highlight.
1981
1982
1983 @subsection Styled Boxes
1984
1985 One of the most important features for customizing the layout is the use of
1986  *styled boxes*.  A styled box is composed of 9 rectangular (and potentially
1987 empty) regions, which are used to seamlessly draw the styled box on screen:
1988
1989 @multitable @columnfractions 0.3 0.3 0.3
1990 @item Northwest (nw) @tab North (n)  @tab Northeast (ne)
1991 @item West (w)       @tab Center (c) @tab East (e)
1992 @item Southwest (sw) @tab South (s)  @tab Southeast (se)
1993 @end multitable
1994
1995 To support any size of box on screen, the center slice and the slices for the
1996 top, bottom, and sides are all scaled to the correct size for the component on
1997 screen, using the following rules:
1998
1999 @enumerate
2000 @item The edge slices (north, south, east, and west) are scaled in the direction of the edge they are adjacent to.  For instance, the west slice is scaled vertically.
2001 @item The corner slices (northwest, northeast, southeast, and southwest) are not scaled.
2002 @item The center slice is scaled to fill the remaining space in the middle.
2003 @end enumerate
2004
2005 As an example of how an image might be sliced up, consider the styled box
2006 used for a terminal view.
2007
2008 @float Figure, An example of the slices (in red) used for a terminal window. This drawing was created and sliced in Inkscape_, as the next section explains.
2009 @c @image{Box_slice_example_terminal,,,,.png}
2010 @end float
2011    
2012 @subsection Creating Styled Box Images
2013
2014 The Inkscape_ scalable vector graphics editor is a very useful tool for
2015 creating styled box images.  One process that works well for slicing a drawing
2016 into the necessary image slices is:
2017
2018 @enumerate
2019 @item Create or open the drawing you'd like use.
2020 @item Create a new layer on the top of the layer stack.  Make it visible.  Select this layer as the current layer.
2021 @item Draw 9 rectangles on your drawing where you'd like the slices to be.  Clear the fill option, and set the stroke to 1 pixel wide solid stroke.  The corners of the slices must meet precisely; if it is off by a single pixel, it will probably be evident when the styled box is rendered in the GRUB menu.  You should probably go to File | Document Properties | Grids and enable a grid or create a guide (click on one of the rulers next to the drawing and drag over the drawing; release the mouse button to place the guide) to help place the rectangles precisely.
2022 @item Right click on the center slice rectangle and choose Object Properties. Change the "Id" to ``slice_c`` and click Set.  Repeat this for the remaining 8 rectangles, giving them Id values of ``slice_n``, ``slice_ne``, ``slice_e``, and so on according to the location.
2023 @item Save the drawing.
2024 @item Select all the slice rectangles.  With the slice layer selected, you can simply press Ctrl+A to select all rectangles.  The status bar should indicate that 9 rectangles are selected.
2025 @item Click the layer hide icon for the slice layer in the layer palette.  The rectangles will remain selected, even though they are hidden.
2026 @item Choose File | Export Bitmap and check the *Batch export 9 selected objects* box.  Make sure that *Hide all except selected* is unchecked. click *Export*.  This will create PNG files in the same directory as the drawing, named after the slices.  These can now be used for a styled box in a GRUB theme.
2027 @end enumerate
2028
2029 @section Theme File Manual
2030
2031 The theme file is a plain text file.  Lines that begin with ``#`` are ignored
2032 and considered comments.  (Note: This may not be the case if the previous line
2033 ended where a value was expected.)
2034
2035 The theme file contains two types of statements:
2036 @enumerate
2037 @item Global properties.
2038 @item Component construction.
2039 @end enumerate
2040
2041 @subsection Global Properties
2042
2043 @subsection Format
2044
2045 Global properties are specified with the simple format:
2046 @itemize
2047 @item name1: value1
2048 @item name2: "value which may contain spaces"
2049 @item name3: #88F
2050 @end itemize
2051
2052 In this example, name3 is assigned a color value.
2053
2054
2055 @subsection Global Property List
2056
2057 @multitable @columnfractions 0.3 0.6
2058 @item title-text
2059    @tab Specifies the text to display at the top center of the screen as a title.
2060 @item title-font
2061    @tab Defines the font used for the title message at the top of the screen.
2062 @item title-color
2063    @tab Defines the color of the title message.
2064 @item message-font
2065    @tab Currently unused. Left for backward compatibility.
2066 @item message-color
2067    @tab Currently unused. Left for backward compatibility.
2068 @item message-bg-color
2069    @tab Currently unused. Left for backward compatibility.
2070 @item desktop-image
2071    @tab Specifies the image to use as the background.  It will be scaled
2072    to fit the screen size or proportionally scaled depending on the scale
2073    method.
2074 @item desktop-image-scale-method
2075    @tab Specifies the scaling method for the *desktop-image*. Options are
2076    ``stretch``, ``crop``, ``padding``, ``fitwidth``, ``fitheight``.
2077    ``stretch`` for fitting the screen size. Otherwise it is proportional
2078    scaling of a part of *desktop-image* to the part of the screen.
2079    ``crop`` part of the *desktop-image* will be proportionally scaled to
2080    fit the screen sizes. ``padding`` the entire *desktop-image* will be
2081    contained on the screen. ``fitwidth`` for fitting the *desktop-image*'s
2082    width with screen width. ``fitheight`` for fitting the *desktop-image*'s
2083    height with the screen height. Default is ``stretch``.
2084 @item desktop-image-h-align
2085    @tab Specifies the horizontal alignment of the *desktop-image* if
2086    *desktop-image-scale-method* isn't equeal to ``stretch``. Options are
2087    ``left``, ``center``, ``right``. Default is ``center``.
2088 @item desktop-image-v-align
2089    @tab Specifies the vertical alignment of the *desktop-image* if
2090    *desktop-image-scale-method* isn't equeal to ``stretch``. Options are
2091    ``top``, ``center``, ``bottom``. Default is ``center``.
2092 @item desktop-color
2093    @tab Specifies the color for the background if *desktop-image* is not
2094    specified.
2095 @item terminal-box
2096    @tab Specifies the file name pattern for the styled box slices used for the
2097    command line terminal window.  For example, ``terminal-box: terminal_*.png``
2098    will use the images ``terminal_c.png`` as the center area, ``terminal_n.png``
2099    as the north (top) edge, ``terminal_nw.png`` as the northwest (upper left)
2100    corner, and so on.  If the image for any slice is not found, it will simply
2101    be left empty.
2102 @item terminal-border
2103    @tab Specifies the border width of the terminal window.
2104 @item terminal-left
2105    @tab Specifies the left coordinate of the terminal window.
2106 @item terminal-top
2107    @tab Specifies the top coordinate of the terminal window.
2108 @item terminal-width
2109    @tab Specifies the width of the terminal window.
2110 @item terminal-height
2111    @tab Specifies the height of the terminal window.
2112 @end multitable
2113
2114
2115 @subsection Component Construction
2116
2117 Greater customizability comes is provided by components.  A tree of components
2118 forms the user interface.  *Containers* are components that can contain other
2119 components, and there is always a single root component which is an instance
2120 of a *canvas* container.
2121
2122 Components are created in the theme file by prefixing the type of component
2123 with a '+' sign:
2124
2125 @code{   + label @{ text="GRUB" font="aqui 11" color="#8FF" @} }
2126
2127 properties of a component are specified as "name = value" (whitespace
2128 surrounding tokens is optional and is ignored) where *value* may be:
2129 @itemize
2130 @item a single word (e.g., ``align = center``, ``color = #FF8080``),
2131 @item a quoted string (e.g., ``text = "Hello, World!"``), or
2132 @item a tuple (e.g., ``preferred_size = (120, 80)``).
2133 @end itemize
2134
2135 @subsection Component List
2136
2137 The following is a list of the components and the properties they support.
2138
2139 @itemize
2140 @item label
2141    A label displays a line of text.
2142    
2143    Properties:
2144    @multitable @columnfractions 0.2 0.7
2145    @item id
2146       @tab Set to ``__timeout__`` to display the time elapsed to an automatical
2147       boot of the default entry.
2148    @item text
2149       @tab The text to display. If ``id`` is set to ``__timeout__`` and no
2150       ``text`` property is set then the amount of seconds will be shown.
2151       If set to ``@@KEYMAP_SHORT@@``, ``@@KEYMAP_MIDDLE@@`` or
2152       ``@@KEYMAP_LONG@@`` then predefined hotkey information will be shown.
2153    @item font
2154       @tab The font to use for text display.
2155    @item color
2156       @tab The color of the text.
2157    @item align
2158       @tab The horizontal alignment of the text within the component.
2159       Options are ``left``, ``center`` and ``right``.
2160    @item visible
2161       @tab Set to ``false`` to hide the label.
2162    @end multitable
2163
2164 @item image
2165    A component that displays an image.  The image is scaled to fit
2166    the component.
2167
2168    Properties:
2169
2170    @multitable @columnfractions 0.2 0.7
2171    @item file
2172       @tab The full path to the image file to load.
2173    @end multitable
2174
2175 @item progress_bar
2176    Displays a horizontally oriented progress bar.  It can be rendered using
2177    simple solid filled rectangles, or using a pair of pixmap styled boxes.
2178
2179    Properties:
2180
2181    @multitable @columnfractions 0.2 0.7
2182    @item id
2183       @tab Set to ``__timeout__`` to display the time elapsed to an automatical
2184       boot of the default entry.
2185    @item fg_color
2186       @tab The foreground color for plain solid color rendering.
2187    @item bg_color
2188       @tab The background color for plain solid color rendering.
2189    @item border_color
2190       @tab The border color for plain solid color rendering.
2191    @item text_color
2192       @tab The text color.
2193    @item bar_style
2194       @tab The styled box specification for the frame of the progress bar.
2195       Example: ``progress_frame_*.png``
2196       If the value is equal to ``highlight_style`` then no styled boxes
2197       will be shown.
2198    @item highlight_style
2199       @tab The styled box specification for the highlighted region of the
2200       progress bar. This box will be used to paint just the highlighted region
2201       of the bar, and will be increased in size as the bar nears completion.
2202       Example: ``progress_hl_*.png``.
2203       If the value is equal to ``bar_style`` then no styled boxes
2204       will be shown.
2205    @item highlight_overlay
2206       @tab If this option is set to ``true`` then the highlight box
2207       side slices (every slice except the center slice) will overlay the
2208       frame box side slices. And the center slice of the highlight box
2209       can move all the way (from top to bottom), being drawn on the center
2210       slice of the frame box. That way we can make a progress bar with
2211       round-shaped edges so there won't be a free space from the highlight to
2212       the frame in top and bottom scrollbar positions. Default is ``false``.
2213    @item font
2214       @tab The font to use for progress bar.
2215    @item text
2216       @tab The text to display on the progress bar.  If the progress bar's ID
2217       is set to ``__timeout__`` and the value of this property is set to
2218       ``@@TIMEOUT_NOTIFICATION_SHORT@@``, ``@@TIMEOUT_NOTIFICATION_MIDDLE@@``
2219       or ``@@TIMEOUT_NOTIFICATION_LONG@@``, then GRUB will update this
2220       property with an informative message as the timeout approaches.
2221    @end multitable
2222
2223 @item circular_progress
2224    Displays a circular progress indicator.  The appearance of this component
2225    is determined by two images:  the *center* image and the *tick* image.  The
2226    center image is generally larger and will be drawn in the center of the
2227    component.  Around the circumference of a circle within the component, the
2228    tick image will be drawn a certain number of times, depending on the
2229    properties of the component.
2230
2231    Properties:
2232
2233    @multitable @columnfractions 0.3 0.6
2234    @item id
2235       @tab Set to ``__timeout__`` to display the time elapsed to an automatical
2236       boot of the default entry.
2237    @item center_bitmap
2238       @tab The file name of the image to draw in the center of the component.
2239    @item tick_bitmap
2240       @tab The file name of the image to draw for the tick marks.
2241    @item num_ticks
2242       @tab The number of ticks that make up a full circle.
2243    @item ticks_disappear
2244       @tab Boolean value indicating whether tick marks should progressively appear,
2245       or progressively disappear as *value* approaches *end*.  Specify
2246       ``true`` or ``false``. Default is ``false``.
2247    @item start_angle
2248       @tab The position of the first tick mark to appear or disappear.
2249       Measured in "parrots", 1 "parrot" = 1 / 256 of the full circle.
2250       Use values ``xxx deg`` or ``xxx \xc2\xb0`` to set the angle in degrees.
2251    @end multitable
2252
2253 @item boot_menu
2254    Displays the GRUB boot menu.  It allows selecting items and executing them.
2255
2256    Properties:
2257
2258    @multitable @columnfractions 0.4 0.5
2259    @item item_font
2260       @tab The font to use for the menu item titles.
2261    @item selected_item_font
2262       @tab The font to use for the selected menu item, or ``inherit`` (the default)
2263       to use ``item_font`` for the selected menu item as well.
2264    @item item_color
2265       @tab The color to use for the menu item titles.
2266    @item selected_item_color
2267       @tab The color to use for the selected menu item, or ``inherit`` (the default)
2268       to use ``item_color`` for the selected menu item as well.
2269    @item icon_width
2270       @tab The width of menu item icons.  Icons are scaled to the specified size.
2271    @item icon_height
2272       @tab The height of menu item icons.
2273    @item item_height
2274       @tab The height of each menu item in pixels.
2275    @item item_padding
2276       @tab The amount of space in pixels to leave on each side of the menu item
2277       contents.
2278    @item item_icon_space
2279       @tab The space between an item's icon and the title text, in pixels.
2280    @item item_spacing
2281       @tab The amount of space to leave between menu items, in pixels.
2282    @item menu_pixmap_style
2283       @tab The image file pattern for the menu frame styled box.
2284       Example:  ``menu_*.png`` (this will use images such as ``menu_c.png``,
2285       ``menu_w.png``, `menu_nw.png``, etc.)
2286    @item item_pixmap_style
2287       @tab The image file pattern for the item styled box.
2288    @item selected_item_pixmap_style
2289       @tab The image file pattern for the selected item highlight styled box.
2290    @item scrollbar
2291       @tab Boolean value indicating whether the scroll bar should be drawn if the
2292       frame and thumb styled boxes are configured.
2293    @item scrollbar_frame
2294       @tab The image file pattern for the entire scroll bar.
2295       Example:  ``scrollbar_*.png``
2296    @item scrollbar_thumb
2297       @tab The image file pattern for the scroll bar thumb (the part of the scroll
2298       bar that moves as scrolling occurs).
2299       Example:  ``scrollbar_thumb_*.png``
2300    @item scrollbar_thumb_overlay
2301       @tab If this option is set to ``true`` then the scrollbar thumb
2302       side slices (every slice except the center slice) will overlay the
2303       scrollbar frame side slices. And the center slice of the scrollbar_thumb
2304       can move all the way (from top to bottom), being drawn on the center
2305       slice of the scrollbar frame. That way we can make a scrollbar with
2306       round-shaped edges so there won't be a free space from the thumb to
2307       the frame in top and bottom scrollbar positions. Default is ``false``.
2308    @item scrollbar_slice
2309       @tab The menu frame styled box's slice in which the scrollbar will be
2310       drawn. Possible values are ``west``, ``center``, ``east`` (default).
2311       ``west`` - the scrollbar will be drawn in the west slice (right-aligned).
2312       ``east`` - the scrollbar will be drawn in the east slice (left-aligned).
2313       ``center`` - the scrollbar will be drawn in the center slice.
2314       Note: in case of ``center`` slice:
2315       a) If the scrollbar should be drawn then boot menu entry's width is
2316       decreased by the scrollbar's width and the scrollbar is drawn at the
2317       right side of the center slice.
2318       b) If the scrollbar won't be drawn then the boot menu entry's width
2319       is the width of the center slice.
2320       c) We don't necessary need the menu pixmap box to display the scrollbar.
2321    @item scrollbar_left_pad
2322       @tab The left scrollbar padding in pixels.
2323       Unused if ``scrollbar_slice`` is ``west``.
2324    @item scrollbar_right_pad
2325       @tab The right scrollbar padding in pixels.
2326       Unused if ``scrollbar_slice`` is ``east``.
2327    @item scrollbar_top_pad
2328       @tab The top scrollbar padding in pixels.
2329    @item scrollbar_bottom_pad
2330       @tab The bottom scrollbar padding in pixels.
2331    @item visible
2332       @tab Set to ``false`` to hide the boot menu.
2333    @end multitable
2334
2335 @item canvas
2336    Canvas is a container that allows manual placement of components within it.
2337    It does not alter the positions of its child components.  It assigns all
2338    child components their preferred sizes.
2339
2340 @item hbox
2341    The *hbox* container lays out its children from left to right, giving each
2342    one its preferred width.  The height of each child is set to the maximum of
2343    the preferred heights of all children.
2344    
2345 @item vbox
2346    The *vbox* container lays out its children from top to bottom, giving each
2347    one its preferred height.  The width of each child is set to the maximum of
2348    the preferred widths of all children.
2349 @end itemize
2350
2351
2352 @subsection Common properties
2353
2354 The following properties are supported by all components:
2355 @table @samp
2356 @item left
2357      The distance from the left border of container to left border of the object in either of three formats:
2358         @multitable @columnfractions 0.2 0.7
2359              @item x @tab Value in pixels
2360              @item p% @tab Percentage
2361              @item p%+x @tab mixture of both
2362         @end multitable
2363 @item top
2364       The distance from the left border of container to left border of the object in same format.
2365 @item width
2366       The width of object in same format.
2367 @item height
2368       The height of object in same format.
2369 @item id 
2370    The identifier for the component.  This can be any arbitrary string.
2371    The ID can be used by scripts to refer to various components in the GUI
2372    component tree.  Currently, there is one special ID value that GRUB
2373    recognizes:
2374
2375    @multitable @columnfractions 0.2 0.7
2376    @item ``__timeout__``
2377       @tab Component with this ID will be updated by GRUB and will indicate
2378       time elapsed to an automatical boot of the default entry.
2379       Affected components: ``label``, ``circular_progress``, ``progress_bar``.
2380    @end multitable
2381 @end table
2382
2383
2384
2385 @node Network
2386 @chapter Booting GRUB from the network
2387
2388 The following instructions don't work for *-emu, i386-qemu, i386-coreboot,
2389 i386-multiboot, mips_loongson, mips-arc and mips_qemu_mips
2390
2391 To generate a netbootable directory, run:
2392
2393 @example
2394 @group
2395 grub-mknetdir --net-directory=/srv/tftp --subdir=/boot/grub -d /usr/lib/grub/<platform>
2396 @end group
2397 @end example
2398
2399 E.g. for i386-pc:
2400
2401 @example
2402 @group
2403 grub-mknetdir --net-directory=/srv/tftp --subdir=/boot/grub -d /usr/lib/grub/i386-pc
2404 @end group
2405 @end example
2406
2407 Then follow instructions printed out by grub-mknetdir on configuring your DHCP
2408 server.
2409
2410 After GRUB has started, files on the TFTP server will be accessible via the
2411 @samp{(tftp)} device.
2412
2413 The server IP address can be controlled by changing the
2414 @samp{(tftp)} device name to @samp{(tftp,@var{server-ip})}. Note that
2415 this should be changed both in the prefix and in any references to the
2416 device name in the configuration file.
2417
2418 GRUB provides several environment variables which may be used to inspect or
2419 change the behaviour of the PXE device. In the following description
2420 @var{<interface>} is placeholder for the name of network interface (platform
2421 dependent):
2422
2423 @table @samp
2424 @item net_@var{<interface>}_ip
2425 The network interface's IP address.  Read-only.
2426
2427 @item net_@var{<interface>}_mac
2428 The network interface's MAC address.  Read-only.
2429
2430 @item net_@var{<interface>}_hostname
2431 The client host name provided by DHCP.  Read-only.
2432
2433 @item net_@var{<interface>}_domain
2434 The client domain name provided by DHCP.  Read-only.
2435
2436 @item net_@var{<interface>}_rootpath
2437 The path to the client's root disk provided by DHCP.  Read-only.
2438
2439 @item net_@var{<interface>}_extensionspath
2440 The path to additional DHCP vendor extensions provided by DHCP.  Read-only.
2441
2442 @item net_@var{<interface>}_boot_file
2443 The boot file name provided by DHCP.  Read-only.
2444
2445 @item net_@var{<interface>}_dhcp_server_name
2446 The name of the DHCP server responsible for these boot parameters.
2447 Read-only.
2448
2449 @item net_@var{<interface>}_next_server
2450 The IP address of the next (usually, TFTP) server provided by DHCP.
2451 Read-only.
2452
2453 @item net_default_interface
2454 Initially set to name of network interface that was used to load grub.
2455 Read-write, although setting it affects only interpretation of
2456 @samp{net_default_ip} and @samp{net_default_mac}
2457
2458 @item net_default_ip
2459 The IP address of default interface.  Read-only. This is alias for the
2460 @samp{net_$@{net_default_interface@}_ip}.
2461
2462 @item net_default_mac
2463 The default interface's MAC address.  Read-only.  This is alias for the
2464 @samp{net_$@{net_default_interface@}_mac}.
2465
2466 @item net_default_server
2467 The default server used by network drives (@pxref{Device syntax}).  Read-write,
2468 although setting this is only useful before opening a network device.
2469
2470 @end table
2471
2472
2473 @node Serial terminal
2474 @chapter Using GRUB via a serial line
2475
2476 This chapter describes how to use the serial terminal support in GRUB.
2477
2478 If you have many computers or computers with no display/keyboard, it
2479 could be very useful to control the computers through serial
2480 communications. To connect one computer with another via a serial line,
2481 you need to prepare a null-modem (cross) serial cable, and you may need
2482 to have multiport serial boards, if your computer doesn't have extra
2483 serial ports. In addition, a terminal emulator is also required, such as
2484 minicom. Refer to a manual of your operating system, for more
2485 information.
2486
2487 As for GRUB, the instruction to set up a serial terminal is quite
2488 simple.  Here is an example:
2489
2490 @example
2491 @group
2492 grub> @kbd{serial --unit=0 --speed=9600}
2493 grub> @kbd{terminal_input serial; terminal_output serial}
2494 @end group
2495 @end example
2496
2497 The command @command{serial} initializes the serial unit 0 with the
2498 speed 9600bps. The serial unit 0 is usually called @samp{COM1}, so, if
2499 you want to use COM2, you must specify @samp{--unit=1} instead. This
2500 command accepts many other options, so please refer to @ref{serial},
2501 for more details.
2502
2503 The commands @command{terminal_input} (@pxref{terminal_input}) and
2504 @command{terminal_output} (@pxref{terminal_output}) choose which type of
2505 terminal you want to use. In the case above, the terminal will be a
2506 serial terminal, but you can also pass @code{console} to the command,
2507 as @samp{terminal_input serial console}. In this case, a terminal in which
2508 you press any key will be selected as a GRUB terminal. In the example above,
2509 note that you need to put both commands on the same command line, as you
2510 will lose the ability to type commands on the console after the first
2511 command.
2512
2513 However, note that GRUB assumes that your terminal emulator is
2514 compatible with VT100 by default. This is true for most terminal
2515 emulators nowadays, but you should pass the option @option{--dumb} to
2516 the command if your terminal emulator is not VT100-compatible or
2517 implements few VT100 escape sequences. If you specify this option then
2518 GRUB provides you with an alternative menu interface, because the normal
2519 menu requires several fancy features of your terminal.
2520
2521
2522 @node Vendor power-on keys
2523 @chapter Using GRUB with vendor power-on keys
2524
2525 Some laptop vendors provide an additional power-on button which boots
2526 another OS.  GRUB supports such buttons with the @samp{GRUB_TIMEOUT_BUTTON},
2527 @samp{GRUB_TIMEOUT_STYLE_BUTTON}, @samp{GRUB_DEFAULT_BUTTON}, and
2528 @samp{GRUB_BUTTON_CMOS_ADDRESS} variables in default/grub (@pxref{Simple
2529 configuration}).  @samp{GRUB_TIMEOUT_BUTTON},
2530 @samp{GRUB_TIMEOUT_STYLE_BUTTON}, and @samp{GRUB_DEFAULT_BUTTON} are used
2531 instead of the corresponding variables without the @samp{_BUTTON} suffix
2532 when powered on using the special button.  @samp{GRUB_BUTTON_CMOS_ADDRESS}
2533 is vendor-specific and partially model-specific.  Values known to the GRUB
2534 team are:
2535
2536 @table @key
2537 @item Dell XPS M1330M
2538 121:3
2539 @item Dell XPS M1530
2540 85:3
2541 @item Dell Latitude E4300
2542 85:3
2543 @item Asus EeePC 1005PE 
2544 84:1 (unconfirmed)
2545 @item LENOVO ThinkPad T410s (2912W1C)
2546 101:3
2547 @end table
2548
2549 To take full advantage of this function, install GRUB into the MBR
2550 (@pxref{Installing GRUB using grub-install}).
2551
2552 If you have a laptop which has a similar feature and not in the above list
2553 could you figure your address and contribute?
2554 To discover the address do the following:
2555 @itemize
2556 @item boot normally
2557 @item
2558 @example
2559 sudo modprobe nvram
2560 sudo cat /dev/nvram | xxd > normal_button.txt
2561 @end example
2562 @item boot using vendor button
2563 @item
2564 @example
2565 sudo modprobe nvram
2566 sudo cat /dev/nvram | xxd > normal_vendor.txt
2567 @end example
2568 @end itemize
2569
2570 Then compare these text files and find where a bit was toggled. E.g. in
2571 case of Dell XPS it was:
2572 @example
2573 byte 0x47: 20 --> 28
2574 @end example
2575 It's a bit number 3 as seen from following table:
2576 @multitable @columnfractions .2 .2
2577 @item 0 @tab 01
2578 @item 1 @tab 02
2579 @item 2 @tab 04
2580 @item 3 @tab 08
2581 @item 4 @tab 10
2582 @item 5 @tab 20
2583 @item 6 @tab 40
2584 @item 7 @tab 80
2585 @end multitable
2586
2587 0x47 is decimal 71. Linux nvram implementation cuts first 14 bytes of
2588 CMOS. So the real byte address in CMOS is 71+14=85
2589 So complete address is 85:3
2590
2591 @node Images
2592 @chapter GRUB image files
2593
2594 @c FIXME: parts of this section are specific to PC BIOS right now.
2595
2596 GRUB consists of several images: a variety of bootstrap images for starting
2597 GRUB in various ways, a kernel image, and a set of modules which are
2598 combined with the kernel image to form a core image.  Here is a short
2599 overview of them.
2600
2601 @table @file
2602 @item boot.img
2603 On PC BIOS systems, this image is the first part of GRUB to start.  It is
2604 written to a master boot record (MBR) or to the boot sector of a partition.
2605 Because a PC boot sector is 512 bytes, the size of this image is exactly 512
2606 bytes.
2607
2608 The sole function of @file{boot.img} is to read the first sector of the core
2609 image from a local disk and jump to it.  Because of the size restriction,
2610 @file{boot.img} cannot understand any file system structure, so
2611 @command{grub-install} hardcodes the location of the first sector of the
2612 core image into @file{boot.img} when installing GRUB.
2613
2614 @item diskboot.img
2615 This image is used as the first sector of the core image when booting from a
2616 hard disk.  It reads the rest of the core image into memory and starts the
2617 kernel.  Since file system handling is not yet available, it encodes the
2618 location of the core image using a block list format.
2619
2620 @item cdboot.img
2621 This image is used as the first sector of the core image when booting from a
2622 CD-ROM drive.  It performs a similar function to @file{diskboot.img}.
2623
2624 @item pxeboot.img
2625 This image is used as the start of the core image when booting from the
2626 network using PXE.  @xref{Network}.
2627
2628 @item lnxboot.img
2629 This image may be placed at the start of the core image in order to make
2630 GRUB look enough like a Linux kernel that it can be booted by LILO using an
2631 @samp{image=} section.
2632
2633 @item kernel.img
2634 This image contains GRUB's basic run-time facilities: frameworks for device
2635 and file handling, environment variables, the rescue mode command-line
2636 parser, and so on.  It is rarely used directly, but is built into all core
2637 images.
2638
2639 @item core.img
2640 This is the core image of GRUB.  It is built dynamically from the kernel
2641 image and an arbitrary list of modules by the @command{grub-mkimage}
2642 program.  Usually, it contains enough modules to access @file{/boot/grub},
2643 and loads everything else (including menu handling, the ability to load
2644 target operating systems, and so on) from the file system at run-time.  The
2645 modular design allows the core image to be kept small, since the areas of
2646 disk where it must be installed are often as small as 32KB.
2647
2648 @xref{BIOS installation}, for details on where the core image can be
2649 installed on PC systems.
2650
2651 @item *.mod
2652 Everything else in GRUB resides in dynamically loadable modules.  These are
2653 often loaded automatically, or built into the core image if they are
2654 essential, but may also be loaded manually using the @command{insmod}
2655 command (@pxref{insmod}).
2656 @end table
2657
2658 @heading For GRUB Legacy users
2659
2660 GRUB 2 has a different design from GRUB Legacy, and so correspondences with
2661 the images it used cannot be exact.  Nevertheless, GRUB Legacy users often
2662 ask questions in the terms they are familiar with, and so here is a brief
2663 guide to how GRUB 2's images relate to that.
2664
2665 @table @file
2666 @item stage1
2667 Stage 1 from GRUB Legacy was very similar to @file{boot.img} in GRUB 2, and
2668 they serve the same function.
2669
2670 @item *_stage1_5
2671 In GRUB Legacy, Stage 1.5's function was to include enough filesystem code
2672 to allow the much larger Stage 2 to be read from an ordinary filesystem.  In
2673 this respect, its function was similar to @file{core.img} in GRUB 2.
2674 However, @file{core.img} is much more capable than Stage 1.5 was; since it
2675 offers a rescue shell, it is sometimes possible to recover manually in the
2676 event that it is unable to load any other modules, for example if partition
2677 numbers have changed.  @file{core.img} is built in a more flexible way,
2678 allowing GRUB 2 to support reading modules from advanced disk types such as
2679 LVM and RAID.
2680
2681 GRUB Legacy could run with only Stage 1 and Stage 2 in some limited
2682 configurations, while GRUB 2 requires @file{core.img} and cannot work
2683 without it.
2684
2685 @item stage2
2686 GRUB 2 has no single Stage 2 image.  Instead, it loads modules from
2687 @file{/boot/grub} at run-time.
2688
2689 @item stage2_eltorito
2690 In GRUB 2, images for booting from CD-ROM drives are now constructed using
2691 @file{cdboot.img} and @file{core.img}, making sure that the core image
2692 contains the @samp{iso9660} module.  It is usually best to use the
2693 @command{grub-mkrescue} program for this.
2694
2695 @item nbgrub
2696 There is as yet no equivalent for @file{nbgrub} in GRUB 2; it was used by
2697 Etherboot and some other network boot loaders.
2698
2699 @item pxegrub
2700 In GRUB 2, images for PXE network booting are now constructed using
2701 @file{pxeboot.img} and @file{core.img}, making sure that the core image
2702 contains the @samp{pxe} and @samp{pxecmd} modules.  @xref{Network}.
2703 @end table
2704
2705 @node Core image size limitation
2706 @chapter Core image size limitation
2707
2708 Heavily limited platforms:
2709 @itemize
2710 @item i386-pc (normal and PXE): the core image size (compressed) is limited by 458240 bytes.
2711  kernel.img (.text + .data + .bss, uncompressed) is limited by 392704 bytes.
2712  module size (uncompressed) + kernel.img (.text + .data, uncompressed) is limited by the size of contiguous chunk at 1M address.
2713 @item sparc64-ieee1275: kernel.img (.text + .data + .bss) + modules + 256K (stack) + 2M (heap) is limited by space available at 0x4400. On most platforms it's just 3 or 4M since ieee1275 maps only so much.
2714 @item i386-ieee1275: kernel.img  (.text + .data + .bss) + modules is limited by memory available at 0x10000, at most 596K
2715 @end itemize
2716
2717 Lightly limited platforms:
2718
2719 @itemize
2720 @item *-xen: limited only by adress space and RAM size.
2721 @item i386-qemu: kernel.img (.text + .data + .bss) is limited by 392704 bytes.
2722                  (core.img would be limited by ROM size but it's unlimited on qemu
2723 @item All EFI platforms: limited by contiguous RAM size and possibly firmware bugs
2724 @item Coreboot and multiboot. kernel.img (.text + .data + .bss) is limited by 392704 bytes.
2725       module size is limited by the size of contiguous chunk at 1M address.
2726 @item mipsel-loongson (ELF), mips(el)-qemu_mips (ELF): if uncompressed:
2727                 kernel.img (.text + .data) + modules is limited by the space from 80200000 forward
2728                 if compressed:
2729                 kernel.img (.text + .data, uncompressed) + modules (uncompressed)
2730                 + (modules + kernel.img (.text + .data)) (compressed)
2731                 + decompressor is limited by the space from 80200000 forward
2732 @item mipsel-loongson (Flash), mips(el)-qemu_mips (Flash): kernel.img (.text + .data) + modules is limited by the space from 80200000 forward
2733                                core.img (final) is limited by flash size (512K on yeeloong and fulooong)
2734 @item mips-arc: if uncompressed:
2735                 kernel.img (.text + .data) is limited by the space from 8bd00000 forward
2736                 modules + dummy decompressor  is limited by the space from 8bd00000 backward
2737                 if compressed:
2738                 kernel.img (.text + .data, uncompressed) is limited by the space from 8bd00000 forward
2739                 modules (uncompressed) + (modules + kernel.img (.text + .data)) (compressed, aligned to 1M)
2740                 + 1M (decompressor + scratch space) is limited by the space from 8bd00000 backward
2741 @item powerpc-ieee1275: kernel.img (.text + .data + .bss) + modules is limited by space available at 0x200000
2742 @end itemize
2743
2744 @node Filesystem
2745 @chapter Filesystem syntax and semantics
2746
2747 GRUB uses a special syntax for specifying disk drives which can be
2748 accessed by BIOS. Because of BIOS limitations, GRUB cannot distinguish
2749 between IDE, ESDI, SCSI, or others. You must know yourself which BIOS
2750 device is equivalent to which OS device. Normally, that will be clear if
2751 you see the files in a device or use the command @command{search}
2752 (@pxref{search}).
2753
2754 @menu
2755 * Device syntax::               How to specify devices
2756 * File name syntax::            How to specify files
2757 * Block list syntax::           How to specify block lists
2758 @end menu
2759
2760
2761 @node Device syntax
2762 @section How to specify devices
2763
2764 The device syntax is like this:
2765
2766 @example
2767 @code{(@var{device}[,@var{partmap-name1}@var{part-num1}[,@var{partmap-name2}@var{part-num2}[,...]]])}
2768 @end example
2769
2770 @samp{[]} means the parameter is optional. @var{device} depends on the disk
2771 driver in use. BIOS and EFI disks use either @samp{fd} or @samp{hd} followed
2772 by a digit, like @samp{fd0}, or @samp{cd}.
2773 AHCI, PATA (ata), crypto, USB use the name of driver followed by a number.
2774 Memdisk and host are limited to one disk and so it's refered just by driver
2775 name.
2776 RAID (md), ofdisk (ieee1275 and nand), LVM (lvm), LDM, virtio (vdsk)
2777 and arcdisk (arc) use intrinsic name of disk prefixed by driver name.
2778 Additionally just ``nand'' refers to the disk aliased as ``nand''.
2779 Conflicts are solved by suffixing a number if necessarry.
2780 Commas need to be escaped.
2781 Loopback uses whatever name specified to @command{loopback} command.
2782 Hostdisk uses names specified in device.map as long as it's of the form
2783 [fhc]d[0-9]* or hostdisk/<OS DEVICE>.
2784 For crypto and RAID (md) additionally you can use the syntax
2785 <driver name>uuid/<uuid>.  For LVM additionally you can use the syntax
2786 lvmid/<volume-group-uuid>/<volume-uuid>.
2787
2788 @example
2789 (fd0)
2790 (hd0)
2791 (cd)
2792 (ahci0)
2793 (ata0)
2794 (crypto0)
2795 (usb0)
2796 (cryptouuid/123456789abcdef0123456789abcdef0)
2797 (mduuid/123456789abcdef0123456789abcdef0)
2798 (lvm/system-root)
2799 (lvmid/F1ikgD-2RES-306G-il9M-7iwa-4NKW-EbV1NV/eLGuCQ-L4Ka-XUgR-sjtJ-ffch-bajr-fCNfz5)
2800 (md/myraid)
2801 (md/0)
2802 (ieee1275/disk2)
2803 (ieee1275//pci@@1f\,0/ide@@d/disk@@2)
2804 (nand)
2805 (memdisk)
2806 (host)
2807 (myloop)
2808 (hostdisk//dev/sda)
2809 @end example
2810
2811 @var{part-num} represents the partition number of @var{device}, starting
2812 from one. @var{partname} is optional but is recommended since disk may have
2813 several top-level partmaps. Specifying third and later component you can access
2814 to subpartitions.
2815
2816 The syntax @samp{(hd0)} represents using the entire disk (or the
2817 MBR when installing GRUB), while the syntax @samp{(hd0,1)}
2818 represents using the first partition of the disk (or the boot sector
2819 of the partition when installing GRUB).
2820
2821 @example
2822 (hd0,msdos1)
2823 (hd0,msdos1,msdos5)
2824 (hd0,msdos1,bsd3)
2825 (hd0,netbsd1)
2826 (hd0,gpt1)
2827 (hd0,1,3)
2828 @end example
2829
2830 If you enabled the network support, the special drives
2831 @code{(@var{protocol}[,@var{server}])} are also available. Supported protocols
2832 are @samp{http} and @samp{tftp}. If @var{server} is omitted, value of
2833 environment variable @samp{net_default_server} is used.
2834 Before using the network drive, you must initialize the network.
2835 @xref{Network}, for more information.
2836
2837 If you boot GRUB from a CD-ROM, @samp{(cd)} is available. @xref{Making
2838 a GRUB bootable CD-ROM}, for details.
2839
2840
2841 @node File name syntax
2842 @section How to specify files
2843
2844 There are two ways to specify files, by @dfn{absolute file name} and by
2845 @dfn{block list}.
2846
2847 An absolute file name resembles a Unix absolute file name, using
2848 @samp{/} for the directory separator (not @samp{\} as in DOS). One
2849 example is @samp{(hd0,1)/boot/grub/grub.cfg}. This means the file
2850 @file{/boot/grub/grub.cfg} in the first partition of the first hard
2851 disk. If you omit the device name in an absolute file name, GRUB uses
2852 GRUB's @dfn{root device} implicitly. So if you set the root device to,
2853 say, @samp{(hd1,1)} by the command @samp{set root=(hd1,1)} (@pxref{set}),
2854 then @code{/boot/kernel} is the same as @code{(hd1,1)/boot/kernel}.
2855
2856 On ZFS filesystem the first path component must be
2857 @var{volume}@samp{@@}[@var{snapshot}].
2858 So @samp{/rootvol@@snap-129/boot/grub/grub.cfg} refers to file
2859 @samp{/boot/grub/grub.cfg} in snapshot of volume @samp{rootvol} with name
2860 @samp{snap-129}.  Trailing @samp{@@} after volume name is mandatory even if
2861 snapshot name is omitted.
2862
2863
2864 @node Block list syntax
2865 @section How to specify block lists
2866
2867 A block list is used for specifying a file that doesn't appear in the
2868 filesystem, like a chainloader. The syntax is
2869 @code{[@var{offset}]+@var{length}[,[@var{offset}]+@var{length}]@dots{}}.
2870 Here is an example:
2871
2872 @example
2873 @code{0+100,200+1,300+300}
2874 @end example
2875
2876 This represents that GRUB should read blocks 0 through 99, block 200,
2877 and blocks 300 through 599. If you omit an offset, then GRUB assumes
2878 the offset is zero.
2879
2880 Like the file name syntax (@pxref{File name syntax}), if a blocklist
2881 does not contain a device name, then GRUB uses GRUB's @dfn{root
2882 device}. So @code{(hd0,2)+1} is the same as @code{+1} when the root
2883 device is @samp{(hd0,2)}.
2884
2885
2886 @node Interface
2887 @chapter GRUB's user interface
2888
2889 GRUB has both a simple menu interface for choosing preset entries from a
2890 configuration file, and a highly flexible command-line for performing
2891 any desired combination of boot commands.
2892
2893 GRUB looks for its configuration file as soon as it is loaded. If one
2894 is found, then the full menu interface is activated using whatever
2895 entries were found in the file. If you choose the @dfn{command-line} menu
2896 option, or if the configuration file was not found, then GRUB drops to
2897 the command-line interface.
2898
2899 @menu
2900 * Command-line interface::      The flexible command-line interface
2901 * Menu interface::              The simple menu interface
2902 * Menu entry editor::           Editing a menu entry
2903 @end menu
2904
2905
2906 @node Command-line interface
2907 @section The flexible command-line interface
2908
2909 The command-line interface provides a prompt and after it an editable
2910 text area much like a command-line in Unix or DOS. Each command is
2911 immediately executed after it is entered@footnote{However, this
2912 behavior will be changed in the future version, in a user-invisible
2913 way.}. The commands (@pxref{Command-line and menu entry commands}) are a
2914 subset of those available in the configuration file, used with exactly
2915 the same syntax.
2916
2917 Cursor movement and editing of the text on the line can be done via a
2918 subset of the functions available in the Bash shell:
2919
2920 @table @key
2921 @item C-f
2922 @itemx PC right key
2923 Move forward one character.
2924
2925 @item C-b
2926 @itemx PC left key
2927 Move back one character.
2928
2929 @item C-a
2930 @itemx HOME
2931 Move to the start of the line.
2932
2933 @item C-e
2934 @itemx END
2935 Move the the end of the line.
2936
2937 @item C-d
2938 @itemx DEL
2939 Delete the character underneath the cursor.
2940
2941 @item C-h
2942 @itemx BS
2943 Delete the character to the left of the cursor.
2944
2945 @item C-k
2946 Kill the text from the current cursor position to the end of the line.
2947
2948 @item C-u
2949 Kill backward from the cursor to the beginning of the line.
2950
2951 @item C-y
2952 Yank the killed text back into the buffer at the cursor.
2953
2954 @item C-p
2955 @itemx PC up key
2956 Move up through the history list.
2957
2958 @item C-n
2959 @itemx PC down key
2960 Move down through the history list.
2961 @end table
2962
2963 When typing commands interactively, if the cursor is within or before
2964 the first word in the command-line, pressing the @key{TAB} key (or
2965 @key{C-i}) will display a listing of the available commands, and if the
2966 cursor is after the first word, the @kbd{@key{TAB}} will provide a
2967 completion listing of disks, partitions, and file names depending on the
2968 context. Note that to obtain a list of drives, one must open a
2969 parenthesis, as @command{root (}.
2970
2971 Note that you cannot use the completion functionality in the TFTP
2972 filesystem. This is because TFTP doesn't support file name listing for
2973 the security.
2974
2975
2976 @node Menu interface
2977 @section The simple menu interface
2978
2979 The menu interface is quite easy to use. Its commands are both
2980 reasonably intuitive and described on screen.
2981
2982 Basically, the menu interface provides a list of @dfn{boot entries} to
2983 the user to choose from. Use the arrow keys to select the entry of
2984 choice, then press @key{RET} to run it.  An optional timeout is
2985 available to boot the default entry (the first one if not set), which is
2986 aborted by pressing any key.
2987
2988 Commands are available to enter a bare command-line by pressing @key{c}
2989 (which operates exactly like the non-config-file version of GRUB, but
2990 allows one to return to the menu if desired by pressing @key{ESC}) or to
2991 edit any of the @dfn{boot entries} by pressing @key{e}.
2992
2993 If you protect the menu interface with a password (@pxref{Security}),
2994 all you can do is choose an entry by pressing @key{RET}, or press
2995 @key{p} to enter the password.
2996
2997
2998 @node Menu entry editor
2999 @section Editing a menu entry
3000
3001 The menu entry editor looks much like the main menu interface, but the
3002 lines in the menu are individual commands in the selected entry instead
3003 of entry names.
3004
3005 If an @key{ESC} is pressed in the editor, it aborts all the changes made
3006 to the configuration entry and returns to the main menu interface.
3007
3008 Each line in the menu entry can be edited freely, and you can add new lines
3009 by pressing @key{RET} at the end of a line.  To boot the edited entry, press
3010 @key{Ctrl-x}.
3011
3012 Although GRUB unfortunately does not support @dfn{undo}, you can do almost
3013 the same thing by just returning to the main menu using @key{ESC}.
3014
3015
3016 @node Environment
3017 @chapter GRUB environment variables
3018
3019 GRUB supports environment variables which are rather like those offered by
3020 all Unix-like systems.  Environment variables have a name, which is unique
3021 and is usually a short identifier, and a value, which is an arbitrary string
3022 of characters.  They may be set (@pxref{set}), unset (@pxref{unset}), or
3023 looked up (@pxref{Shell-like scripting}) by name.
3024
3025 A number of environment variables have special meanings to various parts of
3026 GRUB.  Others may be used freely in GRUB configuration files.
3027
3028
3029 @menu
3030 * Special environment variables::
3031 * Environment block::
3032 @end menu
3033
3034
3035 @node Special environment variables
3036 @section Special environment variables
3037
3038 These variables have special meaning to GRUB.
3039
3040 @menu
3041 * biosnum::
3042 * check_signatures::
3043 * chosen::
3044 * cmdpath::
3045 * color_highlight::
3046 * color_normal::
3047 * config_directory::
3048 * config_file::
3049 * debug::
3050 * default::
3051 * fallback::
3052 * gfxmode::
3053 * gfxpayload::
3054 * gfxterm_font::
3055 * grub_cpu::
3056 * grub_platform::
3057 * icondir::
3058 * lang::
3059 * locale_dir::
3060 * menu_color_highlight::
3061 * menu_color_normal::
3062 * net_@var{<interface>}_boot_file::
3063 * net_@var{<interface>}_dhcp_server_name::
3064 * net_@var{<interface>}_domain::
3065 * net_@var{<interface>}_extensionspath::
3066 * net_@var{<interface>}_hostname::
3067 * net_@var{<interface>}_ip::
3068 * net_@var{<interface>}_mac::
3069 * net_@var{<interface>}_next_server::
3070 * net_@var{<interface>}_rootpath::
3071 * net_default_interface::
3072 * net_default_ip::
3073 * net_default_mac::
3074 * net_default_server::
3075 * pager::
3076 * prefix::
3077 * pxe_blksize::
3078 * pxe_default_gateway::
3079 * pxe_default_server::
3080 * root::
3081 * superusers::
3082 * theme::
3083 * timeout::
3084 * timeout_style::
3085 @end menu
3086
3087
3088 @node biosnum
3089 @subsection biosnum
3090
3091 When chain-loading another boot loader (@pxref{Chain-loading}), GRUB may
3092 need to know what BIOS drive number corresponds to the root device
3093 (@pxref{root}) so that it can set up registers properly.  If the
3094 @var{biosnum} variable is set, it overrides GRUB's own means of guessing
3095 this.
3096
3097 For an alternative approach which also changes BIOS drive mappings for the
3098 chain-loaded system, @pxref{drivemap}.
3099
3100
3101 @node check_signatures
3102 @subsection check_signatures
3103
3104 This variable controls whether GRUB enforces digital signature
3105 validation on loaded files. @xref{Using digital signatures}.
3106
3107 @node chosen
3108 @subsection chosen
3109
3110 When executing a menu entry, GRUB sets the @var{chosen} variable to the
3111 title of the entry being executed.
3112
3113 If the menu entry is in one or more submenus, then @var{chosen} is set to
3114 the titles of each of the submenus starting from the top level followed by
3115 the title of the menu entry itself, separated by @samp{>}.
3116
3117
3118 @node cmdpath
3119 @subsection cmdpath
3120
3121 The location from which @file{core.img} was loaded as an absolute
3122 directory name (@pxref{File name syntax}).  This is set by GRUB at
3123 startup based on information returned by platform firmware.  Not every
3124 platform provides this information and some may return only device
3125 without path name.
3126
3127
3128 @node color_highlight
3129 @subsection color_highlight
3130
3131 This variable contains the ``highlight'' foreground and background terminal
3132 colors, separated by a slash (@samp{/}).  Setting this variable changes
3133 those colors.  For the available color names, @pxref{color_normal}.
3134
3135 The default is @samp{black/light-gray}.
3136
3137
3138 @node color_normal
3139 @subsection color_normal
3140
3141 This variable contains the ``normal'' foreground and background terminal
3142 colors, separated by a slash (@samp{/}).  Setting this variable changes
3143 those colors.  Each color must be a name from the following list:
3144
3145 @itemize @bullet
3146 @item black
3147 @item blue
3148 @item green
3149 @item cyan
3150 @item red
3151 @item magenta
3152 @item brown
3153 @item light-gray
3154 @item dark-gray
3155 @item light-blue
3156 @item light-green
3157 @item light-cyan
3158 @item light-red
3159 @item light-magenta
3160 @item yellow
3161 @item white
3162 @end itemize
3163
3164 The default is @samp{light-gray/black}.
3165
3166 The color support support varies from terminal to terminal.
3167
3168 @samp{morse} has no color support at all.
3169
3170 @samp{mda_text} color support is limited to highlighting by
3171 black/white reversal.
3172
3173 @samp{console} on ARC, EMU and IEEE1275, @samp{serial_*} and
3174 @samp{spkmodem} are governed by terminfo and support
3175 only 8 colors if in modes @samp{vt100-color} (default for console on emu),
3176 @samp{arc} (default for console on ARC), @samp{ieee1275} (default
3177 for console on IEEE1275). When in mode @samp{vt100}
3178 then the color support is limited to highlighting by black/white
3179 reversal. When in mode @samp{dumb} there is no color support.
3180
3181 When console supports no colors this setting is ignored.
3182 When console supports 8 colors, then the colors from the
3183 second half of the previous list are mapped to the
3184 matching colors of first half.
3185
3186 @samp{console} on EFI and BIOS and @samp{vga_text} support all 16 colors.
3187
3188 @samp{gfxterm} supports all 16 colors and would be theoretically extendable
3189 to support whole rgb24 palette but currently there is no compelling reason
3190 to go beyond the current 16 colors.
3191
3192
3193 @node config_directory
3194 @subsection config_directory
3195
3196 This variable is automatically set by GRUB to the directory part of
3197 current configuration file name (@pxref{config_file}).
3198
3199
3200 @node config_file
3201 @subsection config_file
3202
3203 This variable is automatically set by GRUB to the name of configuration file that is being
3204 processed by commands @command{configfile} (@pxref{configfile}) or @command{normal}
3205 (@pxref{normal}).  It is restored to the previous value when command completes.
3206
3207
3208 @node debug
3209 @subsection debug
3210
3211 This variable may be set to enable debugging output from various components
3212 of GRUB.  The value is a list of debug facility names separated by
3213 whitespace or @samp{,}, or @samp{all} to enable all available debugging
3214 output. The facility names are the first argument to grub_dprintf. Consult
3215 source for more details.
3216
3217
3218 @node default
3219 @subsection default
3220
3221 If this variable is set, it identifies a menu entry that should be
3222 selected by default, possibly after a timeout (@pxref{timeout}).  The
3223 entry may be identified by number (starting from 0 at each level of
3224 the hierarchy), by title, or by id.
3225
3226 For example, if you have:
3227
3228 @verbatim
3229 menuentry 'Example GNU/Linux distribution' --class gnu-linux --id example-gnu-linux {
3230         ...
3231 }
3232 @end verbatim
3233
3234 then you can make this the default using:
3235
3236 @example
3237 default=example-gnu-linux
3238 @end example
3239
3240 If the entry is in a submenu, then it must be identified using the
3241 number, title, or id of each of the submenus starting from the top
3242 level, followed by the number, title, or id of the menu entry itself,
3243 with each element separated by @samp{>}.  For example, take the
3244 following menu structure:
3245
3246 @example
3247 GNU/Hurd --id gnu-hurd
3248   Standard Boot --id=gnu-hurd-std
3249   Rescue shell --id=gnu-hurd-rescue
3250 Other platforms --id=other
3251   Minix --id=minix
3252     Version 3.4.0 --id=minix-3.4.0
3253     Version 3.3.0 --id=minix-3.3.0
3254   GRUB Invaders --id=grub-invaders
3255 @end example
3256
3257 The more recent release of Minix would then be identified as
3258 @samp{Other platforms>Minix>Version 3.4.0}, or as @samp{1>0>0}, or as
3259 @samp{other>minix>minix-3.4.0}.
3260
3261 This variable is often set by @samp{GRUB_DEFAULT} (@pxref{Simple
3262 configuration}), @command{grub-set-default}, or @command{grub-reboot}.
3263
3264
3265 @node fallback
3266 @subsection fallback
3267
3268 If this variable is set, it identifies a menu entry that should be selected
3269 if the default menu entry fails to boot.  Entries are identified in the same
3270 way as for @samp{default} (@pxref{default}).
3271
3272
3273 @node gfxmode
3274 @subsection gfxmode
3275
3276 If this variable is set, it sets the resolution used on the @samp{gfxterm}
3277 graphical terminal.  Note that you can only use modes which your graphics
3278 card supports via VESA BIOS Extensions (VBE), so for example native LCD
3279 panel resolutions may not be available.  The default is @samp{auto}, which
3280 selects a platform-specific default that should look reasonable. Supported
3281 modes can be listed by @samp{videoinfo} command in GRUB.
3282
3283 The resolution may be specified as a sequence of one or more modes,
3284 separated by commas (@samp{,}) or semicolons (@samp{;}); each will be tried
3285 in turn until one is found.  Each mode should be either @samp{auto},
3286 @samp{@var{width}x@var{height}}, or
3287 @samp{@var{width}x@var{height}x@var{depth}}.
3288
3289
3290 @node gfxpayload
3291 @subsection gfxpayload
3292
3293 If this variable is set, it controls the video mode in which the Linux
3294 kernel starts up, replacing the @samp{vga=} boot option (@pxref{linux}).  It
3295 may be set to @samp{text} to force the Linux kernel to boot in normal text
3296 mode, @samp{keep} to preserve the graphics mode set using @samp{gfxmode}, or
3297 any of the permitted values for @samp{gfxmode} to set a particular graphics
3298 mode (@pxref{gfxmode}).
3299
3300 Depending on your kernel, your distribution, your graphics card, and the
3301 phase of the moon, note that using this option may cause GNU/Linux to suffer
3302 from various display problems, particularly during the early part of the
3303 boot sequence.  If you have problems, set this variable to @samp{text} and
3304 GRUB will tell Linux to boot in normal text mode.
3305
3306 The default is platform-specific.  On platforms with a native text mode
3307 (such as PC BIOS platforms), the default is @samp{text}.  Otherwise the
3308 default may be @samp{auto} or a specific video mode.
3309
3310 This variable is often set by @samp{GRUB_GFXPAYLOAD_LINUX} (@pxref{Simple
3311 configuration}).
3312
3313
3314 @node gfxterm_font
3315 @subsection gfxterm_font
3316
3317 If this variable is set, it names a font to use for text on the
3318 @samp{gfxterm} graphical terminal.  Otherwise, @samp{gfxterm} may use any
3319 available font.
3320
3321
3322 @node grub_cpu
3323 @subsection grub_cpu
3324
3325 In normal mode (@pxref{normal}), GRUB sets the @samp{grub_cpu} variable to
3326 the CPU type for which GRUB was built (e.g. @samp{i386} or @samp{powerpc}).
3327
3328
3329 @node grub_platform
3330 @subsection grub_platform
3331
3332 In normal mode (@pxref{normal}), GRUB sets the @samp{grub_platform} variable
3333 to the platform for which GRUB was built (e.g. @samp{pc} or @samp{efi}).
3334
3335
3336 @node icondir
3337 @subsection icondir
3338
3339 If this variable is set, it names a directory in which the GRUB graphical
3340 menu should look for icons after looking in the theme's @samp{icons}
3341 directory.  @xref{Theme file format}.
3342
3343
3344 @node lang
3345 @subsection lang
3346
3347 If this variable is set, it names the language code that the
3348 @command{gettext} command (@pxref{gettext}) uses to translate strings.  For
3349 example, French would be named as @samp{fr}, and Simplified Chinese as
3350 @samp{zh_CN}.
3351
3352 @command{grub-mkconfig} (@pxref{Simple configuration}) will try to set a
3353 reasonable default for this variable based on the system locale.
3354
3355
3356 @node locale_dir
3357 @subsection locale_dir
3358
3359 If this variable is set, it names the directory where translation files may
3360 be found (@pxref{gettext}), usually @file{/boot/grub/locale}.  Otherwise,
3361 internationalization is disabled.
3362
3363 @command{grub-mkconfig} (@pxref{Simple configuration}) will set a reasonable
3364 default for this variable if internationalization is needed and any
3365 translation files are available.
3366
3367
3368 @node menu_color_highlight
3369 @subsection menu_color_highlight
3370
3371 This variable contains the foreground and background colors to be used for
3372 the highlighted menu entry, separated by a slash (@samp{/}).  Setting this
3373 variable changes those colors.  For the available color names,
3374 @pxref{color_normal}.
3375
3376 The default is the value of @samp{color_highlight}
3377 (@pxref{color_highlight}).
3378
3379
3380 @node menu_color_normal
3381 @subsection menu_color_normal
3382
3383 This variable contains the foreground and background colors to be used for
3384 non-highlighted menu entries, separated by a slash (@samp{/}).  Setting this
3385 variable changes those colors.  For the available color names,
3386 @pxref{color_normal}.
3387
3388 The default is the value of @samp{color_normal} (@pxref{color_normal}).
3389
3390
3391 @node net_@var{<interface>}_boot_file
3392 @subsection net_@var{<interface>}_boot_file
3393
3394 @xref{Network}.
3395
3396
3397 @node net_@var{<interface>}_dhcp_server_name
3398 @subsection net_@var{<interface>}_dhcp_server_name
3399
3400 @xref{Network}.
3401
3402
3403 @node net_@var{<interface>}_domain
3404 @subsection net_@var{<interface>}_domain
3405
3406 @xref{Network}.
3407
3408
3409 @node net_@var{<interface>}_extensionspath
3410 @subsection net_@var{<interface>}_extensionspath
3411
3412 @xref{Network}.
3413
3414
3415 @node net_@var{<interface>}_hostname
3416 @subsection net_@var{<interface>}_hostname
3417
3418 @xref{Network}.
3419
3420
3421 @node net_@var{<interface>}_ip
3422 @subsection net_@var{<interface>}_ip
3423
3424 @xref{Network}.
3425
3426
3427 @node net_@var{<interface>}_mac
3428 @subsection net_@var{<interface>}_mac
3429
3430 @xref{Network}.
3431
3432
3433 @node net_@var{<interface>}_next_server
3434 @subsection net_@var{<interface>}_next_server
3435
3436 @xref{Network}.
3437
3438
3439 @node net_@var{<interface>}_rootpath
3440 @subsection net_@var{<interface>}_rootpath
3441
3442 @xref{Network}.
3443
3444
3445 @node net_default_interface
3446 @subsection net_default_interface
3447
3448 @xref{Network}.
3449
3450
3451 @node net_default_ip
3452 @subsection net_default_ip
3453
3454 @xref{Network}.
3455
3456
3457 @node net_default_mac
3458 @subsection net_default_mac
3459
3460 @xref{Network}.
3461
3462
3463 @node net_default_server
3464 @subsection net_default_server
3465
3466 @xref{Network}.
3467
3468
3469 @node pager
3470 @subsection pager
3471
3472 If set to @samp{1}, pause output after each screenful and wait for keyboard
3473 input.  The default is not to pause output.
3474
3475
3476 @node prefix
3477 @subsection prefix
3478
3479 The location of the @samp{/boot/grub} directory as an absolute file name
3480 (@pxref{File name syntax}).  This is normally set by GRUB at startup based
3481 on information provided by @command{grub-install}.  GRUB modules are
3482 dynamically loaded from this directory, so it must be set correctly in order
3483 for many parts of GRUB to work.
3484
3485
3486 @node pxe_blksize
3487 @subsection pxe_blksize
3488
3489 @xref{Network}.
3490
3491
3492 @node pxe_default_gateway
3493 @subsection pxe_default_gateway
3494
3495 @xref{Network}.
3496
3497
3498 @node pxe_default_server
3499 @subsection pxe_default_server
3500
3501 @xref{Network}.
3502
3503
3504 @node root
3505 @subsection root
3506
3507 The root device name (@pxref{Device syntax}).  Any file names that do not
3508 specify an explicit device name are read from this device.  The default is
3509 normally set by GRUB at startup based on the value of @samp{prefix}
3510 (@pxref{prefix}).
3511
3512 For example, if GRUB was installed to the first partition of the first hard
3513 disk, then @samp{prefix} might be set to @samp{(hd0,msdos1)/boot/grub} and
3514 @samp{root} to @samp{hd0,msdos1}.
3515
3516
3517 @node superusers
3518 @subsection superusers
3519
3520 This variable may be set to a list of superuser names to enable
3521 authentication support.  @xref{Security}.
3522
3523
3524 @node theme
3525 @subsection theme
3526
3527 This variable may be set to a directory containing a GRUB graphical menu
3528 theme.  @xref{Theme file format}.
3529
3530 This variable is often set by @samp{GRUB_THEME} (@pxref{Simple
3531 configuration}).
3532
3533
3534 @node timeout
3535 @subsection timeout
3536
3537 If this variable is set, it specifies the time in seconds to wait for
3538 keyboard input before booting the default menu entry.  A timeout of @samp{0}
3539 means to boot the default entry immediately without displaying the menu; a
3540 timeout of @samp{-1} (or unset) means to wait indefinitely.
3541
3542 If @samp{timeout_style} (@pxref{timeout_style}) is set to @samp{countdown}
3543 or @samp{hidden}, the timeout is instead counted before the menu is
3544 displayed.
3545
3546 This variable is often set by @samp{GRUB_TIMEOUT} (@pxref{Simple
3547 configuration}).
3548
3549
3550 @node timeout_style
3551 @subsection timeout_style
3552
3553 This variable may be set to @samp{menu}, @samp{countdown}, or @samp{hidden}
3554 to control the way in which the timeout (@pxref{timeout}) interacts with
3555 displaying the menu.  See the documentation of @samp{GRUB_TIMEOUT_STYLE}
3556 (@pxref{Simple configuration}) for details.
3557
3558
3559 @node Environment block
3560 @section The GRUB environment block
3561
3562 It is often useful to be able to remember a small amount of information from
3563 one boot to the next.  For example, you might want to set the default menu
3564 entry based on what was selected the last time.  GRUB deliberately does not
3565 implement support for writing files in order to minimise the possibility of
3566 the boot loader being responsible for file system corruption, so a GRUB
3567 configuration file cannot just create a file in the ordinary way.  However,
3568 GRUB provides an ``environment block'' which can be used to save a small
3569 amount of state.
3570
3571 The environment block is a preallocated 1024-byte file, which normally lives
3572 in @file{/boot/grub/grubenv} (although you should not assume this).  At boot
3573 time, the @command{load_env} command (@pxref{load_env}) loads environment
3574 variables from it, and the @command{save_env} (@pxref{save_env}) command
3575 saves environment variables to it.  From a running system, the
3576 @command{grub-editenv} utility can be used to edit the environment block.
3577
3578 For safety reasons, this storage is only available when installed on a plain
3579 disk (no LVM or RAID), using a non-checksumming filesystem (no ZFS), and
3580 using BIOS or EFI functions (no ATA, USB or IEEE1275).
3581
3582 @command{grub-mkconfig} uses this facility to implement
3583 @samp{GRUB_SAVEDEFAULT} (@pxref{Simple configuration}).
3584
3585
3586 @node Commands
3587 @chapter The list of available commands
3588
3589 In this chapter, we list all commands that are available in GRUB.
3590
3591 Commands belong to different groups. A few can only be used in
3592 the global section of the configuration file (or ``menu''); most
3593 of them can be entered on the command-line and can be used either
3594 anywhere in the menu or specifically in the menu entries.
3595
3596 In rescue mode, only the @command{insmod} (@pxref{insmod}), @command{ls}
3597 (@pxref{ls}), @command{set} (@pxref{set}), and @command{unset}
3598 (@pxref{unset}) commands are normally available.  If you end up in rescue
3599 mode and do not know what to do, then @pxref{GRUB only offers a rescue
3600 shell}.
3601
3602 @menu
3603 * Menu-specific commands::
3604 * General commands::
3605 * Command-line and menu entry commands::
3606 * Networking commands::
3607 @end menu
3608
3609
3610 @node Menu-specific commands
3611 @section The list of commands for the menu only
3612
3613 The semantics used in parsing the configuration file are the following:
3614
3615 @itemize @bullet
3616 @item
3617 The files @emph{must} be in plain-text format.
3618
3619 @item
3620 @samp{#} at the beginning of a line in a configuration file means it is
3621 only a comment.
3622
3623 @item
3624 Options are separated by spaces.
3625
3626 @item
3627 All numbers can be either decimal or hexadecimal. A hexadecimal number
3628 must be preceded by @samp{0x}, and is case-insensitive.
3629 @end itemize
3630
3631 These commands can only be used in the menu:
3632
3633 @menu
3634 * menuentry::                   Start a menu entry
3635 * submenu::                     Group menu entries
3636 @end menu
3637
3638
3639 @node menuentry
3640 @subsection menuentry
3641
3642 @deffn Command menuentry @var{title} @
3643  [@option{--class=class} @dots{}] [@option{--users=users}] @
3644  [@option{--unrestricted}] [@option{--hotkey=key}] [@option{--id=id}] @
3645  [@var{arg} @dots{}] @{ @var{command}; @dots{} @}
3646 This defines a GRUB menu entry named @var{title}.  When this entry is
3647 selected from the menu, GRUB will set the @var{chosen} environment variable
3648 to value of @option{--id} if @option{--id} is given, execute the list of
3649 commands given within braces, and if the last command in the list returned
3650 successfully and a kernel was loaded it will execute the @command{boot} command.
3651
3652 The @option{--class} option may be used any number of times to group menu
3653 entries into classes.  Menu themes may display different classes using
3654 different styles.
3655
3656 The @option{--users} option grants specific users access to specific menu
3657 entries.  @xref{Security}.
3658
3659 The @option{--unrestricted} option grants all users access to specific menu
3660 entries.  @xref{Security}.
3661
3662 The @option{--hotkey} option associates a hotkey with a menu entry.
3663 @var{key} may be a single letter, or one of the aliases @samp{backspace},
3664 @samp{tab}, or @samp{delete}.
3665
3666 The @option{--id} may be used to associate unique identifier with a menu entry.
3667 @var{id} is string of ASCII aphanumeric characters, underscore and hyphen
3668 and should not start with a digit.
3669
3670 All other arguments including @var{title} are passed as positional parameters
3671 when list of commands is executed with @var{title} always assigned to @code{$1}.
3672 @end deffn
3673
3674
3675 @node submenu
3676 @subsection submenu
3677
3678 @deffn Command submenu @var{title} @
3679  [@option{--class=class} @dots{}] [@option{--users=users}] @
3680  [@option{--unrestricted}] [@option{--hotkey=key}] [@option{--id=id}] @
3681  @{ @var{menu entries} @dots{} @}
3682 This defines a submenu.  An entry called @var{title} will be added to the
3683 menu; when that entry is selected, a new menu will be displayed showing all
3684 the entries within this submenu.
3685
3686 All options are the same as in the @command{menuentry} command
3687 (@pxref{menuentry}).
3688 @end deffn
3689
3690
3691 @node General commands
3692 @section The list of general commands
3693
3694 Commands usable anywhere in the menu and in the command-line.
3695
3696 @menu
3697 * serial::                      Set up a serial device
3698 * terminal_input::              Manage input terminals
3699 * terminal_output::             Manage output terminals
3700 * terminfo::                    Define terminal type
3701 @end menu
3702
3703
3704 @node serial
3705 @subsection serial
3706
3707 @deffn Command serial [@option{--unit=unit}] [@option{--port=port}] [@option{--speed=speed}] [@option{--word=word}] [@option{--parity=parity}] [@option{--stop=stop}]
3708 Initialize a serial device. @var{unit} is a number in the range 0-3
3709 specifying which serial port to use; default is 0, which corresponds to
3710 the port often called COM1. @var{port} is the I/O port where the UART
3711 is to be found; if specified it takes precedence over @var{unit}.
3712 @var{speed} is the transmission speed; default is 9600. @var{word} and
3713 @var{stop} are the number of data bits and stop bits. Data bits must
3714 be in the range 5-8 and stop bits must be 1 or 2. Default is 8 data
3715 bits and one stop bit. @var{parity} is one of @samp{no}, @samp{odd},
3716 @samp{even} and defaults to @samp{no}.
3717
3718 The serial port is not used as a communication channel unless the
3719 @command{terminal_input} or @command{terminal_output} command is used
3720 (@pxref{terminal_input}, @pxref{terminal_output}).
3721
3722 See also @ref{Serial terminal}.
3723 @end deffn
3724
3725
3726 @node terminal_input
3727 @subsection terminal_input
3728
3729 @deffn Command terminal_input [@option{--append}|@option{--remove}] @
3730  [terminal1] [terminal2] @dots{}
3731 List or select an input terminal.
3732
3733 With no arguments, list the active and available input terminals.
3734
3735 With @option{--append}, add the named terminals to the list of active input
3736 terminals; any of these may be used to provide input to GRUB.
3737
3738 With @option{--remove}, remove the named terminals from the active list.
3739
3740 With no options but a list of terminal names, make only the listed terminal
3741 names active.
3742 @end deffn
3743
3744
3745 @node terminal_output
3746 @subsection terminal_output
3747
3748 @deffn Command terminal_output [@option{--append}|@option{--remove}] @
3749  [terminal1] [terminal2] @dots{}
3750 List or select an output terminal.
3751
3752 With no arguments, list the active and available output terminals.
3753
3754 With @option{--append}, add the named terminals to the list of active output
3755 terminals; all of these will receive output from GRUB.
3756
3757 With @option{--remove}, remove the named terminals from the active list.
3758
3759 With no options but a list of terminal names, make only the listed terminal
3760 names active.
3761 @end deffn
3762
3763
3764 @node terminfo
3765 @subsection terminfo
3766
3767 @deffn Command terminfo [-a|-u|-v] [term]
3768 Define the capabilities of your terminal by giving the name of an entry in
3769 the terminfo database, which should correspond roughly to a @samp{TERM}
3770 environment variable in Unix.
3771
3772 The currently available terminal types are @samp{vt100}, @samp{vt100-color},
3773 @samp{ieee1275}, and @samp{dumb}.  If you need other terminal types, please
3774 contact us to discuss the best way to include support for these in GRUB.
3775
3776 The @option{-a} (@option{--ascii}), @option{-u} (@option{--utf8}), and
3777 @option{-v} (@option{--visual-utf8}) options control how non-ASCII text is
3778 displayed.  @option{-a} specifies an ASCII-only terminal; @option{-u}
3779 specifies logically-ordered UTF-8; and @option{-v} specifies
3780 "visually-ordered UTF-8" (in other words, arranged such that a terminal
3781 emulator without bidirectional text support will display right-to-left text
3782 in the proper order; this is not really proper UTF-8, but a workaround).
3783
3784 If no option or terminal type is specified, the current terminal type is
3785 printed.
3786 @end deffn
3787
3788
3789 @node Command-line and menu entry commands
3790 @section The list of command-line and menu entry commands
3791
3792 These commands are usable in the command-line and in menu entries.  If
3793 you forget a command, you can run the command @command{help}
3794 (@pxref{help}).
3795
3796 @menu
3797 * [::                           Check file types and compare values
3798 * acpi::                        Load ACPI tables
3799 * authenticate::                Check whether user is in user list
3800 * background_color::            Set background color for active terminal
3801 * background_image::            Load background image for active terminal
3802 * badram::                      Filter out bad regions of RAM
3803 * blocklist::                   Print a block list
3804 * boot::                        Start up your operating system
3805 * cat::                         Show the contents of a file
3806 * chainloader::                 Chain-load another boot loader
3807 * clear::                       Clear the screen
3808 * cmosclean::                   Clear bit in CMOS
3809 * cmosdump::                    Dump CMOS contents
3810 * cmostest::                    Test bit in CMOS
3811 * cmp::                         Compare two files
3812 * configfile::                  Load a configuration file
3813 * cpuid::                       Check for CPU features
3814 * crc::                         Compute or check CRC32 checksums
3815 * cryptomount::                 Mount a crypto device
3816 * date::                        Display or set current date and time
3817 * devicetree::                  Load a device tree blob
3818 * distrust::                    Remove a pubkey from trusted keys
3819 * drivemap::                    Map a drive to another
3820 * echo::                        Display a line of text
3821 * eval::                        Evaluate agruments as GRUB commands
3822 * export::                      Export an environment variable
3823 * false::                       Do nothing, unsuccessfully
3824 * gettext::                     Translate a string
3825 * gptsync::                     Fill an MBR based on GPT entries
3826 * halt::                        Shut down your computer
3827 * hashsum::                     Compute or check hash checksum
3828 * help::                        Show help messages
3829 * initrd::                      Load a Linux initrd
3830 * initrd16::                    Load a Linux initrd (16-bit mode)
3831 * insmod::                      Insert a module
3832 * keystatus::                   Check key modifier status
3833 * linux::                       Load a Linux kernel
3834 * linux16::                     Load a Linux kernel (16-bit mode)
3835 * list_env::                    List variables in environment block
3836 * list_trusted::                List trusted public keys
3837 * load_env::                    Load variables from environment block
3838 * loadfont::                    Load font files
3839 * loopback::                    Make a device from a filesystem image
3840 * ls::                          List devices or files
3841 * lsfonts::                     List loaded fonts
3842 * lsmod::                       Show loaded modules
3843 * md5sum::                      Compute or check MD5 hash
3844 * module::                      Load module for multiboot kernel
3845 * multiboot::                   Load multiboot compliant kernel
3846 * nativedisk::                  Switch to native disk drivers
3847 * normal::                      Enter normal mode
3848 * normal_exit::                 Exit from normal mode
3849 * parttool::                    Modify partition table entries
3850 * password::                    Set a clear-text password
3851 * password_pbkdf2::             Set a hashed password
3852 * play::                        Play a tune
3853 * probe::                       Retrieve device info
3854 * pxe_unload::                  Unload the PXE environment
3855 * read::                        Read user input
3856 * reboot::                      Reboot your computer
3857 * regexp::                      Test if regular expression matches string
3858 * rmmod::                       Remove a module
3859 * save_env::                    Save variables to environment block
3860 * search::                      Search devices by file, label, or UUID
3861 * sendkey::                     Emulate keystrokes
3862 * set::                         Set an environment variable
3863 * sha1sum::                     Compute or check SHA1 hash
3864 * sha256sum::                   Compute or check SHA256 hash
3865 * sha512sum::                   Compute or check SHA512 hash
3866 * sleep::                       Wait for a specified number of seconds
3867 * source::                      Read a configuration file in same context
3868 * test::                        Check file types and compare values
3869 * true::                        Do nothing, successfully
3870 * trust::                       Add public key to list of trusted keys
3871 * unset::                       Unset an environment variable
3872 * uppermem::                    Set the upper memory size
3873 @comment * vbeinfo::                     List available video modes
3874 * verify_detached::             Verify detached digital signature
3875 * videoinfo::                   List available video modes
3876 @comment * xen_*::              Xen boot commands for AArch64
3877 * xen_hypervisor::              Load xen hypervisor binary (only on AArch64)
3878 * xen_module::                  Load xen modules for xen hypervisor (only on AArch64)
3879 @end menu
3880
3881
3882 @node [
3883 @subsection [
3884 @deffn Command @code{[} expression @code{]}
3885 Alias for @code{test @var{expression}} (@pxref{test}).
3886 @end deffn
3887
3888
3889 @node acpi
3890 @subsection acpi
3891
3892 @deffn Command acpi [@option{-1}|@option{-2}] @
3893  [@option{--exclude=table1,@dots{}}|@option{--load-only=table1,@dots{}}] @
3894  [@option{--oemid=id}] [@option{--oemtable=table}] @
3895  [@option{--oemtablerev=rev}] [@option{--oemtablecreator=creator}] @
3896  [@option{--oemtablecreatorrev=rev}] [@option{--no-ebda}] @
3897  filename @dots{}
3898 Modern BIOS systems normally implement the Advanced Configuration and Power
3899 Interface (ACPI), and define various tables that describe the interface
3900 between an ACPI-compliant operating system and the firmware. In some cases,
3901 the tables provided by default only work well with certain operating
3902 systems, and it may be necessary to replace some of them.
3903
3904 Normally, this command will replace the Root System Description Pointer
3905 (RSDP) in the Extended BIOS Data Area to point to the new tables. If the
3906 @option{--no-ebda} option is used, the new tables will be known only to
3907 GRUB, but may be used by GRUB's EFI emulation.
3908 @end deffn
3909
3910
3911 @node authenticate
3912 @subsection authenticate
3913 @deffn Command authenticate [userlist]
3914 Check whether user is in @var{userlist} or listed in the value of variable
3915 @samp{superusers}. See @pxref{superusers} for valid user list format.
3916 If @samp{superusers} is empty, this command returns true. @xref{Security}.
3917 @end deffn
3918
3919
3920 @node background_color
3921 @subsection background_color
3922
3923 @deffn Command background_color color
3924 Set background color for active terminal. For valid color specifications see
3925 @pxref{Theme file format, ,Colors}. Background color can be changed only when
3926 using @samp{gfxterm} for terminal output.
3927
3928 This command sets color of empty areas without text. Text background color
3929 is controlled by environment variables @var{color_normal}, @var{color_highlight},
3930 @var{menu_color_normal}, @var{menu_color_highlight}. @xref{Special environment variables}.
3931 @end deffn
3932
3933
3934 @node background_image
3935 @subsection background_image
3936
3937 @deffn Command background_image [[@option{--mode} @samp{stretch}|@samp{normal}] file]
3938 Load background image for active terminal from @var{file}. Image is stretched
3939 to fill up entire screen unless option @option{--mode} @samp{normal} is given.
3940 Without arguments remove currently loaded background image. Background image
3941 can be changed only when using @samp{gfxterm} for terminal output.
3942
3943 @end deffn
3944
3945
3946 @node badram
3947 @subsection badram
3948
3949 @deffn Command badram addr,mask[,addr,mask...]
3950 Filter out bad RAM.
3951 @end deffn
3952
3953 This command notifies the memory manager that specified regions of
3954 RAM ought to be filtered out (usually, because they're damaged).  This
3955 remains in effect after a payload kernel has been loaded by GRUB, as
3956 long as the loaded kernel obtains its memory map from GRUB.  Kernels that
3957 support this include Linux, GNU Mach, the kernel of FreeBSD and Multiboot
3958 kernels in general.
3959
3960 Syntax is the same as provided by the @uref{http://www.memtest.org/,
3961 Memtest86+ utility}: a list of address/mask pairs.  Given a page-aligned
3962 address and a base address / mask pair, if all the bits of the page-aligned
3963 address that are enabled by the mask match with the base address, it means
3964 this page is to be filtered.  This syntax makes it easy to represent patterns
3965 that are often result of memory damage, due to physical distribution of memory
3966 cells.
3967
3968 @node blocklist
3969 @subsection blocklist
3970
3971 @deffn Command blocklist file
3972 Print a block list (@pxref{Block list syntax}) for @var{file}.
3973 @end deffn
3974
3975
3976 @node boot
3977 @subsection boot
3978
3979 @deffn Command boot
3980 Boot the OS or chain-loader which has been loaded. Only necessary if
3981 running the fully interactive command-line (it is implicit at the end of
3982 a menu entry).
3983 @end deffn
3984
3985
3986 @node cat
3987 @subsection cat
3988
3989 @deffn Command cat [@option{--dos}] file
3990 Display the contents of the file @var{file}. This command may be useful
3991 to remind you of your OS's root partition:
3992
3993 @example
3994 grub> @kbd{cat /etc/fstab}
3995 @end example
3996
3997 If the @option{--dos} option is used, then carriage return / new line pairs
3998 will be displayed as a simple new line.  Otherwise, the carriage return will
3999 be displayed as a control character (@samp{<d>}) to make it easier to see
4000 when boot problems are caused by a file formatted using DOS-style line
4001 endings.
4002 @end deffn
4003
4004
4005 @node chainloader
4006 @subsection chainloader
4007
4008 @deffn Command chainloader [@option{--force}] file
4009 Load @var{file} as a chain-loader. Like any other file loaded by the
4010 filesystem code, it can use the blocklist notation (@pxref{Block list
4011 syntax}) to grab the first sector of the current partition with @samp{+1}.
4012 If you specify the option @option{--force}, then load @var{file} forcibly,
4013 whether it has a correct signature or not. This is required when you want to
4014 load a defective boot loader, such as SCO UnixWare 7.1.
4015 @end deffn
4016
4017
4018 @node clear
4019 @subsection clear
4020
4021 @deffn Command clear
4022 Clear the screen.
4023 @end deffn
4024
4025
4026 @node cmosclean
4027 @subsection cmosclean
4028
4029 @deffn Command cmosclean byte:bit
4030 Clear value of bit in CMOS at location @var{byte}:@var{bit}. This command
4031 is available only on platforms that support CMOS.
4032 @end deffn
4033
4034
4035 @node cmosdump
4036 @subsection cmosdump
4037
4038 @deffn Dump CMOS contents
4039 Dump full CMOS contents as hexadecimal values. This command is available only
4040 on platforms that support CMOS.
4041 @end deffn
4042
4043
4044 @node cmostest
4045 @subsection cmostest
4046
4047 @deffn Command cmostest byte:bit
4048 Test value of bit in CMOS at location @var{byte}:@var{bit}. Exit status
4049 is zero if bit is set, non zero otherwise. This command is available only
4050 on platforms that support CMOS.
4051 @end deffn
4052
4053
4054 @node cmp
4055 @subsection cmp
4056
4057 @deffn Command cmp file1 file2
4058 Compare the file @var{file1} with the file @var{file2}. If they differ
4059 in size, print the sizes like this:
4060
4061 @example
4062 Differ in size: 0x1234 [foo], 0x4321 [bar]
4063 @end example
4064
4065 If the sizes are equal but the bytes at an offset differ, then print the
4066 bytes like this:
4067
4068 @example
4069 Differ at the offset 777: 0xbe [foo], 0xef [bar]
4070 @end example
4071
4072 If they are completely identical, nothing will be printed.
4073 @end deffn
4074
4075
4076 @node configfile
4077 @subsection configfile
4078
4079 @deffn Command configfile file
4080 Load @var{file} as a configuration file.  If @var{file} defines any menu
4081 entries, then show a menu containing them immediately.  Any environment
4082 variable changes made by the commands in @var{file} will not be preserved
4083 after @command{configfile} returns.
4084 @end deffn
4085
4086
4087 @node cpuid
4088 @subsection cpuid
4089
4090 @deffn Command cpuid [-l] [-p]
4091 Check for CPU features.  This command is only available on x86 systems.
4092
4093 With the @option{-l} option, return true if the CPU supports long mode
4094 (64-bit).
4095
4096 With the @option{-p} option, return true if the CPU supports Physical
4097 Address Extension (PAE).
4098
4099 If invoked without options, this command currently behaves as if it had been
4100 invoked with @option{-l}.  This may change in the future.
4101 @end deffn
4102
4103
4104 @node crc
4105 @subsection crc
4106
4107 @deffn Command crc arg @dots{}
4108 Alias for @code{hashsum --hash crc32 arg @dots{}}. See command @command{hashsum}
4109 (@pxref{hashsum}) for full description.
4110 @end deffn
4111
4112
4113 @node cryptomount
4114 @subsection cryptomount
4115
4116 @deffn Command cryptomount device|@option{-u} uuid|@option{-a}|@option{-b}
4117 Setup access to encrypted device. If necessary, passphrase
4118 is requested interactively. Option @var{device} configures specific grub device
4119 (@pxref{Naming convention}); option @option{-u} @var{uuid} configures device
4120 with specified @var{uuid}; option @option{-a} configures all detected encrypted
4121 devices; option @option{-b} configures all geli containers that have boot flag set.
4122
4123 GRUB suports devices encrypted using LUKS and geli. Note that necessary modules (@var{luks} and @var{geli}) have to be loaded manually before this command can
4124 be used.
4125 @end deffn
4126
4127
4128 @node date
4129 @subsection date
4130
4131 @deffn Command date [[year-]month-day] [hour:minute[:second]]
4132 With no arguments, print the current date and time.
4133
4134 Otherwise, take the current date and time, change any elements specified as
4135 arguments, and set the result as the new date and time.  For example, `date
4136 01-01' will set the current month and day to January 1, but leave the year,
4137 hour, minute, and second unchanged.
4138 @end deffn
4139
4140
4141 @node devicetree
4142 @subsection linux
4143
4144 @deffn Command devicetree file
4145 Load a device tree blob (.dtb) from a filesystem, for later use by a Linux
4146 kernel. Does not perform merging with any device tree supplied by firmware,
4147 but rather replaces it completely.
4148 @ref{GNU/Linux}.
4149 @end deffn
4150
4151 @node distrust
4152 @subsection distrust
4153
4154 @deffn Command distrust pubkey_id
4155 Remove public key @var{pubkey_id} from GRUB's keyring of trusted keys.
4156 @var{pubkey_id} is the last four bytes (eight hexadecimal digits) of
4157 the GPG v4 key id, which is also the output of @command{list_trusted}
4158 (@pxref{list_trusted}).  Outside of GRUB, the key id can be obtained
4159 using @code{gpg --fingerprint}).
4160 These keys are used to validate signatures when environment variable
4161 @code{check_signatures} is set to @code{enforce}
4162 (@pxref{check_signatures}), and by some invocations of
4163 @command{verify_detached} (@pxref{verify_detached}).  @xref{Using
4164 digital signatures}, for more information.
4165 @end deffn
4166
4167 @node drivemap
4168 @subsection drivemap
4169
4170 @deffn Command drivemap @option{-l}|@option{-r}|[@option{-s}] @
4171  from_drive to_drive
4172 Without options, map the drive @var{from_drive} to the drive @var{to_drive}.
4173 This is necessary when you chain-load some operating systems, such as DOS,
4174 if such an OS resides at a non-first drive.  For convenience, any partition
4175 suffix on the drive is ignored, so you can safely use @verb{'${root}'} as a
4176 drive specification.
4177
4178 With the @option{-s} option, perform the reverse mapping as well, swapping
4179 the two drives.
4180
4181 With the @option{-l} option, list the current mappings.
4182
4183 With the @option{-r} option, reset all mappings to the default values.
4184
4185 For example:
4186
4187 @example
4188 drivemap -s (hd0) (hd1)
4189 @end example
4190 @end deffn
4191
4192
4193 @node echo
4194 @subsection echo
4195
4196 @deffn Command echo [@option{-n}] [@option{-e}] string @dots{}
4197 Display the requested text and, unless the @option{-n} option is used, a
4198 trailing new line.  If there is more than one string, they are separated by
4199 spaces in the output.  As usual in GRUB commands, variables may be
4200 substituted using @samp{$@{var@}}.
4201
4202 The @option{-e} option enables interpretation of backslash escapes.  The
4203 following sequences are recognised:
4204
4205 @table @code
4206 @item \\
4207 backslash
4208
4209 @item \a
4210 alert (BEL)
4211
4212 @item \c
4213 suppress trailing new line
4214
4215 @item \f
4216 form feed
4217
4218 @item \n
4219 new line
4220
4221 @item \r
4222 carriage return
4223
4224 @item \t
4225 horizontal tab
4226
4227 @item \v
4228 vertical tab
4229 @end table
4230
4231 When interpreting backslash escapes, backslash followed by any other
4232 character will print that character.
4233 @end deffn
4234
4235
4236 @node eval
4237 @subsection eval
4238
4239 @deffn Command eval string ...
4240 Concatenate arguments together using single space as separator and evaluate
4241 result as sequence of GRUB commands.
4242 @end deffn
4243
4244
4245 @node export
4246 @subsection export
4247
4248 @deffn Command export envvar
4249 Export the environment variable @var{envvar}. Exported variables are visible
4250 to subsidiary configuration files loaded using @command{configfile}.
4251 @end deffn
4252
4253
4254 @node false
4255 @subsection false
4256
4257 @deffn Command false
4258 Do nothing, unsuccessfully.  This is mainly useful in control constructs
4259 such as @code{if} and @code{while} (@pxref{Shell-like scripting}).
4260 @end deffn
4261
4262
4263 @node gettext
4264 @subsection gettext
4265
4266 @deffn Command gettext string
4267 Translate @var{string} into the current language.
4268
4269 The current language code is stored in the @samp{lang} variable in GRUB's
4270 environment (@pxref{lang}).  Translation files in MO format are read from
4271 @samp{locale_dir} (@pxref{locale_dir}), usually @file{/boot/grub/locale}.
4272 @end deffn
4273
4274
4275 @node gptsync
4276 @subsection gptsync
4277
4278 @deffn Command gptsync device [partition[+/-[type]]] @dots{}
4279 Disks using the GUID Partition Table (GPT) also have a legacy Master Boot
4280 Record (MBR) partition table for compatibility with the BIOS and with older
4281 operating systems.  The legacy MBR can only represent a limited subset of
4282 GPT partition entries.
4283
4284 This command populates the legacy MBR with the specified @var{partition}
4285 entries on @var{device}.  Up to three partitions may be used.
4286
4287 @var{type} is an MBR partition type code; prefix with @samp{0x} if you want
4288 to enter this in hexadecimal.  The separator between @var{partition} and
4289 @var{type} may be @samp{+} to make the partition active, or @samp{-} to make
4290 it inactive; only one partition may be active.  If both the separator and
4291 type are omitted, then the partition will be inactive.
4292 @end deffn
4293
4294
4295 @node halt
4296 @subsection halt
4297
4298 @deffn Command halt @option{--no-apm}
4299 The command halts the computer. If the @option{--no-apm} option
4300 is specified, no APM BIOS call is performed. Otherwise, the computer
4301 is shut down using APM.
4302 @end deffn
4303
4304
4305 @node hashsum
4306 @subsection hashsum
4307
4308 @deffn Command hashsum @option{--hash} hash @option{--keep-going} @option{--uncompress} @option{--check} file [@option{--prefix} dir]|file @dots{}
4309 Compute or verify file hashes. Hash type is selected with option @option{--hash}.
4310 Supported hashes are: @samp{adler32}, @samp{crc64}, @samp{crc32},
4311 @samp{crc32rfc1510}, @samp{crc24rfc2440}, @samp{md4}, @samp{md5},
4312 @samp{ripemd160}, @samp{sha1}, @samp{sha224}, @samp{sha256}, @samp{sha512},
4313 @samp{sha384}, @samp{tiger192}, @samp{tiger}, @samp{tiger2}, @samp{whirlpool}.
4314 Option @option{--uncompress} uncompresses files before computing hash.
4315
4316 When list of files is given, hash of each file is computed and printed,
4317 followed by file name, each file on a new line.
4318
4319 When option @option{--check} is given, it points to a file that contains
4320 list of @var{hash name} pairs in the same format as used by UNIX
4321 @command{md5sum} command. Option @option{--prefix}
4322 may be used to give directory where files are located. Hash verification
4323 stops after the first mismatch was found unless option @option{--keep-going}
4324 was given.  The exit code @code{$?} is set to 0 if hash verification
4325 is successful.  If it fails, @code{$?} is set to a nonzero value.
4326 @end deffn
4327
4328
4329 @node help
4330 @subsection help
4331
4332 @deffn Command help [pattern @dots{}]
4333 Display helpful information about builtin commands. If you do not
4334 specify @var{pattern}, this command shows short descriptions of all
4335 available commands.
4336
4337 If you specify any @var{patterns}, it displays longer information
4338 about each of the commands whose names begin with those @var{patterns}.
4339 @end deffn
4340
4341
4342 @node initrd
4343 @subsection initrd
4344
4345 @deffn Command initrd file
4346 Load an initial ramdisk for a Linux kernel image, and set the appropriate
4347 parameters in the Linux setup area in memory.  This may only be used after
4348 the @command{linux} command (@pxref{linux}) has been run.  See also
4349 @ref{GNU/Linux}.
4350 @end deffn
4351
4352
4353 @node initrd16
4354 @subsection initrd16
4355
4356 @deffn Command initrd16 file
4357 Load an initial ramdisk for a Linux kernel image to be booted in 16-bit
4358 mode, and set the appropriate parameters in the Linux setup area in memory.
4359 This may only be used after the @command{linux16} command (@pxref{linux16})
4360 has been run.  See also @ref{GNU/Linux}.
4361
4362 This command is only available on x86 systems.
4363 @end deffn
4364
4365
4366 @node insmod
4367 @subsection insmod
4368
4369 @deffn Command insmod module
4370 Insert the dynamic GRUB module called @var{module}.
4371 @end deffn
4372
4373
4374 @node keystatus
4375 @subsection keystatus
4376
4377 @deffn Command keystatus [@option{--shift}] [@option{--ctrl}] [@option{--alt}]
4378 Return true if the Shift, Control, or Alt modifier keys are held down, as
4379 requested by options. This is useful in scripting, to allow some user
4380 control over behaviour without having to wait for a keypress.
4381
4382 Checking key modifier status is only supported on some platforms. If invoked
4383 without any options, the @command{keystatus} command returns true if and
4384 only if checking key modifier status is supported.
4385 @end deffn
4386
4387
4388 @node linux
4389 @subsection linux
4390
4391 @deffn Command linux file @dots{}
4392 Load a Linux kernel image from @var{file}.  The rest of the line is passed
4393 verbatim as the @dfn{kernel command-line}.  Any initrd must be reloaded
4394 after using this command (@pxref{initrd}).
4395
4396 On x86 systems, the kernel will be booted using the 32-bit boot protocol.
4397 Note that this means that the @samp{vga=} boot option will not work; if you
4398 want to set a special video mode, you will need to use GRUB commands such as
4399 @samp{set gfxpayload=1024x768} or @samp{set gfxpayload=keep} (to keep the
4400 same mode as used in GRUB) instead.  GRUB can automatically detect some uses
4401 of @samp{vga=} and translate them to appropriate settings of
4402 @samp{gfxpayload}.  The @command{linux16} command (@pxref{linux16}) avoids
4403 this restriction.
4404 @end deffn
4405
4406
4407 @node linux16
4408 @subsection linux16
4409
4410 @deffn Command linux16 file @dots{}
4411 Load a Linux kernel image from @var{file} in 16-bit mode.  The rest of the
4412 line is passed verbatim as the @dfn{kernel command-line}.  Any initrd must
4413 be reloaded after using this command (@pxref{initrd16}).
4414
4415 The kernel will be booted using the traditional 16-bit boot protocol.  As
4416 well as bypassing problems with @samp{vga=} described in @ref{linux}, this
4417 permits booting some other programs that implement the Linux boot protocol
4418 for the sake of convenience.
4419
4420 This command is only available on x86 systems.
4421 @end deffn
4422
4423
4424 @node list_env
4425 @subsection list_env
4426
4427 @deffn Command list_env [@option{--file} file]
4428 List all variables in the environment block file.  @xref{Environment block}.
4429
4430 The @option{--file} option overrides the default location of the
4431 environment block.
4432 @end deffn
4433
4434 @node list_trusted
4435 @subsection list_trusted
4436
4437 @deffn Command list_trusted
4438 List all public keys trusted by GRUB for validating signatures.
4439 The output is in GPG's v4 key fingerprint format (i.e., the output of
4440 @code{gpg --fingerprint}).  The least significant four bytes (last
4441 eight hexadecimal digits) can be used as an argument to
4442 @command{distrust} (@pxref{distrust}).
4443 @xref{Using digital signatures}, for more information about uses for
4444 these keys.
4445 @end deffn
4446
4447 @node load_env
4448 @subsection load_env
4449
4450 @deffn Command load_env [@option{--file} file] [@option{--skip-sig}] [whitelisted_variable_name] @dots{}
4451 Load all variables from the environment block file into the environment.
4452 @xref{Environment block}.
4453
4454 The @option{--file} option overrides the default location of the environment
4455 block.
4456
4457 The @option{--skip-sig} option skips signature checking even when the
4458 value of environment variable @code{check_signatures} is set to
4459 @code{enforce} (@pxref{check_signatures}).
4460
4461 If one or more variable names are provided as arguments, they are
4462 interpreted as a whitelist of variables to load from the environment
4463 block file.  Variables set in the file but not present in the
4464 whitelist are ignored.
4465
4466 The @option{--skip-sig} option should be used with care, and should
4467 always be used in concert with a whitelist of acceptable variables
4468 whose values should be set.  Failure to employ a carefully constructed
4469 whitelist could result in reading a malicious value into critical
4470 environment variables from the file, such as setting
4471 @code{check_signatures=no}, modifying @code{prefix} to boot from an
4472 unexpected location or not at all, etc.
4473
4474 When used with care, @option{--skip-sig} and the whitelist enable an
4475 administrator to configure a system to boot only signed
4476 configurations, but to allow the user to select from among multiple
4477 configurations, and to enable ``one-shot'' boot attempts and
4478 ``savedefault'' behavior.  @xref{Using digital signatures}, for more
4479 information.
4480 @end deffn
4481
4482
4483 @node loadfont
4484 @subsection loadfont
4485
4486 @deffn Command loadfont file @dots{}
4487 Load specified font files. Unless absolute pathname is given, @var{file}
4488 is assumed to be in directory @samp{$prefix/fonts} with
4489 suffix @samp{.pf2} appended. @xref{Theme file format,,Fonts}.
4490 @end deffn
4491
4492
4493 @node loopback
4494 @subsection loopback
4495
4496 @deffn Command loopback [@option{-d}] device file
4497 Make the device named @var{device} correspond to the contents of the
4498 filesystem image in @var{file}.  For example:
4499
4500 @example
4501 loopback loop0 /path/to/image
4502 ls (loop0)/
4503 @end example
4504
4505 With the @option{-d} option, delete a device previously created using this
4506 command.
4507 @end deffn
4508
4509
4510 @node ls
4511 @subsection ls
4512
4513 @deffn Command ls [arg @dots{}]
4514 List devices or files.
4515
4516 With no arguments, print all devices known to GRUB.
4517
4518 If the argument is a device name enclosed in parentheses (@pxref{Device
4519 syntax}), then print the name of the filesystem of that device.
4520
4521 If the argument is a directory given as an absolute file name (@pxref{File
4522 name syntax}), then list the contents of that directory.
4523 @end deffn
4524
4525
4526 @node lsfonts
4527 @subsection lsfonts
4528
4529 @deffn Command lsfonts
4530 List loaded fonts.
4531 @end deffn
4532
4533
4534 @node lsmod
4535 @subsection lsmod
4536
4537 @deffn Command lsmod
4538 Show list of loaded modules.
4539 @end deffn
4540
4541 @node md5sum
4542 @subsection md5sum
4543
4544 @deffn Command md5sum arg @dots{}
4545 Alias for @code{hashsum --hash md5 arg @dots{}}. See command @command{hashsum}
4546 (@pxref{hashsum}) for full description.
4547 @end deffn
4548
4549 @node module
4550 @subsection module
4551
4552 @deffn Command module [--nounzip] file [arguments]
4553 Load a module for multiboot kernel image.  The rest of the
4554 line is passed verbatim as the module command line.
4555 @end deffn
4556
4557 @node multiboot
4558 @subsection multiboot
4559
4560 @deffn Command multiboot [--quirk-bad-kludge] [--quirk-modules-after-kernel] file @dots{}
4561 Load a multiboot kernel image from @var{file}.  The rest of the
4562 line is passed verbatim as the @dfn{kernel command-line}.  Any module must
4563 be reloaded after using this command (@pxref{module}).
4564
4565 Some kernels have known problems. You need to specify --quirk-* for those.
4566 --quirk-bad-kludge is a problem seen in several products that they include
4567 loading kludge information with invalid data in ELF file. GRUB prior to 0.97
4568 and some custom builds prefered ELF information while 0.97 and GRUB 2
4569 use kludge. Use this option to ignore kludge.
4570 Known affected systems: old Solaris, SkyOS.
4571
4572 --quirk-modules-after-kernel is needed for kernels which load at relatively
4573 high address e.g. 16MiB mark and can't cope with modules stuffed between
4574 1MiB mark and beginning of the kernel.
4575 Known afftected systems: VMWare.
4576 @end deffn
4577
4578 @node nativedisk
4579 @subsection nativedisk
4580
4581 @deffn Command nativedisk
4582 Switch from firmware disk drivers to native ones.
4583 Really useful only on platforms where both
4584 firmware and native disk drives are available.
4585 Currently i386-pc, i386-efi, i386-ieee1275 and
4586 x86_64-efi.
4587 @end deffn
4588
4589 @node normal
4590 @subsection normal
4591
4592 @deffn Command normal [file]
4593 Enter normal mode and display the GRUB menu.
4594
4595 In normal mode, commands, filesystem modules, and cryptography modules are
4596 automatically loaded, and the full GRUB script parser is available.  Other
4597 modules may be explicitly loaded using @command{insmod} (@pxref{insmod}).
4598
4599 If a @var{file} is given, then commands will be read from that file.
4600 Otherwise, they will be read from @file{$prefix/grub.cfg} if it exists.
4601
4602 @command{normal} may be called from within normal mode, creating a nested
4603 environment.  It is more usual to use @command{configfile}
4604 (@pxref{configfile}) for this.
4605 @end deffn
4606
4607
4608 @node normal_exit
4609 @subsection normal_exit
4610
4611 @deffn Command normal_exit
4612 Exit normal mode (@pxref{normal}).  If this instance of normal mode was not
4613 nested within another one, then return to rescue mode.
4614 @end deffn
4615
4616
4617 @node parttool
4618 @subsection parttool
4619
4620 @deffn Command parttool partition commands
4621 Make various modifications to partition table entries.
4622
4623 Each @var{command} is either a boolean option, in which case it must be
4624 followed with @samp{+} or @samp{-} (with no intervening space) to enable or
4625 disable that option, or else it takes a value in the form
4626 @samp{@var{command}=@var{value}}.
4627
4628 Currently, @command{parttool} is only useful on DOS partition tables (also
4629 known as Master Boot Record, or MBR).  On these partition tables, the
4630 following commands are available:
4631
4632 @table @asis
4633 @item @samp{boot} (boolean)
4634 When enabled, this makes the selected partition be the active (bootable)
4635 partition on its disk, clearing the active flag on all other partitions.
4636 This command is limited to @emph{primary} partitions.
4637
4638 @item @samp{type} (value)
4639 Change the type of an existing partition.  The value must be a number in the
4640 range 0-0xFF (prefix with @samp{0x} to enter it in hexadecimal).
4641
4642 @item @samp{hidden} (boolean)
4643 When enabled, this hides the selected partition by setting the @dfn{hidden}
4644 bit in its partition type code; when disabled, unhides the selected
4645 partition by clearing this bit.  This is useful only when booting DOS or
4646 Windows and multiple primary FAT partitions exist in one disk.  See also
4647 @ref{DOS/Windows}.
4648 @end table
4649 @end deffn
4650
4651
4652 @node password
4653 @subsection password
4654
4655 @deffn Command password user clear-password
4656 Define a user named @var{user} with password @var{clear-password}.
4657 @xref{Security}.
4658 @end deffn
4659
4660
4661 @node password_pbkdf2
4662 @subsection password_pbkdf2
4663
4664 @deffn Command password_pbkdf2 user hashed-password
4665 Define a user named @var{user} with password hash @var{hashed-password}.
4666 Use @command{grub-mkpasswd-pbkdf2} (@pxref{Invoking grub-mkpasswd-pbkdf2})
4667 to generate password hashes.  @xref{Security}.
4668 @end deffn
4669
4670
4671 @node play
4672 @subsection play
4673
4674 @deffn Command play file | tempo [pitch1 duration1] [pitch2 duration2] @dots{}
4675 Plays a tune
4676
4677 If the argument is a file name (@pxref{File name syntax}), play the tune
4678 recorded in it.  The file format is first the tempo as an unsigned 32bit
4679 little-endian number, then pairs of unsigned 16bit little-endian numbers for
4680 pitch and duration pairs.
4681
4682 If the arguments are a series of numbers, play the inline tune.
4683
4684 The tempo is the base for all note durations. 60 gives a 1-second base, 120
4685 gives a half-second base, etc.  Pitches are Hz.  Set pitch to 0 to produce
4686 a rest.
4687 @end deffn
4688
4689
4690 @node probe
4691 @subsection probe
4692
4693 @deffn Command probe [@option{--set} var] @option{--driver}|@option{--partmap}|@option{--fs}|@option{--fs-uuid}|@option{--label} device
4694 Retrieve device information. If option @option{--set} is given, assign result
4695 to variable @var{var}, otherwise print information on the screen.
4696 @end deffn
4697
4698
4699 @node pxe_unload
4700 @subsection pxe_unload
4701
4702 @deffn Command pxe_unload
4703 Unload the PXE environment (@pxref{Network}).
4704
4705 This command is only available on PC BIOS systems.
4706 @end deffn
4707
4708
4709 @node read
4710 @subsection read
4711
4712 @deffn Command read [var]
4713 Read a line of input from the user.  If an environment variable @var{var} is
4714 given, set that environment variable to the line of input that was read,
4715 with no terminating newline.
4716 @end deffn
4717
4718
4719 @node reboot
4720 @subsection reboot
4721
4722 @deffn Command reboot
4723 Reboot the computer.
4724 @end deffn
4725
4726
4727 @node regexp
4728 @subsection regexp
4729
4730 @deffn Command regexp [@option{--set} [number:]var] regexp string
4731 Test if regular expression @var{regexp} matches @var{string}. Supported
4732 regular expressions are POSIX.2 Extended Regular Expressions. If option
4733 @option{--set} is given, store @var{number}th matched subexpression in
4734 variable @var{var}. Subexpressions are numbered in order of their opening
4735 parentheses starting from @samp{1}.  @var{number} defaults to @samp{1}.
4736 @end deffn
4737
4738
4739 @node rmmod
4740 @subsection rmmod
4741
4742 @deffn Command rmmod module
4743 Remove a loaded @var{module}.
4744 @end deffn
4745
4746
4747 @node save_env
4748 @subsection save_env
4749
4750 @deffn Command save_env [@option{--file} file] var @dots{}
4751 Save the named variables from the environment to the environment block file.
4752 @xref{Environment block}.
4753
4754 The @option{--file} option overrides the default location of the environment
4755 block.
4756
4757 This command will operate successfully even when environment variable
4758 @code{check_signatures} is set to @code{enforce}
4759 (@pxref{check_signatures}), since it writes to disk and does not alter
4760 the behavior of GRUB based on any contents of disk that have been
4761 read.  It is possible to modify a digitally signed environment block
4762 file from within GRUB using this command, such that its signature will
4763 no longer be valid on subsequent boots.  Care should be taken in such
4764 advanced configurations to avoid rendering the system
4765 unbootable. @xref{Using digital signatures}, for more information.
4766 @end deffn
4767
4768
4769 @node search
4770 @subsection search
4771
4772 @deffn Command search @
4773  [@option{--file}|@option{--label}|@option{--fs-uuid}] @
4774  [@option{--set} [var]] [@option{--no-floppy}] name
4775 Search devices by file (@option{-f}, @option{--file}), filesystem label
4776 (@option{-l}, @option{--label}), or filesystem UUID (@option{-u},
4777 @option{--fs-uuid}).
4778
4779 If the @option{--set} option is used, the first device found is set as the
4780 value of environment variable @var{var}.  The default variable is
4781 @samp{root}.
4782
4783 The @option{--no-floppy} option prevents searching floppy devices, which can
4784 be slow.
4785
4786 The @samp{search.file}, @samp{search.fs_label}, and @samp{search.fs_uuid}
4787 commands are aliases for @samp{search --file}, @samp{search --label}, and
4788 @samp{search --fs-uuid} respectively.
4789 @end deffn
4790
4791
4792 @node sendkey
4793 @subsection sendkey
4794
4795 @deffn Command sendkey @
4796  [@option{--num}|@option{--caps}|@option{--scroll}|@option{--insert}|@
4797 @option{--pause}|@option{--left-shift}|@option{--right-shift}|@
4798 @option{--sysrq}|@option{--numkey}|@option{--capskey}|@option{--scrollkey}|@
4799 @option{--insertkey}|@option{--left-alt}|@option{--right-alt}|@
4800 @option{--left-ctrl}|@option{--right-ctrl} @
4801  @samp{on}|@samp{off}]@dots{} @
4802  [@option{no-led}] @
4803  keystroke
4804 Insert keystrokes into the keyboard buffer when booting.  Sometimes an
4805 operating system or chainloaded boot loader requires particular keys to be
4806 pressed: for example, one might need to press a particular key to enter
4807 "safe mode", or when chainloading another boot loader one might send
4808 keystrokes to it to navigate its menu.  
4809
4810 You may provide up to 16 keystrokes (the length of the BIOS keyboard
4811 buffer).  Keystroke names may be upper-case or lower-case letters, digits,
4812 or taken from the following table:
4813
4814 @c Please keep this table in the same order as in
4815 @c commands/i386/pc/sendkey.c, for ease of maintenance.
4816 @c Exception: The function and numeric keys are sorted, for aesthetics.
4817
4818 @multitable @columnfractions .4 .5
4819 @headitem Name @tab Key
4820 @item escape @tab Escape
4821 @item exclam @tab !
4822 @item at @tab @@
4823 @item numbersign @tab #
4824 @item dollar @tab $
4825 @item percent @tab %
4826 @item caret @tab ^
4827 @item ampersand @tab &
4828 @item asterisk @tab *
4829 @item parenleft @tab (
4830 @item parenright @tab )
4831 @item minus @tab -
4832 @item underscore @tab _
4833 @item equal @tab =
4834 @item plus @tab +
4835 @item backspace @tab Backspace
4836 @item tab @tab Tab
4837 @item bracketleft @tab [
4838 @item braceleft @tab @{
4839 @item bracketright @tab ]
4840 @item braceright @tab @}
4841 @item enter @tab Enter
4842 @item control @tab press and release Control
4843 @item semicolon @tab ;
4844 @item colon @tab :
4845 @item quote @tab '
4846 @item doublequote @tab "
4847 @item backquote @tab `
4848 @item tilde @tab ~
4849 @item shift @tab press and release left Shift
4850 @item backslash @tab \
4851 @item bar @tab |
4852 @item comma @tab ,
4853 @item less @tab <
4854 @item period @tab .
4855 @item greater @tab >
4856 @item slash @tab /
4857 @item question @tab ?
4858 @item rshift @tab press and release right Shift
4859 @item alt @tab press and release Alt
4860 @item space @tab space bar
4861 @item capslock @tab Caps Lock
4862 @item F1 @tab F1
4863 @item F2 @tab F2
4864 @item F3 @tab F3
4865 @item F4 @tab F4
4866 @item F5 @tab F5
4867 @item F6 @tab F6
4868 @item F7 @tab F7
4869 @item F8 @tab F8
4870 @item F9 @tab F9
4871 @item F10 @tab F10
4872 @item F11 @tab F11
4873 @item F12 @tab F12
4874 @item num1 @tab 1 (numeric keypad)
4875 @item num2 @tab 2 (numeric keypad)
4876 @item num3 @tab 3 (numeric keypad)
4877 @item num4 @tab 4 (numeric keypad)
4878 @item num5 @tab 5 (numeric keypad)
4879 @item num6 @tab 6 (numeric keypad)
4880 @item num7 @tab 7 (numeric keypad)
4881 @item num8 @tab 8 (numeric keypad)
4882 @item num9 @tab 9 (numeric keypad)
4883 @item num0 @tab 0 (numeric keypad)
4884 @item numperiod @tab . (numeric keypad)
4885 @item numend @tab End (numeric keypad)
4886 @item numdown @tab Down (numeric keypad)
4887 @item numpgdown @tab Page Down (numeric keypad)
4888 @item numleft @tab Left (numeric keypad)
4889 @item numcenter @tab 5 with Num Lock inactive (numeric keypad)
4890 @item numright @tab Right (numeric keypad)
4891 @item numhome @tab Home (numeric keypad)
4892 @item numup @tab Up (numeric keypad)
4893 @item numpgup @tab Page Up (numeric keypad)
4894 @item numinsert @tab Insert (numeric keypad)
4895 @item numdelete @tab Delete (numeric keypad)
4896 @item numasterisk @tab * (numeric keypad)
4897 @item numminus @tab - (numeric keypad)
4898 @item numplus @tab + (numeric keypad)
4899 @item numslash @tab / (numeric keypad)
4900 @item numenter @tab Enter (numeric keypad)
4901 @item delete @tab Delete
4902 @item insert @tab Insert
4903 @item home @tab Home
4904 @item end @tab End
4905 @item pgdown @tab Page Down
4906 @item pgup @tab Page Up
4907 @item down @tab Down
4908 @item up @tab Up
4909 @item left @tab Left
4910 @item right @tab Right
4911 @end multitable
4912
4913 As well as keystrokes, the @command{sendkey} command takes various options
4914 that affect the BIOS keyboard status flags.  These options take an @samp{on}
4915 or @samp{off} parameter, specifying that the corresponding status flag be
4916 set or unset; omitting the option for a given status flag will leave that
4917 flag at its initial state at boot.  The @option{--num}, @option{--caps},
4918 @option{--scroll}, and @option{--insert} options emulate setting the
4919 corresponding mode, while the @option{--numkey}, @option{--capskey},
4920 @option{--scrollkey}, and @option{--insertkey} options emulate pressing and
4921 holding the corresponding key.  The other status flag options are
4922 self-explanatory.
4923
4924 If the @option{--no-led} option is given, the status flag options will have
4925 no effect on keyboard LEDs.
4926
4927 If the @command{sendkey} command is given multiple times, then only the last
4928 invocation has any effect.
4929
4930 Since @command{sendkey} manipulates the BIOS keyboard buffer, it may cause
4931 hangs, reboots, or other misbehaviour on some systems.  If the operating
4932 system or boot loader that runs after GRUB uses its own keyboard driver
4933 rather than the BIOS keyboard functions, then @command{sendkey} will have no
4934 effect.
4935
4936 This command is only available on PC BIOS systems.
4937 @end deffn
4938
4939
4940 @node set
4941 @subsection set
4942
4943 @deffn Command set [envvar=value]
4944 Set the environment variable @var{envvar} to @var{value}. If invoked with no
4945 arguments, print all environment variables with their values.
4946 @end deffn
4947
4948
4949 @node sha1sum
4950 @subsection sha1sum
4951
4952 @deffn Command sha1sum arg @dots{}
4953 Alias for @code{hashsum --hash sha1 arg @dots{}}. See command @command{hashsum}
4954 (@pxref{hashsum}) for full description.
4955 @end deffn
4956
4957
4958 @node sha256sum
4959 @subsection sha256sum
4960
4961 @deffn Command sha256sum arg @dots{}
4962 Alias for @code{hashsum --hash sha256 arg @dots{}}. See command @command{hashsum}
4963 (@pxref{hashsum}) for full description.
4964 @end deffn
4965
4966
4967 @node sha512sum
4968 @subsection sha512sum
4969
4970 @deffn Command sha512sum arg @dots{}
4971 Alias for @code{hashsum --hash sha512 arg @dots{}}. See command @command{hashsum}
4972 (@pxref{hashsum}) for full description.
4973 @end deffn
4974
4975
4976 @node sleep
4977 @subsection sleep
4978
4979 @deffn Command sleep [@option{--verbose}] [@option{--interruptible}] count
4980 Sleep for @var{count} seconds. If option @option{--interruptible} is given,
4981 allow @key{ESC} to interrupt sleep. With @option{--verbose} show countdown
4982 of remaining seconds. Exit code is set to 0 if timeout expired and to 1
4983 if timeout was interrupted by @key{ESC}.
4984 @end deffn
4985
4986
4987 @node source
4988 @subsection source
4989
4990 @deffn Command source file
4991 Read @var{file} as a configuration file, as if its contents had been
4992 incorporated directly into the sourcing file.  Unlike @command{configfile}
4993 (@pxref{configfile}), this executes the contents of @var{file} without
4994 changing context: any environment variable changes made by the commands in
4995 @var{file} will be preserved after @command{source} returns, and the menu
4996 will not be shown immediately.
4997 @end deffn
4998
4999
5000 @node test
5001 @subsection test
5002
5003 @deffn Command test expression
5004 Evaluate @var{expression} and return zero exit status if result is true,
5005 non zero status otherwise.
5006
5007 @var{expression} is one of:
5008
5009 @table @asis
5010 @item @var{string1} @code{==} @var{string2}
5011 the strings are equal
5012 @item @var{string1} @code{!=} @var{string2}
5013 the strings are not equal
5014 @item @var{string1} @code{<} @var{string2}
5015 @var{string1} is lexicographically less than @var{string2}
5016 @item @var{string1} @code{<=} @var{string2}
5017 @var{string1} is lexicographically less or equal than @var{string2}
5018 @item @var{string1} @code{>} @var{string2}
5019 @var{string1} is lexicographically greater than @var{string2}
5020 @item @var{string1} @code{>=} @var{string2}
5021 @var{string1} is lexicographically greater or equal than @var{string2}
5022 @item @var{integer1} @code{-eq} @var{integer2}
5023 @var{integer1} is equal to @var{integer2}
5024 @item @var{integer1} @code{-ge} @var{integer2}
5025 @var{integer1} is greater than or equal to @var{integer2}
5026 @item @var{integer1} @code{-gt} @var{integer2}
5027 @var{integer1} is greater than @var{integer2}
5028 @item @var{integer1} @code{-le} @var{integer2}
5029 @var{integer1} is less than or equal to @var{integer2}
5030 @item @var{integer1} @code{-lt} @var{integer2}
5031 @var{integer1} is less than @var{integer2}
5032 @item @var{integer1} @code{-ne} @var{integer2}
5033 @var{integer1} is not equal to @var{integer2}
5034 @item @var{prefix}@var{integer1} @code{-pgt} @var{prefix}@var{integer2}
5035 @var{integer1} is greater than @var{integer2} after stripping off common non-numeric @var{prefix}.
5036 @item @var{prefix}@var{integer1} @code{-plt} @var{prefix}@var{integer2}
5037 @var{integer1} is less than @var{integer2} after stripping off common non-numeric @var{prefix}.
5038 @item @var{file1} @code{-nt} @var{file2}
5039 @var{file1} is newer than @var{file2} (modification time). Optionally numeric @var{bias} may be directly appended to @code{-nt} in which case it is added to the first file modification time.
5040 @item @var{file1} @code{-ot} @var{file2}
5041 @var{file1} is older than @var{file2} (modification time). Optionally numeric @var{bias} may be directly appended to @code{-ot} in which case it is added to the first file modification time.
5042 @item @code{-d} @var{file}
5043 @var{file} exists and is a directory
5044 @item @code{-e} @var{file}
5045 @var{file} exists
5046 @item @code{-f} @var{file}
5047 @var{file} exists and is not a directory
5048 @item @code{-s} @var{file}
5049 @var{file} exists and has a size greater than zero
5050 @item @code{-n} @var{string}
5051 the length of @var{string} is nonzero
5052 @item @var{string}
5053 @var{string} is equivalent to @code{-n @var{string}}
5054 @item @code{-z} @var{string}
5055 the length of @var{string} is zero
5056 @item @code{(} @var{expression} @code{)}
5057 @var{expression} is true
5058 @item @code{!} @var{expression}
5059 @var{expression} is false
5060 @item @var{expression1} @code{-a} @var{expression2}
5061 both @var{expression1} and @var{expression2} are true
5062 @item @var{expression1} @var{expression2}
5063 both @var{expression1} and @var{expression2} are true. This syntax is not POSIX-compliant and is not recommended.
5064 @item @var{expression1} @code{-o} @var{expression2}
5065 either @var{expression1} or @var{expression2} is true
5066 @end table
5067 @end deffn
5068
5069
5070 @node true
5071 @subsection true
5072
5073 @deffn Command true
5074 Do nothing, successfully.  This is mainly useful in control constructs such
5075 as @code{if} and @code{while} (@pxref{Shell-like scripting}).
5076 @end deffn
5077
5078 @node trust
5079 @subsection trust
5080
5081 @deffn Command trust [@option{--skip-sig}] pubkey_file
5082 Read public key from @var{pubkey_file} and add it to GRUB's internal
5083 list of trusted public keys.  These keys are used to validate digital
5084 signatures when environment variable @code{check_signatures} is set to
5085 @code{enforce}.  Note that if @code{check_signatures} is set to
5086 @code{enforce} when @command{trust} executes, then @var{pubkey_file}
5087 must itself be properly signed.  The @option{--skip-sig} option can be
5088 used to disable signature-checking when reading @var{pubkey_file}
5089 itself. It is expected that @option{--skip-sig} is useful for testing
5090 and manual booting. @xref{Using digital signatures}, for more
5091 information.
5092 @end deffn
5093
5094
5095 @node unset
5096 @subsection unset
5097
5098 @deffn Command unset envvar
5099 Unset the environment variable @var{envvar}.
5100 @end deffn
5101
5102
5103 @node uppermem
5104 @subsection uppermem
5105
5106 This command is not yet implemented for GRUB 2, although it is planned.
5107
5108
5109 @ignore
5110 @node vbeinfo
5111 @subsection vbeinfo
5112
5113 @deffn Command vbeinfo [[WxH]xD]
5114 Alias for command @command{videoinfo} (@pxref{videoinfo}). It is available
5115 only on PC BIOS platforms.
5116 @end deffn
5117 @end ignore
5118
5119
5120 @node verify_detached
5121 @subsection verify_detached
5122
5123 @deffn Command verify_detached [@option{--skip-sig}] file signature_file [pubkey_file]
5124 Verifies a GPG-style detached signature, where the signed file is
5125 @var{file}, and the signature itself is in file @var{signature_file}.
5126 Optionally, a specific public key to use can be specified using
5127 @var{pubkey_file}.  When environment variable @code{check_signatures}
5128 is set to @code{enforce}, then @var{pubkey_file} must itself be
5129 properly signed by an already-trusted key.  An unsigned
5130 @var{pubkey_file} can be loaded by specifying @option{--skip-sig}.
5131 If @var{pubkey_file} is omitted, then public keys from GRUB's trusted keys
5132 (@pxref{list_trusted}, @pxref{trust}, and @pxref{distrust}) are
5133 tried.
5134
5135 Exit code @code{$?} is set to 0 if the signature validates
5136 successfully.  If validation fails, it is set to a non-zero value.
5137 @xref{Using digital signatures}, for more information.
5138 @end deffn
5139
5140 @node videoinfo
5141 @subsection videoinfo
5142
5143 @deffn Command videoinfo [[WxH]xD]
5144 List available video modes. If resolution is given, show only matching modes.
5145 @end deffn
5146
5147 @node xen_hypervisor
5148 @subsection xen_hypervisor
5149
5150 @deffn Command xen_hypervisor file  [arguments] @dots{}
5151 Load a Xen hypervisor binary from @var{file}. The rest of the line is passed
5152 verbatim as the @dfn{kernel command-line}. Any other binaries must be
5153 reloaded after using this command.
5154 This command is only available on AArch64 systems.
5155 @end deffn
5156
5157 @node xen_module
5158 @subsection xen_module
5159
5160 @deffn Command xen_module [--nounzip] file [arguments]
5161 Load a module for xen hypervisor at the booting process of xen.
5162 The rest of the line is passed verbatim as the module command line.
5163 Modules should be loaded in the following order:
5164  - dom0 kernel image
5165  - dom0 ramdisk if present
5166  - XSM policy if present
5167 This command is only available on AArch64 systems.
5168 @end deffn
5169
5170 @node Networking commands
5171 @section The list of networking commands
5172
5173 @menu
5174 * net_add_addr::                Add a network address
5175 * net_add_dns::                 Add a DNS server
5176 * net_add_route::               Add routing entry
5177 * net_bootp::                   Perform a bootp autoconfiguration
5178 * net_del_addr::                Remove IP address from interface
5179 * net_del_dns::                 Remove a DNS server
5180 * net_del_route::               Remove a route entry
5181 * net_get_dhcp_option::         Retrieve DHCP options
5182 * net_ipv6_autoconf::           Perform IPv6 autoconfiguration
5183 * net_ls_addr::                 List interfaces
5184 * net_ls_cards::                List network cards
5185 * net_ls_dns::                  List DNS servers
5186 * net_ls_routes::               List routing entries
5187 * net_nslookup::                Perform a DNS lookup
5188 @end menu
5189
5190
5191 @node net_add_addr
5192 @subsection net_add_addr
5193
5194 @deffn Command net_add_addr @var{interface} @var{card} @var{address}
5195 Configure additional network @var{interface} with @var{address} on a
5196 network @var{card}. @var{address} can be either IP in dotted decimal notation,
5197 or symbolic name which is resolved using DNS lookup. If successful, this command
5198 also adds local link routing entry to the default subnet of @var{address}
5199 with name @var{interface}@samp{:local} via @var{interface}.
5200 @end deffn
5201
5202
5203 @node net_add_dns
5204 @subsection net_add_dns
5205
5206 @deffn Command net_add_dns @var{server}
5207 Resolve @var{server} IP address and add to the list of DNS servers used during
5208 name lookup.
5209 @end deffn
5210
5211
5212 @node net_add_route
5213 @subsection net_add_route
5214
5215 @deffn Command net_add_route @var{shortname} @var{ip}[/@var{prefix}] [@var{interface} | @samp{gw} @var{gateway}]
5216 Add route to network with address @var{ip} as modified by @var{prefix} via
5217 either local @var{interface} or @var{gateway}. @var{prefix} is optional and
5218 defaults to 32 for IPv4 address and 128 for IPv6 address. Route is identified
5219 by @var{shortname} which can be used to remove it (@pxref{net_del_route}).
5220 @end deffn
5221
5222
5223 @node net_bootp
5224 @subsection net_bootp
5225
5226 @deffn Command net_bootp [@var{card}]
5227 Perform configuration of @var{card} using DHCP protocol. If no card name
5228 is specified, try to configure all existing cards. If configuration was
5229 successful, interface with name @var{card}@samp{:dhcp} and configured
5230 address is added to @var{card}.
5231 @comment If server provided gateway information in
5232 @comment DHCP ACK packet, it is added as route entry with the name @var{card}@samp{:dhcp:gw}.
5233 Additionally the following DHCP options are recognized and processed:
5234
5235 @table @samp
5236 @item 1 (Subnet Mask)
5237 Used to calculate network local routing entry for interface @var{card}@samp{:dhcp}.
5238 @item 3 (Router)
5239 Adds default route entry with the name @var{card}@samp{:dhcp:default} via gateway
5240 from DHCP option. Note that only option with single route is accepted.
5241 @item 6 (Domain Name Server)
5242 Adds all servers from option value to the list of servers used during name resolution.
5243 @item 12 (Host Name)
5244 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_hostname}
5245 (@pxref{net_@var{<interface>}_hostname}) to the value of option.
5246 @item 15 (Domain Name)
5247 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_domain}
5248 (@pxref{net_@var{<interface>}_domain}) to the value of option.
5249 @item 17 (Root Path)
5250 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_rootpath}
5251 (@pxref{net_@var{<interface>}_rootpath}) to the value of option.
5252 @item 18 (Extensions Path)
5253 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_extensionspath}
5254 (@pxref{net_@var{<interface>}_extensionspath}) to the value of option.
5255 @end table
5256
5257 @end deffn
5258
5259
5260 @node net_del_addr
5261 @subsection net_del_addr
5262
5263 @deffn Command net_del_addr @var{interface}
5264 Remove configured @var{interface} with associated address.
5265 @end deffn
5266
5267
5268 @node net_del_dns
5269 @subsection net_del_dns
5270
5271 @deffn Command net_del_dns @var{address}
5272 Remove @var{address} from list of servers used during name lookup.
5273 @end deffn
5274
5275
5276 @node net_del_route
5277 @subsection net_del_route
5278
5279 @deffn Command net_del_route @var{shortname}
5280 Remove route entry identified by @var{shortname}.
5281 @end deffn
5282
5283
5284 @node net_get_dhcp_option
5285 @subsection net_get_dhcp_option
5286
5287 @deffn Command net_get_dhcp_option @var{var} @var{interface} @var{number} @var{type}
5288 Request DHCP option @var{number} of @var{type} via @var{interface}. @var{type}
5289 can be one of @samp{string}, @samp{number} or @samp{hex}. If option is found,
5290 assign its value to variable @var{var}. Values of types @samp{number} and @samp{hex}
5291 are converted to string representation.
5292 @end deffn
5293
5294
5295 @node net_ipv6_autoconf
5296 @subsection net_ipv6_autoconf
5297
5298 @deffn Command net_ipv6_autoconf [@var{card}]
5299 Perform IPv6 autoconfiguration by adding to the @var{card} interface with name
5300 @var{card}@samp{:link} and link local MAC-based address. If no card is specified,
5301 perform autoconfiguration for all existing cards.
5302 @end deffn
5303
5304
5305 @node net_ls_addr
5306 @subsection net_ls_addr
5307
5308 @deffn Command net_ls_addr
5309 List all configured interfaces with their MAC and IP addresses.
5310 @end deffn
5311
5312
5313 @node net_ls_cards
5314 @subsection net_ls_cards
5315
5316 @deffn Command net_ls_cards
5317 List all detected network cards with their MAC address.
5318 @end deffn
5319
5320
5321 @node net_ls_dns
5322 @subsection net_ls_dns
5323
5324 @deffn Command net_ls_dns
5325 List addresses of DNS servers used during name lookup.
5326 @end deffn
5327
5328
5329 @node net_ls_routes
5330 @subsection net_ls_routes
5331
5332 @deffn Command net_ls_routes
5333 List routing entries.
5334 @end deffn
5335
5336
5337 @node net_nslookup
5338 @subsection net_nslookup
5339
5340 @deffn Command net_nslookup @var{name} [@var{server}]
5341 Resolve address of @var{name} using DNS server @var{server}. If no server
5342 is given, use default list of servers.
5343 @end deffn
5344
5345
5346 @node Internationalisation
5347 @chapter Internationalisation
5348
5349 @section Charset
5350 GRUB uses UTF-8 internally other than in rendering where some GRUB-specific
5351 appropriate representation is used. All text files (including config) are
5352 assumed to be encoded in UTF-8.
5353
5354 @section Filesystems
5355 NTFS, JFS, UDF, HFS+, exFAT, long filenames in FAT, Joliet part of
5356 ISO9660 are treated as UTF-16 as per specification. AFS and BFS are read
5357 as UTF-8, again according to specification. BtrFS, cpio, tar, squash4, minix,
5358 minix2, minix3, ROMFS, ReiserFS, XFS, ext2, ext3, ext4, FAT (short names),
5359 RockRidge part of ISO9660, nilfs2, UFS1, UFS2 and ZFS are assumed
5360 to be UTF-8. This might be false on systems configured with legacy charset
5361 but as long as the charset used is superset of ASCII you should be able to
5362 access ASCII-named files. And it's recommended to configure your system to use
5363 UTF-8 to access the filesystem, convmv may help with migration. ISO9660 (plain)
5364 filenames are specified as being ASCII or being described with unspecified
5365 escape sequences. GRUB assumes that the ISO9660 names are UTF-8 (since
5366 any ASCII is valid UTF-8). There are some old CD-ROMs which use CP437
5367 in non-compliant way. You're still able to access files with names containing
5368 only ASCII characters on such filesystems though. You're also able to access
5369 any file if the filesystem contains valid Joliet (UTF-16) or RockRidge (UTF-8).
5370 AFFS, SFS and HFS never use unicode and GRUB assumes them to be in Latin1,
5371 Latin1 and MacRoman respectively. GRUB handles filesystem case-insensitivity
5372 however no attempt is performed at case conversion of international characters
5373 so e.g. a file named lowercase greek alpha is treated as different from
5374 the one named as uppercase alpha. The filesystems in questions are
5375 NTFS (except POSIX namespace), HFS+ (configurable at mkfs time, default
5376 insensitive), SFS (configurable at mkfs time, default insensitive),
5377 JFS (configurable at mkfs time, default sensitive), HFS, AFFS, FAT, exFAT
5378 and ZFS (configurable on per-subvolume basis by property ``casesensitivity'',
5379 default sensitive). On ZFS subvolumes marked as case insensitive files
5380 containing lowercase international characters are inaccessible.
5381 Also like all supported filesystems except HFS+ and ZFS (configurable on
5382 per-subvolume basis by property ``normalization'', default none) GRUB makes
5383 no attempt at check of canonical equivalence so a file name u-diaresis is
5384 treated as distinct from u+combining diaresis. This however means that in
5385 order to access file on HFS+ its name must be specified in normalisation form D.
5386 On normalized ZFS subvolumes filenames out of normalisation are inaccessible.
5387
5388 @section Output terminal
5389 Firmware output console ``console'' on ARC and IEEE1275 are limited to ASCII.
5390
5391 BIOS firmware console and VGA text are limited to ASCII and some pseudographics.
5392
5393 None of above mentioned is appropriate for displaying international and any
5394 unsupported character is replaced with question mark except pseudographics
5395 which we attempt to approximate with ASCII.
5396
5397 EFI console on the other hand nominally supports UTF-16 but actual language
5398 coverage depends on firmware and may be very limited.
5399
5400 The encoding used on serial can be chosen with @command{terminfo} as
5401 either ASCII, UTF-8 or ``visual UTF-8''. Last one is against the specification
5402 but results in correct rendering of right-to-left on some readers which don't
5403 have own bidi implementation.
5404
5405 On emu GRUB checks if charset is UTF-8 and uses it if so and uses ASCII
5406 otherwise.
5407
5408 When using gfxterm or gfxmenu GRUB itself is responsible for rendering the
5409 text. In this case GRUB is limited by loaded fonts. If fonts contain all
5410 required characters then bidirectional text, cursive variants and combining
5411 marks other than enclosing, half (e.g. left half tilde or combining overline)
5412 and double ones. Ligatures aren't supported though. This should cover European,
5413 Middle Eastern (if you don't mind lack of lam-alif ligature in Arabic) and
5414 East Asian scripts. Notable unsupported scripts are Brahmic family and
5415 derived as well as Mongolian, Tifinagh, Korean Jamo (precomposed characters
5416 have no problem) and tonal writing (2e5-2e9). GRUB also ignores deprecated
5417 (as specified in Unicode) characters (e.g. tags). GRUB also doesn't handle so
5418 called ``annotation characters'' If you can complete either of
5419 two lists or, better, propose a patch to improve rendering, please contact
5420 developer team.
5421
5422 @section Input terminal
5423 Firmware console on BIOS, IEEE1275 and ARC doesn't allow you to enter non-ASCII
5424 characters. EFI specification allows for such but author is unaware of any
5425 actual implementations. Serial input is currently limited for latin1 (unlikely
5426 to change). Own keyboard implementations (at_keyboard and usb_keyboard) 
5427 supports any key but work on one-char-per-keystroke.
5428 So no dead keys or advanced input method. Also there is no keymap change hotkey.
5429 In practice it makes difficult to enter any text using non-Latin alphabet.
5430 Moreover all current input consumers are limited to ASCII.
5431
5432 @section Gettext
5433 GRUB supports being translated. For this you need to have language *.mo files in $prefix/locale, load gettext module and set ``lang'' variable.
5434
5435 @section Regexp
5436 Regexps work on unicode characters, however no attempt at checking cannonical
5437 equivalence has been made. Moreover the classes like [:alpha:] match only
5438 ASCII subset.
5439
5440 @section Other
5441 Currently GRUB always uses YEAR-MONTH-DAY HOUR:MINUTE:SECOND [WEEKDAY] 24-hour
5442 datetime format but weekdays are translated.
5443 GRUB always uses the decimal number format with [0-9] as digits and . as
5444 descimal separator and no group separator.
5445 IEEE1275 aliases are matched case-insensitively except non-ASCII which is
5446 matched as binary. Similar behaviour is for matching OSBundleRequired.
5447 Since IEEE1275 aliases and OSBundleRequired don't contain any non-ASCII it
5448 should never be a problem in practice.
5449 Case-sensitive identifiers are matched as raw strings, no canonical
5450 equivalence check is performed. Case-insenstive identifiers are matched
5451 as RAW but additionally [a-z] is equivalent to [A-Z]. GRUB-defined
5452 identifiers use only ASCII and so should user-defined ones.
5453 Identifiers containing non-ASCII may work but aren't supported.
5454 Only the ASCII space characters (space U+0020, tab U+000b, CR U+000d and
5455 LF U+000a) are recognised. Other unicode space characters aren't a valid
5456 field separator.
5457 @command{test} (@pxref{test}) tests <, >, <=, >=, -pgt and -plt compare the strings in the
5458 lexicographical order of unicode codepoints, replicating the behaviour of
5459 test from coreutils.
5460 environment variables and commands are listed in the same order.
5461
5462 @node Security
5463 @chapter Security
5464
5465 @menu
5466 * Authentication and authorisation:: Users and access control
5467 * Using digital signatures::         Booting digitally signed code
5468 @end menu
5469
5470 @node Authentication and authorisation
5471 @section Authentication and authorisation in GRUB
5472
5473 By default, the boot loader interface is accessible to anyone with physical
5474 access to the console: anyone can select and edit any menu entry, and anyone
5475 can get direct access to a GRUB shell prompt.  For most systems, this is
5476 reasonable since anyone with direct physical access has a variety of other
5477 ways to gain full access, and requiring authentication at the boot loader
5478 level would only serve to make it difficult to recover broken systems.
5479
5480 However, in some environments, such as kiosks, it may be appropriate to lock
5481 down the boot loader to require authentication before performing certain
5482 operations.
5483
5484 The @samp{password} (@pxref{password}) and @samp{password_pbkdf2}
5485 (@pxref{password_pbkdf2}) commands can be used to define users, each of
5486 which has an associated password.  @samp{password} sets the password in
5487 plain text, requiring @file{grub.cfg} to be secure; @samp{password_pbkdf2}
5488 sets the password hashed using the Password-Based Key Derivation Function
5489 (RFC 2898), requiring the use of @command{grub-mkpasswd-pbkdf2}
5490 (@pxref{Invoking grub-mkpasswd-pbkdf2}) to generate password hashes.
5491
5492 In order to enable authentication support, the @samp{superusers} environment
5493 variable must be set to a list of usernames, separated by any of spaces,
5494 commas, semicolons, pipes, or ampersands.  Superusers are permitted to use
5495 the GRUB command line, edit menu entries, and execute any menu entry.  If
5496 @samp{superusers} is set, then use of the command line and editing of menu
5497 entries are automatically restricted to superusers. Setting @samp{superusers}
5498 to empty string effectively disables both access to CLI and editing of menu
5499 entries.
5500
5501 Other users may be allowed to execute specific menu entries by giving a list of
5502 usernames (as above) using the @option{--users} option to the
5503 @samp{menuentry} command (@pxref{menuentry}).  If the @option{--unrestricted}
5504 option is used for a menu entry, then that entry is unrestricted.
5505 If the @option{--users} option is not used for a menu entry, then that
5506 only superusers are able to use it.
5507
5508 Putting this together, a typical @file{grub.cfg} fragment might look like
5509 this:
5510
5511 @example
5512 @group
5513 set superusers="root"
5514 password_pbkdf2 root grub.pbkdf2.sha512.10000.biglongstring
5515 password user1 insecure
5516
5517 menuentry "May be run by any user" --unrestricted @{
5518         set root=(hd0,1)
5519         linux /vmlinuz
5520 @}
5521
5522 menuentry "Superusers only" --users "" @{
5523         set root=(hd0,1)
5524         linux /vmlinuz single
5525 @}
5526
5527 menuentry "May be run by user1 or a superuser" --users user1 @{
5528         set root=(hd0,2)
5529         chainloader +1
5530 @}
5531 @end group
5532 @end example
5533
5534 The @command{grub-mkconfig} program does not yet have built-in support for
5535 generating configuration files with authentication.  You can use
5536 @file{/etc/grub.d/40_custom} to add simple superuser authentication, by
5537 adding @kbd{set superusers=} and @kbd{password} or @kbd{password_pbkdf2}
5538 commands.
5539
5540 @node Using digital signatures
5541 @section Using digital signatures in GRUB
5542
5543 GRUB's @file{core.img} can optionally provide enforcement that all files
5544 subsequently read from disk are covered by a valid digital signature.
5545 This document does @strong{not} cover how to ensure that your
5546 platform's firmware (e.g., Coreboot) validates @file{core.img}.
5547
5548 If environment variable @code{check_signatures}
5549 (@pxref{check_signatures}) is set to @code{enforce}, then every
5550 attempt by the GRUB @file{core.img} to load another file @file{foo}
5551 implicitly invokes @code{verify_detached foo foo.sig}
5552 (@pxref{verify_detached}).  @code{foo.sig} must contain a valid
5553 digital signature over the contents of @code{foo}, which can be
5554 verified with a public key currently trusted by GRUB
5555 (@pxref{list_trusted}, @pxref{trust}, and @pxref{distrust}).  If
5556 validation fails, then file @file{foo} cannot be opened.  This failure
5557 may halt or otherwise impact the boot process.
5558
5559 @comment Unfortunately --pubkey is not yet supported by grub-install,
5560 @comment but we should not bring up internal detail grub-mkimage here
5561 @comment in the user guide (as opposed to developer's manual).
5562
5563 @comment An initial trusted public key can be embedded within the GRUB
5564 @comment @file{core.img} using the @code{--pubkey} option to
5565 @comment @command{grub-mkimage} (@pxref{Invoking grub-install}).  Presently it
5566 @comment is necessary to write a custom wrapper around @command{grub-mkimage}
5567 @comment using the @code{--grub-mkimage} flag to @command{grub-install}.
5568
5569 GRUB uses GPG-style detached signatures (meaning that a file
5570 @file{foo.sig} will be produced when file @file{foo} is signed), and
5571 currently supports the DSA and RSA signing algorithms. A signing key
5572 can be generated as follows:
5573
5574 @example
5575 gpg --gen-key
5576 @end example
5577
5578 An individual file can be signed as follows:
5579
5580 @example
5581 gpg --detach-sign /path/to/file
5582 @end example
5583
5584 For successful validation of all of GRUB's subcomponents and the
5585 loaded OS kernel, they must all be signed.  One way to accomplish this
5586 is the following (after having already produced the desired
5587 @file{grub.cfg} file, e.g., by running @command{grub-mkconfig}
5588 (@pxref{Invoking grub-mkconfig}):
5589
5590 @example
5591 @group
5592 # Edit /dev/shm/passphrase.txt to contain your signing key's passphrase
5593 for i in `find /boot -name "*.cfg" -or -name "*.lst" -or \
5594   -name "*.mod" -or -name "vmlinuz*" -or -name "initrd*" -or \
5595   -name "grubenv"`;
5596 do
5597   gpg --batch --detach-sign --passphrase-fd 0 $i < \
5598     /dev/shm/passphrase.txt
5599 done
5600 shred /dev/shm/passphrase.txt
5601 @end group
5602 @end example
5603
5604 See also: @ref{check_signatures}, @ref{verify_detached}, @ref{trust},
5605 @ref{list_trusted}, @ref{distrust}, @ref{load_env}, @ref{save_env}.
5606
5607 Note that internally signature enforcement is controlled by setting
5608 the environment variable @code{check_signatures} equal to
5609 @code{enforce}.  Passing one or more @code{--pubkey} options to
5610 @command{grub-mkimage} implicitly defines @code{check_signatures}
5611 equal to @code{enforce} in @file{core.img} prior to processing any
5612 configuration files.
5613
5614 Note that signature checking does @strong{not} prevent an attacker
5615 with (serial, physical, ...) console access from dropping manually to
5616 the GRUB console and executing:
5617
5618 @example
5619 set check_signatures=no
5620 @end example
5621
5622 To prevent this, password-protection (@pxref{Authentication and
5623 authorisation}) is essential.  Note that even with GRUB password
5624 protection, GRUB itself cannot prevent someone with physical access to
5625 the machine from altering that machine's firmware (e.g., Coreboot
5626 or BIOS) configuration to cause the machine to boot from a different
5627 (attacker-controlled) device.  GRUB is at best only one link in a
5628 secure boot chain.
5629
5630 @node Platform limitations
5631 @chapter Platform limitations
5632
5633 GRUB2 is designed to be portable and is actually ported across platforms. We
5634 try to keep all platforms at the level. Unfortunately some platforms are better
5635 supported than others. This is detailed in current and 2 following sections.
5636
5637 ARC platform is unable to change datetime (firmware doesn't seem to provide a
5638 function for it).
5639 EMU has similar limitation.
5640
5641 On EMU platform no serial port is available.
5642
5643 Console charset refers only to firmware-assisted console. gfxterm is always
5644 Unicode (see Internationalisation section for its limitations). Serial is
5645 configurable to UTF-8 or ASCII (see Internationalisation). In case of qemu
5646 and coreboot ports the refered console is vga_text. Loongson always uses
5647 gfxterm.
5648
5649 Most limited one is ASCII. CP437 provides additionally pseudographics.
5650 GRUB2 doesn't use any language characters from CP437 as often CP437 is replaced
5651 by national encoding compatible only in pseudographics.
5652 Unicode is the most versatile charset which supports many languages. However
5653 the actual console may be much more limited depending on firmware
5654
5655 On BIOS network is supported only if the image is loaded through network.
5656 On sparc64 GRUB is unable to determine which server it was booted from.
5657
5658 Direct ATA/AHCI support allows to circumvent various firmware limitations but
5659 isn't needed for normal operation except on baremetal ports.
5660
5661 AT keyboard support allows keyboard layout remapping and support for keys not
5662 available through firmware. It isn't needed for normal operation except
5663 baremetal ports.
5664
5665 Speaker allows morse and spkmodem communication.
5666
5667 USB support provides benefits similar to ATA (for USB disks) or AT (for USB
5668 keyboards). In addition it allows USBserial.
5669
5670 Chainloading refers to the ability to load another bootloader through the same protocol
5671
5672 Hints allow faster disk discovery by already knowing in advance which is the disk in
5673 question. On some platforms hints are correct unless you move the disk between boots.
5674 On other platforms it's just an educated guess.
5675 Note that hint failure results in just reduced performance, not a failure
5676
5677 BadRAM is the ability to mark some of the RAM as ``bad''. Note: due to protocol
5678 limitations mips-loongson (with Linux protocol)
5679 and mips-qemu_mips can use only memory up to first hole.
5680
5681 Bootlocation is ability of GRUB to automatically detect where it boots from.
5682 ``disk'' means the detection is limited to detecting the disk with partition
5683 being discovered on install time. ``partition'' means that disk and partiton
5684 can be automatically discovered. ``file'' means that boot image file name as
5685 well as disk and partition can be discovered. For consistency default install ignores
5686 partition and relies solely on disk detection. If no bootlocation discovery is available
5687 or boot and grub-root disks are different, UUID is used instead. On ARC if no device
5688 to install to is specified, UUID is used instead as well.
5689
5690
5691 @multitable @columnfractions .20 .20 .20 .20 .20
5692 @item                    @tab BIOS    @tab Coreboot @tab Multiboot    @tab Qemu 
5693 @item video              @tab yes     @tab yes      @tab yes          @tab yes
5694 @item console charset    @tab CP437   @tab CP437    @tab CP437        @tab CP437
5695 @item network            @tab yes (*) @tab no       @tab no           @tab no
5696 @item ATA/AHCI           @tab yes     @tab yes      @tab yes          @tab yes
5697 @item AT keyboard        @tab yes     @tab yes      @tab yes          @tab yes
5698 @item Speaker            @tab yes     @tab yes      @tab yes          @tab yes
5699 @item USB                @tab yes     @tab yes      @tab yes          @tab yes
5700 @item chainloader        @tab local   @tab yes      @tab yes          @tab no
5701 @item cpuid              @tab partial @tab partial  @tab partial      @tab partial
5702 @item hints              @tab guess   @tab guess    @tab guess        @tab guess
5703 @item PCI                @tab yes     @tab yes      @tab yes          @tab yes
5704 @item badram             @tab yes     @tab yes      @tab yes          @tab yes
5705 @item compression        @tab always  @tab pointless @tab no           @tab no
5706 @item exit               @tab yes     @tab no       @tab no           @tab no
5707 @item bootlocation       @tab disk    @tab no       @tab no           @tab no
5708 @end multitable
5709
5710 @multitable @columnfractions .20 .20 .20 .20 .20
5711 @item                    @tab ia32 EFI    @tab amd64 EFI @tab ia32 IEEE1275 @tab Itanium
5712 @item video              @tab yes         @tab yes       @tab no            @tab no
5713 @item console charset    @tab Unicode     @tab Unicode   @tab ASCII         @tab Unicode
5714 @item network            @tab yes         @tab yes       @tab yes           @tab yes
5715 @item ATA/AHCI           @tab yes         @tab yes       @tab yes           @tab no
5716 @item AT keyboard        @tab yes         @tab yes       @tab yes           @tab no
5717 @item Speaker            @tab yes         @tab yes       @tab yes           @tab no
5718 @item USB                @tab yes         @tab yes       @tab yes           @tab no
5719 @item chainloader        @tab local       @tab local     @tab no            @tab local
5720 @item cpuid              @tab partial     @tab partial   @tab partial       @tab no
5721 @item hints              @tab guess       @tab guess     @tab good          @tab guess
5722 @item PCI                @tab yes         @tab yes       @tab yes           @tab no
5723 @item badram             @tab yes         @tab yes       @tab no            @tab yes
5724 @item compression        @tab no          @tab no        @tab no            @tab no
5725 @item exit               @tab yes         @tab yes       @tab yes           @tab yes
5726 @item bootlocation       @tab file        @tab file      @tab file, ignored @tab file
5727 @end multitable
5728
5729 @multitable @columnfractions .20 .20 .20 .20 .20
5730 @item                    @tab Loongson    @tab sparc64 @tab Powerpc @tab ARC
5731 @item video              @tab yes         @tab no      @tab yes     @tab no
5732 @item console charset    @tab N/A         @tab ASCII   @tab ASCII   @tab ASCII
5733 @item network            @tab no          @tab yes (*) @tab yes     @tab no
5734 @item ATA/AHCI           @tab yes         @tab no      @tab no      @tab no
5735 @item AT keyboard        @tab yes         @tab no      @tab no      @tab no
5736 @item Speaker            @tab no          @tab no      @tab no      @tab no
5737 @item USB                @tab yes         @tab no      @tab no      @tab no
5738 @item chainloader        @tab yes         @tab no      @tab no      @tab no
5739 @item cpuid              @tab no          @tab no      @tab no      @tab no
5740 @item hints              @tab good        @tab good    @tab good    @tab no
5741 @item PCI                @tab yes         @tab no      @tab no      @tab no
5742 @item badram             @tab yes (*)     @tab no      @tab no      @tab no
5743 @item compression        @tab configurable @tab no     @tab no      @tab configurable
5744 @item exit               @tab no          @tab yes     @tab yes     @tab yes
5745 @item bootlocation       @tab no          @tab partition @tab file  @tab file (*)
5746 @end multitable
5747
5748 @multitable @columnfractions .20 .20 .20 .20 .20
5749 @item                    @tab MIPS qemu @tab emu         @tab xen
5750 @item video              @tab no        @tab yes         @tab no
5751 @item console charset    @tab CP437     @tab Unicode (*) @tab ASCII
5752 @item network            @tab no        @tab yes         @tab no
5753 @item ATA/AHCI           @tab yes       @tab no          @tab no
5754 @item AT keyboard        @tab yes       @tab no          @tab no
5755 @item Speaker            @tab no        @tab no          @tab no
5756 @item USB                @tab N/A       @tab yes         @tab no
5757 @item chainloader        @tab yes       @tab no          @tab yes
5758 @item cpuid              @tab no        @tab no          @tab yes
5759 @item hints              @tab guess     @tab no          @tab no
5760 @item PCI                @tab no        @tab no          @tab no
5761 @item badram             @tab yes (*)   @tab no          @tab no
5762 @item compression        @tab configurable @tab no       @tab no
5763 @item exit               @tab no        @tab yes         @tab no
5764 @item bootlocation       @tab no        @tab file        @tab no
5765 @end multitable
5766
5767 @node Platform-specific operations
5768 @chapter Outline
5769
5770 Some platforms have features which allows to implement
5771 some commands useless or not implementable on others.
5772
5773 Quick summary:
5774
5775 Information retrieval:
5776
5777 @itemize
5778 @item mipsel-loongson: lsspd
5779 @item mips-arc: lsdev
5780 @item efi: lsefisystab, lssal, lsefimmap, lsefi
5781 @item i386-pc: lsapm
5782 @item i386-coreboot: lscoreboot, coreboot_boottime, cbmemc
5783 @item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): lsacpi
5784 @end itemize
5785
5786 Workarounds for platform-specific issues:
5787 @itemize
5788 @item i386-efi/x86_64-efi: loadbios, fakebios, fix_video
5789 @item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi):
5790     acpi (override ACPI tables)
5791 @item i386-pc: drivemap
5792 @item i386-pc: sendkey
5793 @end itemize
5794
5795 Advanced operations for power users:
5796 @itemize
5797 @item x86: iorw (direct access to I/O ports)
5798 @end itemize
5799
5800 Miscelaneous:
5801 @itemize
5802 @item cmos (x86-*, ieee1275, mips-qemu_mips, mips-loongson): cmostest
5803     (used on some laptops to check for special power-on key), cmosclean
5804 @item i386-pc: play
5805 @end itemize
5806
5807 @node Supported kernels
5808 @chapter Supported boot targets
5809
5810 X86 support is summarised in the following table. ``Yes'' means that the kernel works on the given platform, ``crashes'' means an early kernel crash which we hope will be fixed by concerned kernel developers. ``no'' means GRUB doesn't load the given kernel on a given platform. ``headless'' means that the kernel works but lacks console drivers (you can still use serial or network console).  In case of ``no'' and ``crashes'' the reason is given in footnote.
5811 @multitable @columnfractions .50 .22 .22
5812 @item                                @tab BIOS    @tab Coreboot
5813 @item BIOS chainloading              @tab yes     @tab no (1)
5814 @item NTLDR                          @tab yes     @tab no (1)
5815 @item Plan9                          @tab yes     @tab no (1)
5816 @item Freedos                        @tab yes     @tab no (1)
5817 @item FreeBSD bootloader             @tab yes     @tab crashes (1)
5818 @item 32-bit kFreeBSD                @tab yes     @tab crashes (5)
5819 @item 64-bit kFreeBSD                @tab yes     @tab crashes (5)
5820 @item 32-bit kNetBSD                 @tab yes     @tab crashes (1)
5821 @item 64-bit kNetBSD                 @tab yes     @tab crashes
5822 @item 32-bit kOpenBSD                @tab yes     @tab yes
5823 @item 64-bit kOpenBSD                @tab yes     @tab yes
5824 @item Multiboot                      @tab yes     @tab yes
5825 @item Multiboot2                     @tab yes     @tab yes
5826 @item 32-bit Linux (legacy protocol) @tab yes     @tab no (1)
5827 @item 64-bit Linux (legacy protocol) @tab yes     @tab no (1)
5828 @item 32-bit Linux (modern protocol) @tab yes     @tab yes
5829 @item 64-bit Linux (modern protocol) @tab yes     @tab yes
5830 @item 32-bit XNU                     @tab yes     @tab ?
5831 @item 64-bit XNU                     @tab yes     @tab ?
5832 @item 32-bit EFI chainloader         @tab no (2)  @tab no (2)
5833 @item 64-bit EFI chainloader         @tab no (2)  @tab no (2)
5834 @item Appleloader                    @tab no (2)  @tab no (2)
5835 @end multitable
5836
5837 @multitable @columnfractions .50 .22 .22
5838 @item                                @tab Multiboot    @tab Qemu 
5839 @item BIOS chainloading              @tab no (1)       @tab no (1)
5840 @item NTLDR                          @tab no (1)       @tab no (1)
5841 @item Plan9                          @tab no (1)       @tab no (1)
5842 @item FreeDOS                        @tab no (1)       @tab no (1)
5843 @item FreeBSD bootloader             @tab crashes (1)  @tab crashes (1)
5844 @item 32-bit kFreeBSD                @tab crashes (5)  @tab crashes (5)
5845 @item 64-bit kFreeBSD                @tab crashes (5)  @tab crashes (5)
5846 @item 32-bit kNetBSD                 @tab crashes (1)  @tab crashes (1)  
5847 @item 64-bit kNetBSD                 @tab yes          @tab yes
5848 @item 32-bit kOpenBSD                @tab yes          @tab yes
5849 @item 64-bit kOpenBSD                @tab yes          @tab yes
5850 @item Multiboot                      @tab yes          @tab yes
5851 @item Multiboot2                     @tab yes          @tab yes
5852 @item 32-bit Linux (legacy protocol) @tab no (1)       @tab no (1)
5853 @item 64-bit Linux (legacy protocol) @tab no (1)       @tab no (1)
5854 @item 32-bit Linux (modern protocol) @tab yes          @tab yes
5855 @item 64-bit Linux (modern protocol) @tab yes          @tab yes
5856 @item 32-bit XNU                     @tab ?            @tab ?
5857 @item 64-bit XNU                     @tab ?            @tab ?
5858 @item 32-bit EFI chainloader         @tab no (2)       @tab no (2)
5859 @item 64-bit EFI chainloader         @tab no (2)       @tab no (2)
5860 @item Appleloader                    @tab no (2)       @tab no (2)
5861 @end multitable
5862
5863 @multitable @columnfractions .50 .22 .22
5864 @item                                @tab ia32 EFI      @tab amd64 EFI
5865 @item BIOS chainloading              @tab no (1)        @tab no (1)
5866 @item NTLDR                          @tab no (1)        @tab no (1)
5867 @item Plan9                          @tab no (1)        @tab no (1)
5868 @item FreeDOS                        @tab no (1)        @tab no (1)
5869 @item FreeBSD bootloader             @tab crashes (1)   @tab crashes (1)
5870 @item 32-bit kFreeBSD                @tab headless      @tab headless
5871 @item 64-bit kFreeBSD                @tab headless      @tab headless
5872 @item 32-bit kNetBSD                 @tab crashes (1)   @tab crashes (1)
5873 @item 64-bit kNetBSD                 @tab yes           @tab yes
5874 @item 32-bit kOpenBSD                @tab headless      @tab headless
5875 @item 64-bit kOpenBSD                @tab headless      @tab headless
5876 @item Multiboot                      @tab yes           @tab yes
5877 @item Multiboot2                     @tab yes           @tab yes
5878 @item 32-bit Linux (legacy protocol) @tab no (1)        @tab no (1)
5879 @item 64-bit Linux (legacy protocol) @tab no (1)        @tab no (1)
5880 @item 32-bit Linux (modern protocol) @tab yes           @tab yes
5881 @item 64-bit Linux (modern protocol) @tab yes           @tab yes
5882 @item 32-bit XNU                     @tab yes           @tab yes
5883 @item 64-bit XNU                     @tab yes (4)       @tab yes
5884 @item 32-bit EFI chainloader         @tab yes           @tab no (3)
5885 @item 64-bit EFI chainloader         @tab no (3)        @tab yes
5886 @item Appleloader                    @tab yes           @tab yes
5887 @end multitable
5888
5889 @multitable @columnfractions .50 .22 .22
5890 @item                                @tab ia32 IEEE1275
5891 @item BIOS chainloading              @tab no (1)
5892 @item NTLDR                          @tab no (1)
5893 @item Plan9                          @tab no (1)
5894 @item FreeDOS                        @tab no (1)
5895 @item FreeBSD bootloader             @tab crashes (1)
5896 @item 32-bit kFreeBSD                @tab crashes (5)
5897 @item 64-bit kFreeBSD                @tab crashes (5)
5898 @item 32-bit kNetBSD                 @tab crashes (1)
5899 @item 64-bit kNetBSD                 @tab ?
5900 @item 32-bit kOpenBSD                @tab ?
5901 @item 64-bit kOpenBSD                @tab ?
5902 @item Multiboot                      @tab ?
5903 @item Multiboot2                     @tab ?
5904 @item 32-bit Linux (legacy protocol) @tab no (1)
5905 @item 64-bit Linux (legacy protocol) @tab no (1)
5906 @item 32-bit Linux (modern protocol) @tab ?
5907 @item 64-bit Linux (modern protocol) @tab ?
5908 @item 32-bit XNU                     @tab ?
5909 @item 64-bit XNU                     @tab ?
5910 @item 32-bit EFI chainloader         @tab no (2)
5911 @item 64-bit EFI chainloader         @tab no (2)
5912 @item Appleloader                    @tab no (2)
5913 @end multitable
5914
5915 @enumerate
5916 @item Requires BIOS
5917 @item EFI only
5918 @item 32-bit and 64-bit EFI have different structures and work in different CPU modes so it's not possible to chainload 32-bit bootloader on 64-bit platform and vice-versa
5919 @item Some modules may need to be disabled
5920 @item Requires ACPI
5921 @end enumerate
5922
5923 PowerPC, IA64 and Sparc64 ports support only Linux. MIPS port supports Linux
5924 and multiboot2.
5925
5926 @section Boot tests
5927
5928 As you have seen in previous chapter the support matrix is pretty big and some of the configurations are only rarely used. To ensure the quality bootchecks are available for all x86 targets except EFI chainloader, Appleloader and XNU. All x86 platforms have bootcheck facility except ieee1275. Multiboot, multiboot2, BIOS chainloader, ntldr and freebsd-bootloader boot targets are tested only with a fake kernel images. Only Linux is tested among the payloads using Linux protocols.
5929
5930 Following variables must be defined:
5931
5932 @multitable  @columnfractions .30 .65
5933 @item GRUB_PAYLOADS_DIR @tab directory containing the required kernels
5934 @item GRUB_CBFSTOOL @tab cbfstool from Coreboot package (for coreboot platform only)
5935 @item GRUB_COREBOOT_ROM @tab empty Coreboot ROM
5936 @item GRUB_QEMU_OPTS @tab additional options to be supplied to QEMU
5937 @end multitable
5938
5939 Required files are:
5940
5941 @multitable  @columnfractions .40 .55
5942 @item kfreebsd_env.i386 @tab 32-bit kFreeBSD device hints
5943 @item kfreebsd.i386 @tab 32-bit FreeBSD kernel image
5944 @item kfreebsd.x86_64, kfreebsd_env.x86_64 @tab same from 64-bit kFreeBSD
5945 @item knetbsd.i386 @tab 32-bit NetBSD kernel image
5946 @item knetbsd.miniroot.i386 @tab 32-bit kNetBSD miniroot.kmod.
5947 @item knetbsd.x86_64, knetbsd.miniroot.x86_64  @tab same from 64-bit kNetBSD
5948 @item kopenbsd.i386 @tab 32-bit OpenBSD kernel bsd.rd image
5949 @item kopenbsd.x86_64 @tab same from 64-bit kOpenBSD
5950 @item linux.i386 @tab 32-bit Linux
5951 @item linux.x86_64 @tab 64-bit Linux
5952 @end multitable
5953
5954 @node Troubleshooting
5955 @chapter Error messages produced by GRUB
5956
5957 @menu
5958 * GRUB only offers a rescue shell::
5959 @end menu
5960
5961
5962 @node GRUB only offers a rescue shell
5963 @section GRUB only offers a rescue shell
5964
5965 GRUB's normal start-up procedure involves setting the @samp{prefix}
5966 environment variable to a value set in the core image by
5967 @command{grub-install}, setting the @samp{root} variable to match, loading
5968 the @samp{normal} module from the prefix, and running the @samp{normal}
5969 command (@pxref{normal}).  This command is responsible for reading
5970 @file{/boot/grub/grub.cfg}, running the menu, and doing all the useful
5971 things GRUB is supposed to do.
5972
5973 If, instead, you only get a rescue shell, this usually means that GRUB
5974 failed to load the @samp{normal} module for some reason.  It may be possible
5975 to work around this temporarily: for instance, if the reason for the failure
5976 is that @samp{prefix} is wrong (perhaps it refers to the wrong device, or
5977 perhaps the path to @file{/boot/grub} was not correctly made relative to the
5978 device), then you can correct this and enter normal mode manually:
5979
5980 @example
5981 @group
5982 # Inspect the current prefix (and other preset variables):
5983 set
5984 # Find out which devices are available:
5985 ls
5986 # Set to the correct value, which might be something like this:
5987 set prefix=(hd0,1)/grub
5988 set root=(hd0,1)
5989 insmod normal
5990 normal
5991 @end group
5992 @end example
5993
5994 However, any problem that leaves you in the rescue shell probably means that
5995 GRUB was not correctly installed.  It may be more useful to try to reinstall
5996 it properly using @kbd{grub-install @var{device}} (@pxref{Invoking
5997 grub-install}).  When doing this, there are a few things to remember:
5998
5999 @itemize @bullet{}
6000 @item
6001 Drive ordering in your operating system may not be the same as the boot
6002 drive ordering used by your firmware.  Do not assume that your first hard
6003 drive (e.g. @samp{/dev/sda}) is the one that your firmware will boot from.
6004 @file{device.map} (@pxref{Device map}) can be used to override this, but it
6005 is usually better to use UUIDs or file system labels and avoid depending on
6006 drive ordering entirely.
6007
6008 @item
6009 At least on BIOS systems, if you tell @command{grub-install} to install GRUB
6010 to a partition but GRUB has already been installed in the master boot
6011 record, then the GRUB installation in the partition will be ignored.
6012
6013 @item
6014 If possible, it is generally best to avoid installing GRUB to a partition
6015 (unless it is a special partition for the use of GRUB alone, such as the
6016 BIOS Boot Partition used on GPT).  Doing this means that GRUB may stop being
6017 able to read its core image due to a file system moving blocks around, such
6018 as while defragmenting, running checks, or even during normal operation.
6019 Installing to the whole disk device is normally more robust.
6020
6021 @item
6022 Check that GRUB actually knows how to read from the device and file system
6023 containing @file{/boot/grub}.  It will not be able to read from encrypted
6024 devices with unsupported encryption scheme, nor from file systems for which
6025 support has not yet been added to GRUB.
6026 @end itemize
6027
6028
6029 @node Invoking grub-install
6030 @chapter Invoking grub-install
6031
6032 The program @command{grub-install} generates a GRUB core image using
6033 @command{grub-mkimage} and installs it on your system.  You must specify the
6034 device name on which you want to install GRUB, like this:
6035
6036 @example
6037 grub-install @var{install_device}
6038 @end example
6039
6040 The device name @var{install_device} is an OS device name or a GRUB
6041 device name.
6042
6043 @command{grub-install} accepts the following options:
6044
6045 @table @option
6046 @item --help
6047 Print a summary of the command-line options and exit.
6048
6049 @item --version
6050 Print the version number of GRUB and exit.
6051
6052 @item --boot-directory=@var{dir}
6053 Install GRUB images under the directory @file{@var{dir}/grub/}
6054 This option is useful when you want to install GRUB into a
6055 separate partition or a removable disk.
6056 If this option is not specified then it defaults to @file{/boot}, so
6057
6058 @example
6059 @kbd{grub-install /dev/sda}
6060 @end example
6061
6062 is equivalent to
6063
6064 @example
6065 @kbd{grub-install --boot-directory=/boot/ /dev/sda}
6066 @end example
6067
6068 Here is an example in which you have a separate @dfn{boot} partition which is 
6069 mounted on
6070 @file{/mnt/boot}:
6071
6072 @example
6073 @kbd{grub-install --boot-directory=/mnt/boot /dev/sdb}
6074 @end example
6075
6076 @item --recheck
6077 Recheck the device map, even if @file{/boot/grub/device.map} already
6078 exists. You should use this option whenever you add/remove a disk
6079 into/from your computer.
6080
6081 @item --no-rs-codes
6082 By default on x86 BIOS systems, @command{grub-install} will use some
6083 extra space in the bootloader embedding area for Reed-Solomon
6084 error-correcting codes. This enables GRUB to still boot successfully
6085 if some blocks are corrupted.  The exact amount of protection offered
6086 is dependent on available space in the embedding area.  R sectors of
6087 redundancy can tolerate up to R/2 corrupted sectors. This
6088 redundancy may be cumbersome if attempting to cryptographically
6089 validate the contents of the bootloader embedding area, or in more
6090 modern systems with GPT-style partition tables (@pxref{BIOS
6091 installation}) where GRUB does not reside in any unpartitioned space
6092 outside of the MBR.  Disable the Reed-Solomon codes with this option.
6093 @end table
6094
6095 @node Invoking grub-mkconfig
6096 @chapter Invoking grub-mkconfig
6097
6098 The program @command{grub-mkconfig} generates a configuration file for GRUB
6099 (@pxref{Simple configuration}).
6100
6101 @example
6102 grub-mkconfig -o /boot/grub/grub.cfg
6103 @end example
6104
6105 @command{grub-mkconfig} accepts the following options:
6106
6107 @table @option
6108 @item --help
6109 Print a summary of the command-line options and exit.
6110
6111 @item --version
6112 Print the version number of GRUB and exit.
6113
6114 @item -o @var{file}
6115 @itemx --output=@var{file}
6116 Send the generated configuration file to @var{file}.  The default is to send
6117 it to standard output.
6118 @end table
6119
6120
6121 @node Invoking grub-mkpasswd-pbkdf2
6122 @chapter Invoking grub-mkpasswd-pbkdf2
6123
6124 The program @command{grub-mkpasswd-pbkdf2} generates password hashes for
6125 GRUB (@pxref{Security}).
6126
6127 @example
6128 grub-mkpasswd-pbkdf2
6129 @end example
6130
6131 @command{grub-mkpasswd-pbkdf2} accepts the following options:
6132
6133 @table @option
6134 @item -c @var{number}
6135 @itemx --iteration-count=@var{number}
6136 Number of iterations of the underlying pseudo-random function.  Defaults to
6137 10000.
6138
6139 @item -l @var{number}
6140 @itemx --buflen=@var{number}
6141 Length of the generated hash.  Defaults to 64.
6142
6143 @item -s @var{number}
6144 @itemx --salt=@var{number}
6145 Length of the salt.  Defaults to 64.
6146 @end table
6147
6148
6149 @node Invoking grub-mkrelpath
6150 @chapter Invoking grub-mkrelpath
6151
6152 The program @command{grub-mkrelpath} makes a file system path relative to
6153 the root of its containing file system.  For instance, if @file{/usr} is a
6154 mount point, then:
6155
6156 @example
6157 $ @kbd{grub-mkrelpath /usr/share/grub/unicode.pf2}
6158 @samp{/share/grub/unicode.pf2}
6159 @end example
6160
6161 This is mainly used internally by other GRUB utilities such as
6162 @command{grub-mkconfig} (@pxref{Invoking grub-mkconfig}), but may
6163 occasionally also be useful for debugging.
6164
6165 @command{grub-mkrelpath} accepts the following options:
6166
6167 @table @option
6168 @item --help
6169 Print a summary of the command-line options and exit.
6170
6171 @item --version
6172 Print the version number of GRUB and exit.
6173 @end table
6174
6175
6176 @node Invoking grub-mkrescue
6177 @chapter Invoking grub-mkrescue
6178
6179 The program @command{grub-mkrescue} generates a bootable GRUB rescue image
6180 (@pxref{Making a GRUB bootable CD-ROM}).
6181
6182 @example
6183 grub-mkrescue -o grub.iso
6184 @end example
6185
6186 All arguments not explicitly listed as @command{grub-mkrescue} options are
6187 passed on directly to @command{xorriso} in @command{mkisofs} emulation mode.
6188 Options passed to @command{xorriso} will normally be interpreted as
6189 @command{mkisofs} options; if the option @samp{--} is used, then anything
6190 after that will be interpreted as native @command{xorriso} options.
6191
6192 Non-option arguments specify additional source directories.  This is
6193 commonly used to add extra files to the image:
6194
6195 @example
6196 mkdir -p disk/boot/grub
6197 @r{(add extra files to @file{disk/boot/grub})}
6198 grub-mkrescue -o grub.iso disk
6199 @end example
6200
6201 @command{grub-mkrescue} accepts the following options:
6202
6203 @table @option
6204 @item --help
6205 Print a summary of the command-line options and exit.
6206
6207 @item --version
6208 Print the version number of GRUB and exit.
6209
6210 @item -o @var{file}
6211 @itemx --output=@var{file}
6212 Save output in @var{file}.  This "option" is required.
6213
6214 @item --modules=@var{modules}
6215 Pre-load the named GRUB modules in the image.  Multiple entries in
6216 @var{modules} should be separated by whitespace (so you will probably need
6217 to quote this for your shell).
6218
6219 @item --rom-directory=@var{dir}
6220 If generating images for the QEMU or Coreboot platforms, copy the resulting
6221 @file{qemu.img} or @file{coreboot.elf} files respectively to the @var{dir}
6222 directory as well as including them in the image.
6223
6224 @item --xorriso=@var{file}
6225 Use @var{file} as the @command{xorriso} program, rather than the built-in
6226 default.
6227
6228 @item --grub-mkimage=@var{file}
6229 Use @var{file} as the @command{grub-mkimage} program, rather than the
6230 built-in default.
6231 @end table
6232
6233
6234 @node Invoking grub-mount
6235 @chapter Invoking grub-mount
6236
6237 The program @command{grub-mount} performs a read-only mount of any file
6238 system or file system image that GRUB understands, using GRUB's file system
6239 drivers via FUSE.  (It is only available if FUSE development files were
6240 present when GRUB was built.)  This has a number of uses:
6241
6242 @itemize @bullet
6243 @item
6244 It provides a convenient way to check how GRUB will view a file system at
6245 boot time.  You can use normal command-line tools to compare that view with
6246 that of your operating system, making it easy to find bugs.
6247
6248 @item
6249 It offers true read-only mounts.  Linux does not have these for journalling
6250 file systems, because it will always attempt to replay the journal at mount
6251 time; while you can temporarily mark the block device read-only to avoid
6252 this, that causes the mount to fail.  Since GRUB intentionally contains no
6253 code for writing to file systems, it can easily provide a guaranteed
6254 read-only mount mechanism.
6255
6256 @item
6257 It allows you to examine any file system that GRUB understands without
6258 needing to load additional modules into your running kernel, which may be
6259 useful in constrained environments such as installers.
6260
6261 @item
6262 Since it can examine file system images (contained in regular files) just as
6263 easily as file systems on block devices, you can use it to inspect any file
6264 system image that GRUB understands with only enough privileges to use FUSE,
6265 even if nobody has yet written a FUSE module specifically for that file
6266 system type.
6267 @end itemize
6268
6269 Using @command{grub-mount} is normally as simple as:
6270
6271 @example
6272 grub-mount /dev/sda1 /mnt
6273 @end example
6274
6275 @command{grub-mount} must be given one or more images and a mount point as
6276 non-option arguments (if it is given more than one image, it will treat them
6277 as a RAID set), and also accepts the following options:
6278
6279 @table @option
6280 @item --help
6281 Print a summary of the command-line options and exit.
6282
6283 @item --version
6284 Print the version number of GRUB and exit.
6285
6286 @item -C
6287 @itemx --crypto
6288 Mount encrypted devices, prompting for a passphrase if necessary.
6289
6290 @item -d @var{string}
6291 @itemx --debug=@var{string}
6292 Show debugging output for conditions matching @var{string}.
6293
6294 @item -K prompt|@var{file}
6295 @itemx --zfs-key=prompt|@var{file}
6296 Load a ZFS encryption key.  If you use @samp{prompt} as the argument,
6297 @command{grub-mount} will read a passphrase from the terminal; otherwise, it
6298 will read key material from the specified file.
6299
6300 @item -r @var{device}
6301 @itemx --root=@var{device}
6302 Set the GRUB root device to @var{device}.  You do not normally need to set
6303 this; @command{grub-mount} will automatically set the root device to the
6304 root of the supplied file system.
6305
6306 If @var{device} is just a number, then it will be treated as a partition
6307 number within the supplied image.  This means that, if you have an image of
6308 an entire disk in @file{disk.img}, then you can use this command to mount
6309 its second partition:
6310
6311 @example
6312 grub-mount -r 2 disk.img mount-point
6313 @end example
6314
6315 @item -v
6316 @itemx --verbose
6317 Print verbose messages.
6318 @end table
6319
6320
6321 @node Invoking grub-probe
6322 @chapter Invoking grub-probe
6323
6324 The program @command{grub-probe} probes device information for a given path
6325 or device.
6326
6327 @example
6328 grub-probe --target=fs /boot/grub
6329 grub-probe --target=drive --device /dev/sda1
6330 @end example
6331
6332 @command{grub-probe} must be given a path or device as a non-option
6333 argument, and also accepts the following options:
6334
6335 @table @option
6336 @item --help
6337 Print a summary of the command-line options and exit.
6338
6339 @item --version
6340 Print the version number of GRUB and exit.
6341
6342 @item -d
6343 @itemx --device
6344 If this option is given, then the non-option argument is a system device
6345 name (such as @samp{/dev/sda1}), and @command{grub-probe} will print
6346 information about that device.  If it is not given, then the non-option
6347 argument is a filesystem path (such as @samp{/boot/grub}), and
6348 @command{grub-probe} will print information about the device containing that
6349 part of the filesystem.
6350
6351 @item -m @var{file}
6352 @itemx --device-map=@var{file}
6353 Use @var{file} as the device map (@pxref{Device map}) rather than the
6354 default, usually @samp{/boot/grub/device.map}.
6355
6356 @item -t @var{target}
6357 @itemx --target=@var{target}
6358 Print information about the given path or device as defined by @var{target}.
6359 The available targets and their meanings are:
6360
6361 @table @samp
6362 @item fs
6363 GRUB filesystem module.
6364 @item fs_uuid
6365 Filesystem Universally Unique Identifier (UUID).
6366 @item fs_label
6367 Filesystem label.
6368 @item drive
6369 GRUB device name.
6370 @item device
6371 System device name.
6372 @item partmap
6373 GRUB partition map module.
6374 @item abstraction
6375 GRUB abstraction module (e.g. @samp{lvm}).
6376 @item cryptodisk_uuid
6377 Crypto device UUID.
6378 @item msdos_parttype
6379 MBR partition type code (two hexadecimal digits).
6380 @item hints_string
6381 A string of platform search hints suitable for passing to the
6382 @command{search} command (@pxref{search}).
6383 @item bios_hints
6384 Search hints for the PC BIOS platform.
6385 @item ieee1275_hints
6386 Search hints for the IEEE1275 platform.
6387 @item baremetal_hints
6388 Search hints for platforms where disks are addressed directly rather than
6389 via firmware.
6390 @item efi_hints
6391 Search hints for the EFI platform.
6392 @item arc_hints
6393 Search hints for the ARC platform.
6394 @item compatibility_hint
6395 A guess at a reasonable GRUB drive name for this device, which may be
6396 used as a fallback if the @command{search} command fails.
6397 @item disk
6398 System device name for the whole disk.
6399 @end table
6400
6401 @item -v
6402 @itemx --verbose
6403 Print verbose messages.
6404 @end table
6405
6406
6407 @node Invoking grub-script-check
6408 @chapter Invoking grub-script-check
6409
6410 The program @command{grub-script-check} takes a GRUB script file
6411 (@pxref{Shell-like scripting}) and checks it for syntax errors, similar to
6412 commands such as @command{sh -n}.  It may take a @var{path} as a non-option
6413 argument; if none is supplied, it will read from standard input.
6414
6415 @example
6416 grub-script-check /boot/grub/grub.cfg
6417 @end example
6418
6419 @command{grub-script-check} accepts the following options:
6420
6421 @table @option
6422 @item --help
6423 Print a summary of the command-line options and exit.
6424
6425 @item --version
6426 Print the version number of GRUB and exit.
6427
6428 @item -v
6429 @itemx --verbose
6430 Print each line of input after reading it.
6431 @end table
6432
6433
6434 @node Obtaining and Building GRUB
6435 @appendix How to obtain and build GRUB
6436
6437 @quotation
6438 @strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the
6439 GNU assembler has been changed so that it can produce real 16bits
6440 machine code between 2.9.1 and 2.9.1.0.x. See
6441 @uref{http://sources.redhat.com/binutils/}, to obtain information on
6442 how to get the latest version.
6443 @end quotation
6444
6445 GRUB is available from the GNU alpha archive site
6446 @uref{ftp://ftp.gnu.org/gnu/grub} or any of its mirrors. The file
6447 will be named grub-version.tar.gz. The current version is
6448 @value{VERSION}, so the file you should grab is:
6449
6450 @uref{ftp://ftp.gnu.org/gnu/grub/grub-@value{VERSION}.tar.gz}
6451
6452 To unbundle GRUB use the instruction:
6453
6454 @example
6455 @kbd{zcat grub-@value{VERSION}.tar.gz | tar xvf -}
6456 @end example
6457
6458 which will create a directory called @file{grub-@value{VERSION}} with
6459 all the sources. You can look at the file @file{INSTALL} for detailed
6460 instructions on how to build and install GRUB, but you should be able to
6461 just do:
6462
6463 @example
6464 @group
6465 @kbd{cd grub-@value{VERSION}}
6466 @kbd{./configure}
6467 @kbd{make install}
6468 @end group
6469 @end example
6470
6471 Also, the latest version is available using Git. See
6472 @uref{http://www.gnu.org/software/grub/grub-download.html} for more
6473 information.
6474
6475 @node Reporting bugs
6476 @appendix Reporting bugs
6477
6478 These are the guideline for how to report bugs. Take a look at this
6479 list below before you submit bugs:
6480
6481 @enumerate
6482 @item
6483 Before getting unsettled, read this manual through and through. Also,
6484 see the @uref{http://www.gnu.org/software/grub/grub-faq.html, GNU GRUB FAQ}.
6485
6486 @item
6487 Always mention the information on your GRUB. The version number and the
6488 configuration are quite important. If you build it yourself, write the
6489 options specified to the configure script and your operating system,
6490 including the versions of gcc and binutils.
6491
6492 @item
6493 If you have trouble with the installation, inform us of how you
6494 installed GRUB. Don't omit error messages, if any. Just @samp{GRUB hangs
6495 up when it boots} is not enough.
6496
6497 The information on your hardware is also essential. These are especially
6498 important: the geometries and the partition tables of your hard disk
6499 drives and your BIOS.
6500
6501 @item
6502 If GRUB cannot boot your operating system, write down
6503 @emph{everything} you see on the screen. Don't paraphrase them, like
6504 @samp{The foo OS crashes with GRUB, even though it can boot with the
6505 bar boot loader just fine}. Mention the commands you executed, the
6506 messages printed by them, and information on your operating system
6507 including the version number.
6508
6509 @item
6510 Explain what you wanted to do. It is very useful to know your purpose
6511 and your wish, and how GRUB didn't satisfy you.
6512
6513 @item
6514 If you can investigate the problem yourself, please do. That will give
6515 you and us much more information on the problem. Attaching a patch is
6516 even better.
6517
6518 When you attach a patch, make the patch in unified diff format, and
6519 write ChangeLog entries. But, even when you make a patch, don't forget
6520 to explain the problem, so that we can understand what your patch is
6521 for.
6522
6523 @item
6524 Write down anything that you think might be related. Please understand
6525 that we often need to reproduce the same problem you encountered in our
6526 environment. So your information should be sufficient for us to do the
6527 same thing---Don't forget that we cannot see your computer directly. If
6528 you are not sure whether to state a fact or leave it out, state it!
6529 Reporting too many things is much better than omitting something
6530 important.
6531 @end enumerate
6532
6533 If you follow the guideline above, submit a report to the
6534 @uref{http://savannah.gnu.org/bugs/?group=grub, Bug Tracking System}.
6535 Alternatively, you can submit a report via electronic mail to
6536 @email{bug-grub@@gnu.org}, but we strongly recommend that you use the
6537 Bug Tracking System, because e-mail can be passed over easily.
6538
6539 Once we get your report, we will try to fix the bugs.
6540
6541
6542 @node Future
6543 @appendix Where GRUB will go
6544
6545 GRUB 2 is now quite stable and used in many production systems.  We are
6546 currently working towards a 2.0 release.
6547
6548 If you are interested in the development of GRUB 2, take a look at
6549 @uref{http://www.gnu.org/software/grub/grub.html, the homepage}.
6550
6551
6552
6553
6554
6555 @node Copying This Manual
6556 @appendix Copying This Manual
6557
6558 @menu
6559 * GNU Free Documentation License::  License for copying this manual.
6560 @end menu
6561
6562 @include fdl.texi
6563
6564
6565 @node Index
6566 @unnumbered Index
6567
6568 @c Currently, we use only the Concept Index.
6569 @printindex cp
6570
6571
6572 @bye
6573
6574 Some notes:
6575
6576   This is an attempt to make a manual for GRUB 2. The contents are
6577   copied from the GRUB manual in GRUB Legacy, so they are not always
6578   appropriate yet for GRUB 2.