e935af33ea5e24d832e588d1345e3721b826d5a0
[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
3877 * xen_hypervisor::              Load xen hypervisor binary
3878 * xen_linux::                   Load dom0 kernel for xen hypervisor
3879 * xen_initrd::                  Load dom0 initrd for dom0 kernel
3880 * xen_xsm::                     Load xen security module for xen hypervisor
3881 @end menu
3882
3883
3884 @node [
3885 @subsection [
3886 @deffn Command @code{[} expression @code{]}
3887 Alias for @code{test @var{expression}} (@pxref{test}).
3888 @end deffn
3889
3890
3891 @node acpi
3892 @subsection acpi
3893
3894 @deffn Command acpi [@option{-1}|@option{-2}] @
3895  [@option{--exclude=table1,@dots{}}|@option{--load-only=table1,@dots{}}] @
3896  [@option{--oemid=id}] [@option{--oemtable=table}] @
3897  [@option{--oemtablerev=rev}] [@option{--oemtablecreator=creator}] @
3898  [@option{--oemtablecreatorrev=rev}] [@option{--no-ebda}] @
3899  filename @dots{}
3900 Modern BIOS systems normally implement the Advanced Configuration and Power
3901 Interface (ACPI), and define various tables that describe the interface
3902 between an ACPI-compliant operating system and the firmware. In some cases,
3903 the tables provided by default only work well with certain operating
3904 systems, and it may be necessary to replace some of them.
3905
3906 Normally, this command will replace the Root System Description Pointer
3907 (RSDP) in the Extended BIOS Data Area to point to the new tables. If the
3908 @option{--no-ebda} option is used, the new tables will be known only to
3909 GRUB, but may be used by GRUB's EFI emulation.
3910 @end deffn
3911
3912
3913 @node authenticate
3914 @subsection authenticate
3915 @deffn Command authenticate [userlist]
3916 Check whether user is in @var{userlist} or listed in the value of variable
3917 @samp{superusers}. See @pxref{superusers} for valid user list format.
3918 If @samp{superusers} is empty, this command returns true. @xref{Security}.
3919 @end deffn
3920
3921
3922 @node background_color
3923 @subsection background_color
3924
3925 @deffn Command background_color color
3926 Set background color for active terminal. For valid color specifications see
3927 @pxref{Theme file format, ,Colors}. Background color can be changed only when
3928 using @samp{gfxterm} for terminal output.
3929
3930 This command sets color of empty areas without text. Text background color
3931 is controlled by environment variables @var{color_normal}, @var{color_highlight},
3932 @var{menu_color_normal}, @var{menu_color_highlight}. @xref{Special environment variables}.
3933 @end deffn
3934
3935
3936 @node background_image
3937 @subsection background_image
3938
3939 @deffn Command background_image [[@option{--mode} @samp{stretch}|@samp{normal}] file]
3940 Load background image for active terminal from @var{file}. Image is stretched
3941 to fill up entire screen unless option @option{--mode} @samp{normal} is given.
3942 Without arguments remove currently loaded background image. Background image
3943 can be changed only when using @samp{gfxterm} for terminal output.
3944
3945 @end deffn
3946
3947
3948 @node badram
3949 @subsection badram
3950
3951 @deffn Command badram addr,mask[,addr,mask...]
3952 Filter out bad RAM.
3953 @end deffn
3954
3955 This command notifies the memory manager that specified regions of
3956 RAM ought to be filtered out (usually, because they're damaged).  This
3957 remains in effect after a payload kernel has been loaded by GRUB, as
3958 long as the loaded kernel obtains its memory map from GRUB.  Kernels that
3959 support this include Linux, GNU Mach, the kernel of FreeBSD and Multiboot
3960 kernels in general.
3961
3962 Syntax is the same as provided by the @uref{http://www.memtest.org/,
3963 Memtest86+ utility}: a list of address/mask pairs.  Given a page-aligned
3964 address and a base address / mask pair, if all the bits of the page-aligned
3965 address that are enabled by the mask match with the base address, it means
3966 this page is to be filtered.  This syntax makes it easy to represent patterns
3967 that are often result of memory damage, due to physical distribution of memory
3968 cells.
3969
3970 @node blocklist
3971 @subsection blocklist
3972
3973 @deffn Command blocklist file
3974 Print a block list (@pxref{Block list syntax}) for @var{file}.
3975 @end deffn
3976
3977
3978 @node boot
3979 @subsection boot
3980
3981 @deffn Command boot
3982 Boot the OS or chain-loader which has been loaded. Only necessary if
3983 running the fully interactive command-line (it is implicit at the end of
3984 a menu entry).
3985 @end deffn
3986
3987
3988 @node cat
3989 @subsection cat
3990
3991 @deffn Command cat [@option{--dos}] file
3992 Display the contents of the file @var{file}. This command may be useful
3993 to remind you of your OS's root partition:
3994
3995 @example
3996 grub> @kbd{cat /etc/fstab}
3997 @end example
3998
3999 If the @option{--dos} option is used, then carriage return / new line pairs
4000 will be displayed as a simple new line.  Otherwise, the carriage return will
4001 be displayed as a control character (@samp{<d>}) to make it easier to see
4002 when boot problems are caused by a file formatted using DOS-style line
4003 endings.
4004 @end deffn
4005
4006
4007 @node chainloader
4008 @subsection chainloader
4009
4010 @deffn Command chainloader [@option{--force}] file
4011 Load @var{file} as a chain-loader. Like any other file loaded by the
4012 filesystem code, it can use the blocklist notation (@pxref{Block list
4013 syntax}) to grab the first sector of the current partition with @samp{+1}.
4014 If you specify the option @option{--force}, then load @var{file} forcibly,
4015 whether it has a correct signature or not. This is required when you want to
4016 load a defective boot loader, such as SCO UnixWare 7.1.
4017 @end deffn
4018
4019
4020 @node clear
4021 @subsection clear
4022
4023 @deffn Command clear
4024 Clear the screen.
4025 @end deffn
4026
4027
4028 @node cmosclean
4029 @subsection cmosclean
4030
4031 @deffn Command cmosclean byte:bit
4032 Clear value of bit in CMOS at location @var{byte}:@var{bit}. This command
4033 is available only on platforms that support CMOS.
4034 @end deffn
4035
4036
4037 @node cmosdump
4038 @subsection cmosdump
4039
4040 @deffn Dump CMOS contents
4041 Dump full CMOS contents as hexadecimal values. This command is available only
4042 on platforms that support CMOS.
4043 @end deffn
4044
4045
4046 @node cmostest
4047 @subsection cmostest
4048
4049 @deffn Command cmostest byte:bit
4050 Test value of bit in CMOS at location @var{byte}:@var{bit}. Exit status
4051 is zero if bit is set, non zero otherwise. This command is available only
4052 on platforms that support CMOS.
4053 @end deffn
4054
4055
4056 @node cmp
4057 @subsection cmp
4058
4059 @deffn Command cmp file1 file2
4060 Compare the file @var{file1} with the file @var{file2}. If they differ
4061 in size, print the sizes like this:
4062
4063 @example
4064 Differ in size: 0x1234 [foo], 0x4321 [bar]
4065 @end example
4066
4067 If the sizes are equal but the bytes at an offset differ, then print the
4068 bytes like this:
4069
4070 @example
4071 Differ at the offset 777: 0xbe [foo], 0xef [bar]
4072 @end example
4073
4074 If they are completely identical, nothing will be printed.
4075 @end deffn
4076
4077
4078 @node configfile
4079 @subsection configfile
4080
4081 @deffn Command configfile file
4082 Load @var{file} as a configuration file.  If @var{file} defines any menu
4083 entries, then show a menu containing them immediately.  Any environment
4084 variable changes made by the commands in @var{file} will not be preserved
4085 after @command{configfile} returns.
4086 @end deffn
4087
4088
4089 @node cpuid
4090 @subsection cpuid
4091
4092 @deffn Command cpuid [-l] [-p]
4093 Check for CPU features.  This command is only available on x86 systems.
4094
4095 With the @option{-l} option, return true if the CPU supports long mode
4096 (64-bit).
4097
4098 With the @option{-p} option, return true if the CPU supports Physical
4099 Address Extension (PAE).
4100
4101 If invoked without options, this command currently behaves as if it had been
4102 invoked with @option{-l}.  This may change in the future.
4103 @end deffn
4104
4105
4106 @node crc
4107 @subsection crc
4108
4109 @deffn Command crc arg @dots{}
4110 Alias for @code{hashsum --hash crc32 arg @dots{}}. See command @command{hashsum}
4111 (@pxref{hashsum}) for full description.
4112 @end deffn
4113
4114
4115 @node cryptomount
4116 @subsection cryptomount
4117
4118 @deffn Command cryptomount device|@option{-u} uuid|@option{-a}|@option{-b}
4119 Setup access to encrypted device. If necessary, passphrase
4120 is requested interactively. Option @var{device} configures specific grub device
4121 (@pxref{Naming convention}); option @option{-u} @var{uuid} configures device
4122 with specified @var{uuid}; option @option{-a} configures all detected encrypted
4123 devices; option @option{-b} configures all geli containers that have boot flag set.
4124
4125 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
4126 be used.
4127 @end deffn
4128
4129
4130 @node date
4131 @subsection date
4132
4133 @deffn Command date [[year-]month-day] [hour:minute[:second]]
4134 With no arguments, print the current date and time.
4135
4136 Otherwise, take the current date and time, change any elements specified as
4137 arguments, and set the result as the new date and time.  For example, `date
4138 01-01' will set the current month and day to January 1, but leave the year,
4139 hour, minute, and second unchanged.
4140 @end deffn
4141
4142
4143 @node devicetree
4144 @subsection linux
4145
4146 @deffn Command devicetree file
4147 Load a device tree blob (.dtb) from a filesystem, for later use by a Linux
4148 kernel. Does not perform merging with any device tree supplied by firmware,
4149 but rather replaces it completely.
4150 @ref{GNU/Linux}.
4151 @end deffn
4152
4153 @node distrust
4154 @subsection distrust
4155
4156 @deffn Command distrust pubkey_id
4157 Remove public key @var{pubkey_id} from GRUB's keyring of trusted keys.
4158 @var{pubkey_id} is the last four bytes (eight hexadecimal digits) of
4159 the GPG v4 key id, which is also the output of @command{list_trusted}
4160 (@pxref{list_trusted}).  Outside of GRUB, the key id can be obtained
4161 using @code{gpg --fingerprint}).
4162 These keys are used to validate signatures when environment variable
4163 @code{check_signatures} is set to @code{enforce}
4164 (@pxref{check_signatures}), and by some invocations of
4165 @command{verify_detached} (@pxref{verify_detached}).  @xref{Using
4166 digital signatures}, for more information.
4167 @end deffn
4168
4169 @node drivemap
4170 @subsection drivemap
4171
4172 @deffn Command drivemap @option{-l}|@option{-r}|[@option{-s}] @
4173  from_drive to_drive
4174 Without options, map the drive @var{from_drive} to the drive @var{to_drive}.
4175 This is necessary when you chain-load some operating systems, such as DOS,
4176 if such an OS resides at a non-first drive.  For convenience, any partition
4177 suffix on the drive is ignored, so you can safely use @verb{'${root}'} as a
4178 drive specification.
4179
4180 With the @option{-s} option, perform the reverse mapping as well, swapping
4181 the two drives.
4182
4183 With the @option{-l} option, list the current mappings.
4184
4185 With the @option{-r} option, reset all mappings to the default values.
4186
4187 For example:
4188
4189 @example
4190 drivemap -s (hd0) (hd1)
4191 @end example
4192 @end deffn
4193
4194
4195 @node echo
4196 @subsection echo
4197
4198 @deffn Command echo [@option{-n}] [@option{-e}] string @dots{}
4199 Display the requested text and, unless the @option{-n} option is used, a
4200 trailing new line.  If there is more than one string, they are separated by
4201 spaces in the output.  As usual in GRUB commands, variables may be
4202 substituted using @samp{$@{var@}}.
4203
4204 The @option{-e} option enables interpretation of backslash escapes.  The
4205 following sequences are recognised:
4206
4207 @table @code
4208 @item \\
4209 backslash
4210
4211 @item \a
4212 alert (BEL)
4213
4214 @item \c
4215 suppress trailing new line
4216
4217 @item \f
4218 form feed
4219
4220 @item \n
4221 new line
4222
4223 @item \r
4224 carriage return
4225
4226 @item \t
4227 horizontal tab
4228
4229 @item \v
4230 vertical tab
4231 @end table
4232
4233 When interpreting backslash escapes, backslash followed by any other
4234 character will print that character.
4235 @end deffn
4236
4237
4238 @node eval
4239 @subsection eval
4240
4241 @deffn Command eval string ...
4242 Concatenate arguments together using single space as separator and evaluate
4243 result as sequence of GRUB commands.
4244 @end deffn
4245
4246
4247 @node export
4248 @subsection export
4249
4250 @deffn Command export envvar
4251 Export the environment variable @var{envvar}. Exported variables are visible
4252 to subsidiary configuration files loaded using @command{configfile}.
4253 @end deffn
4254
4255
4256 @node false
4257 @subsection false
4258
4259 @deffn Command false
4260 Do nothing, unsuccessfully.  This is mainly useful in control constructs
4261 such as @code{if} and @code{while} (@pxref{Shell-like scripting}).
4262 @end deffn
4263
4264
4265 @node gettext
4266 @subsection gettext
4267
4268 @deffn Command gettext string
4269 Translate @var{string} into the current language.
4270
4271 The current language code is stored in the @samp{lang} variable in GRUB's
4272 environment (@pxref{lang}).  Translation files in MO format are read from
4273 @samp{locale_dir} (@pxref{locale_dir}), usually @file{/boot/grub/locale}.
4274 @end deffn
4275
4276
4277 @node gptsync
4278 @subsection gptsync
4279
4280 @deffn Command gptsync device [partition[+/-[type]]] @dots{}
4281 Disks using the GUID Partition Table (GPT) also have a legacy Master Boot
4282 Record (MBR) partition table for compatibility with the BIOS and with older
4283 operating systems.  The legacy MBR can only represent a limited subset of
4284 GPT partition entries.
4285
4286 This command populates the legacy MBR with the specified @var{partition}
4287 entries on @var{device}.  Up to three partitions may be used.
4288
4289 @var{type} is an MBR partition type code; prefix with @samp{0x} if you want
4290 to enter this in hexadecimal.  The separator between @var{partition} and
4291 @var{type} may be @samp{+} to make the partition active, or @samp{-} to make
4292 it inactive; only one partition may be active.  If both the separator and
4293 type are omitted, then the partition will be inactive.
4294 @end deffn
4295
4296
4297 @node halt
4298 @subsection halt
4299
4300 @deffn Command halt @option{--no-apm}
4301 The command halts the computer. If the @option{--no-apm} option
4302 is specified, no APM BIOS call is performed. Otherwise, the computer
4303 is shut down using APM.
4304 @end deffn
4305
4306
4307 @node hashsum
4308 @subsection hashsum
4309
4310 @deffn Command hashsum @option{--hash} hash @option{--keep-going} @option{--uncompress} @option{--check} file [@option{--prefix} dir]|file @dots{}
4311 Compute or verify file hashes. Hash type is selected with option @option{--hash}.
4312 Supported hashes are: @samp{adler32}, @samp{crc64}, @samp{crc32},
4313 @samp{crc32rfc1510}, @samp{crc24rfc2440}, @samp{md4}, @samp{md5},
4314 @samp{ripemd160}, @samp{sha1}, @samp{sha224}, @samp{sha256}, @samp{sha512},
4315 @samp{sha384}, @samp{tiger192}, @samp{tiger}, @samp{tiger2}, @samp{whirlpool}.
4316 Option @option{--uncompress} uncompresses files before computing hash.
4317
4318 When list of files is given, hash of each file is computed and printed,
4319 followed by file name, each file on a new line.
4320
4321 When option @option{--check} is given, it points to a file that contains
4322 list of @var{hash name} pairs in the same format as used by UNIX
4323 @command{md5sum} command. Option @option{--prefix}
4324 may be used to give directory where files are located. Hash verification
4325 stops after the first mismatch was found unless option @option{--keep-going}
4326 was given.  The exit code @code{$?} is set to 0 if hash verification
4327 is successful.  If it fails, @code{$?} is set to a nonzero value.
4328 @end deffn
4329
4330
4331 @node help
4332 @subsection help
4333
4334 @deffn Command help [pattern @dots{}]
4335 Display helpful information about builtin commands. If you do not
4336 specify @var{pattern}, this command shows short descriptions of all
4337 available commands.
4338
4339 If you specify any @var{patterns}, it displays longer information
4340 about each of the commands whose names begin with those @var{patterns}.
4341 @end deffn
4342
4343
4344 @node initrd
4345 @subsection initrd
4346
4347 @deffn Command initrd file
4348 Load an initial ramdisk for a Linux kernel image, and set the appropriate
4349 parameters in the Linux setup area in memory.  This may only be used after
4350 the @command{linux} command (@pxref{linux}) has been run.  See also
4351 @ref{GNU/Linux}.
4352 @end deffn
4353
4354
4355 @node initrd16
4356 @subsection initrd16
4357
4358 @deffn Command initrd16 file
4359 Load an initial ramdisk for a Linux kernel image to be booted in 16-bit
4360 mode, and set the appropriate parameters in the Linux setup area in memory.
4361 This may only be used after the @command{linux16} command (@pxref{linux16})
4362 has been run.  See also @ref{GNU/Linux}.
4363
4364 This command is only available on x86 systems.
4365 @end deffn
4366
4367
4368 @node insmod
4369 @subsection insmod
4370
4371 @deffn Command insmod module
4372 Insert the dynamic GRUB module called @var{module}.
4373 @end deffn
4374
4375
4376 @node keystatus
4377 @subsection keystatus
4378
4379 @deffn Command keystatus [@option{--shift}] [@option{--ctrl}] [@option{--alt}]
4380 Return true if the Shift, Control, or Alt modifier keys are held down, as
4381 requested by options. This is useful in scripting, to allow some user
4382 control over behaviour without having to wait for a keypress.
4383
4384 Checking key modifier status is only supported on some platforms. If invoked
4385 without any options, the @command{keystatus} command returns true if and
4386 only if checking key modifier status is supported.
4387 @end deffn
4388
4389
4390 @node linux
4391 @subsection linux
4392
4393 @deffn Command linux file @dots{}
4394 Load a Linux kernel image from @var{file}.  The rest of the line is passed
4395 verbatim as the @dfn{kernel command-line}.  Any initrd must be reloaded
4396 after using this command (@pxref{initrd}).
4397
4398 On x86 systems, the kernel will be booted using the 32-bit boot protocol.
4399 Note that this means that the @samp{vga=} boot option will not work; if you
4400 want to set a special video mode, you will need to use GRUB commands such as
4401 @samp{set gfxpayload=1024x768} or @samp{set gfxpayload=keep} (to keep the
4402 same mode as used in GRUB) instead.  GRUB can automatically detect some uses
4403 of @samp{vga=} and translate them to appropriate settings of
4404 @samp{gfxpayload}.  The @command{linux16} command (@pxref{linux16}) avoids
4405 this restriction.
4406 @end deffn
4407
4408
4409 @node linux16
4410 @subsection linux16
4411
4412 @deffn Command linux16 file @dots{}
4413 Load a Linux kernel image from @var{file} in 16-bit mode.  The rest of the
4414 line is passed verbatim as the @dfn{kernel command-line}.  Any initrd must
4415 be reloaded after using this command (@pxref{initrd16}).
4416
4417 The kernel will be booted using the traditional 16-bit boot protocol.  As
4418 well as bypassing problems with @samp{vga=} described in @ref{linux}, this
4419 permits booting some other programs that implement the Linux boot protocol
4420 for the sake of convenience.
4421
4422 This command is only available on x86 systems.
4423 @end deffn
4424
4425
4426 @node list_env
4427 @subsection list_env
4428
4429 @deffn Command list_env [@option{--file} file]
4430 List all variables in the environment block file.  @xref{Environment block}.
4431
4432 The @option{--file} option overrides the default location of the
4433 environment block.
4434 @end deffn
4435
4436 @node list_trusted
4437 @subsection list_trusted
4438
4439 @deffn Command list_trusted
4440 List all public keys trusted by GRUB for validating signatures.
4441 The output is in GPG's v4 key fingerprint format (i.e., the output of
4442 @code{gpg --fingerprint}).  The least significant four bytes (last
4443 eight hexadecimal digits) can be used as an argument to
4444 @command{distrust} (@pxref{distrust}).
4445 @xref{Using digital signatures}, for more information about uses for
4446 these keys.
4447 @end deffn
4448
4449 @node load_env
4450 @subsection load_env
4451
4452 @deffn Command load_env [@option{--file} file] [@option{--skip-sig}] [whitelisted_variable_name] @dots{}
4453 Load all variables from the environment block file into the environment.
4454 @xref{Environment block}.
4455
4456 The @option{--file} option overrides the default location of the environment
4457 block.
4458
4459 The @option{--skip-sig} option skips signature checking even when the
4460 value of environment variable @code{check_signatures} is set to
4461 @code{enforce} (@pxref{check_signatures}).
4462
4463 If one or more variable names are provided as arguments, they are
4464 interpreted as a whitelist of variables to load from the environment
4465 block file.  Variables set in the file but not present in the
4466 whitelist are ignored.
4467
4468 The @option{--skip-sig} option should be used with care, and should
4469 always be used in concert with a whitelist of acceptable variables
4470 whose values should be set.  Failure to employ a carefully constructed
4471 whitelist could result in reading a malicious value into critical
4472 environment variables from the file, such as setting
4473 @code{check_signatures=no}, modifying @code{prefix} to boot from an
4474 unexpected location or not at all, etc.
4475
4476 When used with care, @option{--skip-sig} and the whitelist enable an
4477 administrator to configure a system to boot only signed
4478 configurations, but to allow the user to select from among multiple
4479 configurations, and to enable ``one-shot'' boot attempts and
4480 ``savedefault'' behavior.  @xref{Using digital signatures}, for more
4481 information.
4482 @end deffn
4483
4484
4485 @node loadfont
4486 @subsection loadfont
4487
4488 @deffn Command loadfont file @dots{}
4489 Load specified font files. Unless absolute pathname is given, @var{file}
4490 is assumed to be in directory @samp{$prefix/fonts} with
4491 suffix @samp{.pf2} appended. @xref{Theme file format,,Fonts}.
4492 @end deffn
4493
4494
4495 @node loopback
4496 @subsection loopback
4497
4498 @deffn Command loopback [@option{-d}] device file
4499 Make the device named @var{device} correspond to the contents of the
4500 filesystem image in @var{file}.  For example:
4501
4502 @example
4503 loopback loop0 /path/to/image
4504 ls (loop0)/
4505 @end example
4506
4507 With the @option{-d} option, delete a device previously created using this
4508 command.
4509 @end deffn
4510
4511
4512 @node ls
4513 @subsection ls
4514
4515 @deffn Command ls [arg @dots{}]
4516 List devices or files.
4517
4518 With no arguments, print all devices known to GRUB.
4519
4520 If the argument is a device name enclosed in parentheses (@pxref{Device
4521 syntax}), then print the name of the filesystem of that device.
4522
4523 If the argument is a directory given as an absolute file name (@pxref{File
4524 name syntax}), then list the contents of that directory.
4525 @end deffn
4526
4527
4528 @node lsfonts
4529 @subsection lsfonts
4530
4531 @deffn Command lsfonts
4532 List loaded fonts.
4533 @end deffn
4534
4535
4536 @node lsmod
4537 @subsection lsmod
4538
4539 @deffn Command lsmod
4540 Show list of loaded modules.
4541 @end deffn
4542
4543 @node md5sum
4544 @subsection md5sum
4545
4546 @deffn Command md5sum arg @dots{}
4547 Alias for @code{hashsum --hash md5 arg @dots{}}. See command @command{hashsum}
4548 (@pxref{hashsum}) for full description.
4549 @end deffn
4550
4551 @node module
4552 @subsection module
4553
4554 @deffn Command module [--nounzip] file [arguments]
4555 Load a module for multiboot kernel image.  The rest of the
4556 line is passed verbatim as the module command line.
4557 @end deffn
4558
4559 @node multiboot
4560 @subsection multiboot
4561
4562 @deffn Command multiboot [--quirk-bad-kludge] [--quirk-modules-after-kernel] file @dots{}
4563 Load a multiboot kernel image from @var{file}.  The rest of the
4564 line is passed verbatim as the @dfn{kernel command-line}.  Any module must
4565 be reloaded after using this command (@pxref{module}).
4566
4567 Some kernels have known problems. You need to specify --quirk-* for those.
4568 --quirk-bad-kludge is a problem seen in several products that they include
4569 loading kludge information with invalid data in ELF file. GRUB prior to 0.97
4570 and some custom builds prefered ELF information while 0.97 and GRUB 2
4571 use kludge. Use this option to ignore kludge.
4572 Known affected systems: old Solaris, SkyOS.
4573
4574 --quirk-modules-after-kernel is needed for kernels which load at relatively
4575 high address e.g. 16MiB mark and can't cope with modules stuffed between
4576 1MiB mark and beginning of the kernel.
4577 Known afftected systems: VMWare.
4578 @end deffn
4579
4580 @node nativedisk
4581 @subsection nativedisk
4582
4583 @deffn Command nativedisk
4584 Switch from firmware disk drivers to native ones.
4585 Really useful only on platforms where both
4586 firmware and native disk drives are available.
4587 Currently i386-pc, i386-efi, i386-ieee1275 and
4588 x86_64-efi.
4589 @end deffn
4590
4591 @node normal
4592 @subsection normal
4593
4594 @deffn Command normal [file]
4595 Enter normal mode and display the GRUB menu.
4596
4597 In normal mode, commands, filesystem modules, and cryptography modules are
4598 automatically loaded, and the full GRUB script parser is available.  Other
4599 modules may be explicitly loaded using @command{insmod} (@pxref{insmod}).
4600
4601 If a @var{file} is given, then commands will be read from that file.
4602 Otherwise, they will be read from @file{$prefix/grub.cfg} if it exists.
4603
4604 @command{normal} may be called from within normal mode, creating a nested
4605 environment.  It is more usual to use @command{configfile}
4606 (@pxref{configfile}) for this.
4607 @end deffn
4608
4609
4610 @node normal_exit
4611 @subsection normal_exit
4612
4613 @deffn Command normal_exit
4614 Exit normal mode (@pxref{normal}).  If this instance of normal mode was not
4615 nested within another one, then return to rescue mode.
4616 @end deffn
4617
4618
4619 @node parttool
4620 @subsection parttool
4621
4622 @deffn Command parttool partition commands
4623 Make various modifications to partition table entries.
4624
4625 Each @var{command} is either a boolean option, in which case it must be
4626 followed with @samp{+} or @samp{-} (with no intervening space) to enable or
4627 disable that option, or else it takes a value in the form
4628 @samp{@var{command}=@var{value}}.
4629
4630 Currently, @command{parttool} is only useful on DOS partition tables (also
4631 known as Master Boot Record, or MBR).  On these partition tables, the
4632 following commands are available:
4633
4634 @table @asis
4635 @item @samp{boot} (boolean)
4636 When enabled, this makes the selected partition be the active (bootable)
4637 partition on its disk, clearing the active flag on all other partitions.
4638 This command is limited to @emph{primary} partitions.
4639
4640 @item @samp{type} (value)
4641 Change the type of an existing partition.  The value must be a number in the
4642 range 0-0xFF (prefix with @samp{0x} to enter it in hexadecimal).
4643
4644 @item @samp{hidden} (boolean)
4645 When enabled, this hides the selected partition by setting the @dfn{hidden}
4646 bit in its partition type code; when disabled, unhides the selected
4647 partition by clearing this bit.  This is useful only when booting DOS or
4648 Wwindows and multiple primary FAT partitions exist in one disk.  See also
4649 @ref{DOS/Windows}.
4650 @end table
4651 @end deffn
4652
4653
4654 @node password
4655 @subsection password
4656
4657 @deffn Command password user clear-password
4658 Define a user named @var{user} with password @var{clear-password}.
4659 @xref{Security}.
4660 @end deffn
4661
4662
4663 @node password_pbkdf2
4664 @subsection password_pbkdf2
4665
4666 @deffn Command password_pbkdf2 user hashed-password
4667 Define a user named @var{user} with password hash @var{hashed-password}.
4668 Use @command{grub-mkpasswd-pbkdf2} (@pxref{Invoking grub-mkpasswd-pbkdf2})
4669 to generate password hashes.  @xref{Security}.
4670 @end deffn
4671
4672
4673 @node play
4674 @subsection play
4675
4676 @deffn Command play file | tempo [pitch1 duration1] [pitch2 duration2] @dots{}
4677 Plays a tune
4678
4679 If the argument is a file name (@pxref{File name syntax}), play the tune
4680 recorded in it.  The file format is first the tempo as an unsigned 32bit
4681 little-endian number, then pairs of unsigned 16bit little-endian numbers for
4682 pitch and duration pairs.
4683
4684 If the arguments are a series of numbers, play the inline tune.
4685
4686 The tempo is the base for all note durations. 60 gives a 1-second base, 120
4687 gives a half-second base, etc.  Pitches are Hz.  Set pitch to 0 to produce
4688 a rest.
4689 @end deffn
4690
4691
4692 @node probe
4693 @subsection probe
4694
4695 @deffn Command probe [@option{--set} var] @option{--driver}|@option{--partmap}|@option{--fs}|@option{--fs-uuid}|@option{--label} device
4696 Retrieve device information. If option @option{--set} is given, assign result
4697 to variable @var{var}, otherwise print information on the screen.
4698 @end deffn
4699
4700
4701 @node pxe_unload
4702 @subsection pxe_unload
4703
4704 @deffn Command pxe_unload
4705 Unload the PXE environment (@pxref{Network}).
4706
4707 This command is only available on PC BIOS systems.
4708 @end deffn
4709
4710
4711 @node read
4712 @subsection read
4713
4714 @deffn Command read [var]
4715 Read a line of input from the user.  If an environment variable @var{var} is
4716 given, set that environment variable to the line of input that was read,
4717 with no terminating newline.
4718 @end deffn
4719
4720
4721 @node reboot
4722 @subsection reboot
4723
4724 @deffn Command reboot
4725 Reboot the computer.
4726 @end deffn
4727
4728
4729 @node regexp
4730 @subsection regexp
4731
4732 @deffn Command regexp [@option{--set} [number:]var] regexp string
4733 Test if regular expression @var{regexp} matches @var{string}. Supported
4734 regular expressions are POSIX.2 Extended Regular Expressions. If option
4735 @option{--set} is given, store @var{number}th matched subexpression in
4736 variable @var{var}. Subexpressions are numbered in order of their opening
4737 parentheses starting from @samp{1}.  @var{number} defaults to @samp{1}.
4738 @end deffn
4739
4740
4741 @node rmmod
4742 @subsection rmmod
4743
4744 @deffn Command rmmod module
4745 Remove a loaded @var{module}.
4746 @end deffn
4747
4748
4749 @node save_env
4750 @subsection save_env
4751
4752 @deffn Command save_env [@option{--file} file] var @dots{}
4753 Save the named variables from the environment to the environment block file.
4754 @xref{Environment block}.
4755
4756 The @option{--file} option overrides the default location of the environment
4757 block.
4758
4759 This command will operate successfully even when environment variable
4760 @code{check_signatures} is set to @code{enforce}
4761 (@pxref{check_signatures}), since it writes to disk and does not alter
4762 the behavior of GRUB based on any contents of disk that have been
4763 read.  It is possible to modify a digitally signed environment block
4764 file from within GRUB using this command, such that its signature will
4765 no longer be valid on subsequent boots.  Care should be taken in such
4766 advanced configurations to avoid rendering the system
4767 unbootable. @xref{Using digital signatures}, for more information.
4768 @end deffn
4769
4770
4771 @node search
4772 @subsection search
4773
4774 @deffn Command search @
4775  [@option{--file}|@option{--label}|@option{--fs-uuid}] @
4776  [@option{--set} [var]] [@option{--no-floppy}] name
4777 Search devices by file (@option{-f}, @option{--file}), filesystem label
4778 (@option{-l}, @option{--label}), or filesystem UUID (@option{-u},
4779 @option{--fs-uuid}).
4780
4781 If the @option{--set} option is used, the first device found is set as the
4782 value of environment variable @var{var}.  The default variable is
4783 @samp{root}.
4784
4785 The @option{--no-floppy} option prevents searching floppy devices, which can
4786 be slow.
4787
4788 The @samp{search.file}, @samp{search.fs_label}, and @samp{search.fs_uuid}
4789 commands are aliases for @samp{search --file}, @samp{search --label}, and
4790 @samp{search --fs-uuid} respectively.
4791 @end deffn
4792
4793
4794 @node sendkey
4795 @subsection sendkey
4796
4797 @deffn Command sendkey @
4798  [@option{--num}|@option{--caps}|@option{--scroll}|@option{--insert}|@
4799 @option{--pause}|@option{--left-shift}|@option{--right-shift}|@
4800 @option{--sysrq}|@option{--numkey}|@option{--capskey}|@option{--scrollkey}|@
4801 @option{--insertkey}|@option{--left-alt}|@option{--right-alt}|@
4802 @option{--left-ctrl}|@option{--right-ctrl} @
4803  @samp{on}|@samp{off}]@dots{} @
4804  [@option{no-led}] @
4805  keystroke
4806 Insert keystrokes into the keyboard buffer when booting.  Sometimes an
4807 operating system or chainloaded boot loader requires particular keys to be
4808 pressed: for example, one might need to press a particular key to enter
4809 "safe mode", or when chainloading another boot loader one might send
4810 keystrokes to it to navigate its menu.  
4811
4812 You may provide up to 16 keystrokes (the length of the BIOS keyboard
4813 buffer).  Keystroke names may be upper-case or lower-case letters, digits,
4814 or taken from the following table:
4815
4816 @c Please keep this table in the same order as in
4817 @c commands/i386/pc/sendkey.c, for ease of maintenance.
4818 @c Exception: The function and numeric keys are sorted, for aesthetics.
4819
4820 @multitable @columnfractions .4 .5
4821 @headitem Name @tab Key
4822 @item escape @tab Escape
4823 @item exclam @tab !
4824 @item at @tab @@
4825 @item numbersign @tab #
4826 @item dollar @tab $
4827 @item percent @tab %
4828 @item caret @tab ^
4829 @item ampersand @tab &
4830 @item asterisk @tab *
4831 @item parenleft @tab (
4832 @item parenright @tab )
4833 @item minus @tab -
4834 @item underscore @tab _
4835 @item equal @tab =
4836 @item plus @tab +
4837 @item backspace @tab Backspace
4838 @item tab @tab Tab
4839 @item bracketleft @tab [
4840 @item braceleft @tab @{
4841 @item bracketright @tab ]
4842 @item braceright @tab @}
4843 @item enter @tab Enter
4844 @item control @tab press and release Control
4845 @item semicolon @tab ;
4846 @item colon @tab :
4847 @item quote @tab '
4848 @item doublequote @tab "
4849 @item backquote @tab `
4850 @item tilde @tab ~
4851 @item shift @tab press and release left Shift
4852 @item backslash @tab \
4853 @item bar @tab |
4854 @item comma @tab ,
4855 @item less @tab <
4856 @item period @tab .
4857 @item greater @tab >
4858 @item slash @tab /
4859 @item question @tab ?
4860 @item rshift @tab press and release right Shift
4861 @item alt @tab press and release Alt
4862 @item space @tab space bar
4863 @item capslock @tab Caps Lock
4864 @item F1 @tab F1
4865 @item F2 @tab F2
4866 @item F3 @tab F3
4867 @item F4 @tab F4
4868 @item F5 @tab F5
4869 @item F6 @tab F6
4870 @item F7 @tab F7
4871 @item F8 @tab F8
4872 @item F9 @tab F9
4873 @item F10 @tab F10
4874 @item F11 @tab F11
4875 @item F12 @tab F12
4876 @item num1 @tab 1 (numeric keypad)
4877 @item num2 @tab 2 (numeric keypad)
4878 @item num3 @tab 3 (numeric keypad)
4879 @item num4 @tab 4 (numeric keypad)
4880 @item num5 @tab 5 (numeric keypad)
4881 @item num6 @tab 6 (numeric keypad)
4882 @item num7 @tab 7 (numeric keypad)
4883 @item num8 @tab 8 (numeric keypad)
4884 @item num9 @tab 9 (numeric keypad)
4885 @item num0 @tab 0 (numeric keypad)
4886 @item numperiod @tab . (numeric keypad)
4887 @item numend @tab End (numeric keypad)
4888 @item numdown @tab Down (numeric keypad)
4889 @item numpgdown @tab Page Down (numeric keypad)
4890 @item numleft @tab Left (numeric keypad)
4891 @item numcenter @tab 5 with Num Lock inactive (numeric keypad)
4892 @item numright @tab Right (numeric keypad)
4893 @item numhome @tab Home (numeric keypad)
4894 @item numup @tab Up (numeric keypad)
4895 @item numpgup @tab Page Up (numeric keypad)
4896 @item numinsert @tab Insert (numeric keypad)
4897 @item numdelete @tab Delete (numeric keypad)
4898 @item numasterisk @tab * (numeric keypad)
4899 @item numminus @tab - (numeric keypad)
4900 @item numplus @tab + (numeric keypad)
4901 @item numslash @tab / (numeric keypad)
4902 @item numenter @tab Enter (numeric keypad)
4903 @item delete @tab Delete
4904 @item insert @tab Insert
4905 @item home @tab Home
4906 @item end @tab End
4907 @item pgdown @tab Page Down
4908 @item pgup @tab Page Up
4909 @item down @tab Down
4910 @item up @tab Up
4911 @item left @tab Left
4912 @item right @tab Right
4913 @end multitable
4914
4915 As well as keystrokes, the @command{sendkey} command takes various options
4916 that affect the BIOS keyboard status flags.  These options take an @samp{on}
4917 or @samp{off} parameter, specifying that the corresponding status flag be
4918 set or unset; omitting the option for a given status flag will leave that
4919 flag at its initial state at boot.  The @option{--num}, @option{--caps},
4920 @option{--scroll}, and @option{--insert} options emulate setting the
4921 corresponding mode, while the @option{--numkey}, @option{--capskey},
4922 @option{--scrollkey}, and @option{--insertkey} options emulate pressing and
4923 holding the corresponding key.  The other status flag options are
4924 self-explanatory.
4925
4926 If the @option{--no-led} option is given, the status flag options will have
4927 no effect on keyboard LEDs.
4928
4929 If the @command{sendkey} command is given multiple times, then only the last
4930 invocation has any effect.
4931
4932 Since @command{sendkey} manipulates the BIOS keyboard buffer, it may cause
4933 hangs, reboots, or other misbehaviour on some systems.  If the operating
4934 system or boot loader that runs after GRUB uses its own keyboard driver
4935 rather than the BIOS keyboard functions, then @command{sendkey} will have no
4936 effect.
4937
4938 This command is only available on PC BIOS systems.
4939 @end deffn
4940
4941
4942 @node set
4943 @subsection set
4944
4945 @deffn Command set [envvar=value]
4946 Set the environment variable @var{envvar} to @var{value}. If invoked with no
4947 arguments, print all environment variables with their values.
4948 @end deffn
4949
4950
4951 @node sha1sum
4952 @subsection sha1sum
4953
4954 @deffn Command sha1sum arg @dots{}
4955 Alias for @code{hashsum --hash sha1 arg @dots{}}. See command @command{hashsum}
4956 (@pxref{hashsum}) for full description.
4957 @end deffn
4958
4959
4960 @node sha256sum
4961 @subsection sha256sum
4962
4963 @deffn Command sha256sum arg @dots{}
4964 Alias for @code{hashsum --hash sha256 arg @dots{}}. See command @command{hashsum}
4965 (@pxref{hashsum}) for full description.
4966 @end deffn
4967
4968
4969 @node sha512sum
4970 @subsection sha512sum
4971
4972 @deffn Command sha512sum arg @dots{}
4973 Alias for @code{hashsum --hash sha512 arg @dots{}}. See command @command{hashsum}
4974 (@pxref{hashsum}) for full description.
4975 @end deffn
4976
4977
4978 @node sleep
4979 @subsection sleep
4980
4981 @deffn Command sleep [@option{--verbose}] [@option{--interruptible}] count
4982 Sleep for @var{count} seconds. If option @option{--interruptible} is given,
4983 allow @key{ESC} to interrupt sleep. With @option{--verbose} show countdown
4984 of remaining seconds. Exit code is set to 0 if timeout expired and to 1
4985 if timeout was interrupted by @key{ESC}.
4986 @end deffn
4987
4988
4989 @node source
4990 @subsection source
4991
4992 @deffn Command source file
4993 Read @var{file} as a configuration file, as if its contents had been
4994 incorporated directly into the sourcing file.  Unlike @command{configfile}
4995 (@pxref{configfile}), this executes the contents of @var{file} without
4996 changing context: any environment variable changes made by the commands in
4997 @var{file} will be preserved after @command{source} returns, and the menu
4998 will not be shown immediately.
4999 @end deffn
5000
5001
5002 @node test
5003 @subsection test
5004
5005 @deffn Command test expression
5006 Evaluate @var{expression} and return zero exit status if result is true,
5007 non zero status otherwise.
5008
5009 @var{expression} is one of:
5010
5011 @table @asis
5012 @item @var{string1} @code{==} @var{string2}
5013 the strings are equal
5014 @item @var{string1} @code{!=} @var{string2}
5015 the strings are not equal
5016 @item @var{string1} @code{<} @var{string2}
5017 @var{string1} is lexicographically less than @var{string2}
5018 @item @var{string1} @code{<=} @var{string2}
5019 @var{string1} is lexicographically less or equal than @var{string2}
5020 @item @var{string1} @code{>} @var{string2}
5021 @var{string1} is lexicographically greater than @var{string2}
5022 @item @var{string1} @code{>=} @var{string2}
5023 @var{string1} is lexicographically greater or equal than @var{string2}
5024 @item @var{integer1} @code{-eq} @var{integer2}
5025 @var{integer1} is equal to @var{integer2}
5026 @item @var{integer1} @code{-ge} @var{integer2}
5027 @var{integer1} is greater than or equal to @var{integer2}
5028 @item @var{integer1} @code{-gt} @var{integer2}
5029 @var{integer1} is greater than @var{integer2}
5030 @item @var{integer1} @code{-le} @var{integer2}
5031 @var{integer1} is less than or equal to @var{integer2}
5032 @item @var{integer1} @code{-lt} @var{integer2}
5033 @var{integer1} is less than @var{integer2}
5034 @item @var{integer1} @code{-ne} @var{integer2}
5035 @var{integer1} is not equal to @var{integer2}
5036 @item @var{prefix}@var{integer1} @code{-pgt} @var{prefix}@var{integer2}
5037 @var{integer1} is greater than @var{integer2} after stripping off common non-numeric @var{prefix}.
5038 @item @var{prefix}@var{integer1} @code{-plt} @var{prefix}@var{integer2}
5039 @var{integer1} is less than @var{integer2} after stripping off common non-numeric @var{prefix}.
5040 @item @var{file1} @code{-nt} @var{file2}
5041 @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.
5042 @item @var{file1} @code{-ot} @var{file2}
5043 @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.
5044 @item @code{-d} @var{file}
5045 @var{file} exists and is a directory
5046 @item @code{-e} @var{file}
5047 @var{file} exists
5048 @item @code{-f} @var{file}
5049 @var{file} exists and is not a directory
5050 @item @code{-s} @var{file}
5051 @var{file} exists and has a size greater than zero
5052 @item @code{-n} @var{string}
5053 the length of @var{string} is nonzero
5054 @item @var{string}
5055 @var{string} is equivalent to @code{-n @var{string}}
5056 @item @code{-z} @var{string}
5057 the length of @var{string} is zero
5058 @item @code{(} @var{expression} @code{)}
5059 @var{expression} is true
5060 @item @code{!} @var{expression}
5061 @var{expression} is false
5062 @item @var{expression1} @code{-a} @var{expression2}
5063 both @var{expression1} and @var{expression2} are true
5064 @item @var{expression1} @var{expression2}
5065 both @var{expression1} and @var{expression2} are true. This syntax is not POSIX-compliant and is not recommended.
5066 @item @var{expression1} @code{-o} @var{expression2}
5067 either @var{expression1} or @var{expression2} is true
5068 @end table
5069 @end deffn
5070
5071
5072 @node true
5073 @subsection true
5074
5075 @deffn Command true
5076 Do nothing, successfully.  This is mainly useful in control constructs such
5077 as @code{if} and @code{while} (@pxref{Shell-like scripting}).
5078 @end deffn
5079
5080 @node trust
5081 @subsection trust
5082
5083 @deffn Command trust [@option{--skip-sig}] pubkey_file
5084 Read public key from @var{pubkey_file} and add it to GRUB's internal
5085 list of trusted public keys.  These keys are used to validate digital
5086 signatures when environment variable @code{check_signatures} is set to
5087 @code{enforce}.  Note that if @code{check_signatures} is set to
5088 @code{enforce} when @command{trust} executes, then @var{pubkey_file}
5089 must itself be properly signed.  The @option{--skip-sig} option can be
5090 used to disable signature-checking when reading @var{pubkey_file}
5091 itself. It is expected that @option{--skip-sig} is useful for testing
5092 and manual booting. @xref{Using digital signatures}, for more
5093 information.
5094 @end deffn
5095
5096
5097 @node unset
5098 @subsection unset
5099
5100 @deffn Command unset envvar
5101 Unset the environment variable @var{envvar}.
5102 @end deffn
5103
5104
5105 @node uppermem
5106 @subsection uppermem
5107
5108 This command is not yet implemented for GRUB 2, although it is planned.
5109
5110
5111 @ignore
5112 @node vbeinfo
5113 @subsection vbeinfo
5114
5115 @deffn Command vbeinfo [[WxH]xD]
5116 Alias for command @command{videoinfo} (@pxref{videoinfo}). It is available
5117 only on PC BIOS platforms.
5118 @end deffn
5119 @end ignore
5120
5121
5122 @node verify_detached
5123 @subsection verify_detached
5124
5125 @deffn Command verify_detached [@option{--skip-sig}] file signature_file [pubkey_file]
5126 Verifies a GPG-style detached signature, where the signed file is
5127 @var{file}, and the signature itself is in file @var{signature_file}.
5128 Optionally, a specific public key to use can be specified using
5129 @var{pubkey_file}.  When environment variable @code{check_signatures}
5130 is set to @code{enforce}, then @var{pubkey_file} must itself be
5131 properly signed by an already-trusted key.  An unsigned
5132 @var{pubkey_file} can be loaded by specifying @option{--skip-sig}.
5133 If @var{pubkey_file} is omitted, then public keys from GRUB's trusted keys
5134 (@pxref{list_trusted}, @pxref{trust}, and @pxref{distrust}) are
5135 tried.
5136
5137 Exit code @code{$?} is set to 0 if the signature validates
5138 successfully.  If validation fails, it is set to a non-zero value.
5139 @xref{Using digital signatures}, for more information.
5140 @end deffn
5141
5142 @node videoinfo
5143 @subsection videoinfo
5144
5145 @deffn Command videoinfo [[WxH]xD]
5146 List available video modes. If resolution is given, show only matching modes.
5147 @end deffn
5148
5149 @node xen_hypervisor
5150 @subsection xen_hypervisor
5151
5152 @deffn Command xen_hypervisor file  [arguments] @dots{}
5153 Load a Xen hypervisor binary from @var{file}. The rest of the line is passed
5154 verbatim as the @dfn{kernel command-line}. Any other binaries must be
5155 reloaded after using this command.
5156 @end deffn
5157
5158 @node xen_linux
5159 @subsection xen_linux
5160
5161 @deffn Command xen_linux file [arguments]
5162 Load a dom0 kernel image for xen hypervisor at the booting process of xen.
5163 The rest of the line is passed verbatim as the module command line.
5164 @end deffn
5165
5166 @node xen_initrd
5167 @subsection xen_initrd
5168
5169 @deffn Command xen_initrd file
5170 Load a initrd image for dom0 kernel at the booting process of xen.
5171 @end deffn
5172
5173 @node xen_xsm
5174 @subsection xen_xsm
5175
5176 @deffn Command xen_xsm file
5177 Load a xen security module for xen hypervisor at the booting process of xen.
5178 See @uref{http://wiki.xen.org/wiki/XSM} for more detail.
5179 @end deffn
5180
5181
5182 @node Networking commands
5183 @section The list of networking commands
5184
5185 @menu
5186 * net_add_addr::                Add a network address
5187 * net_add_dns::                 Add a DNS server
5188 * net_add_route::               Add routing entry
5189 * net_bootp::                   Perform a bootp autoconfiguration
5190 * net_del_addr::                Remove IP address from interface
5191 * net_del_dns::                 Remove a DNS server
5192 * net_del_route::               Remove a route entry
5193 * net_get_dhcp_option::         Retrieve DHCP options
5194 * net_ipv6_autoconf::           Perform IPv6 autoconfiguration
5195 * net_ls_addr::                 List interfaces
5196 * net_ls_cards::                List network cards
5197 * net_ls_dns::                  List DNS servers
5198 * net_ls_routes::               List routing entries
5199 * net_nslookup::                Perform a DNS lookup
5200 @end menu
5201
5202
5203 @node net_add_addr
5204 @subsection net_add_addr
5205
5206 @deffn Command net_add_addr @var{interface} @var{card} @var{address}
5207 Configure additional network @var{interface} with @var{address} on a
5208 network @var{card}. @var{address} can be either IP in dotted decimal notation,
5209 or symbolic name which is resolved using DNS lookup. If successful, this command
5210 also adds local link routing entry to the default subnet of @var{address}
5211 with name @var{interface}@samp{:local} via @var{interface}.
5212 @end deffn
5213
5214
5215 @node net_add_dns
5216 @subsection net_add_dns
5217
5218 @deffn Command net_add_dns @var{server}
5219 Resolve @var{server} IP address and add to the list of DNS servers used during
5220 name lookup.
5221 @end deffn
5222
5223
5224 @node net_add_route
5225 @subsection net_add_route
5226
5227 @deffn Command net_add_route @var{shortname} @var{ip}[/@var{prefix}] [@var{interface} | @samp{gw} @var{gateway}]
5228 Add route to network with address @var{ip} as modified by @var{prefix} via
5229 either local @var{interface} or @var{gateway}. @var{prefix} is optional and
5230 defaults to 32 for IPv4 address and 128 for IPv6 address. Route is identified
5231 by @var{shortname} which can be used to remove it (@pxref{net_del_route}).
5232 @end deffn
5233
5234
5235 @node net_bootp
5236 @subsection net_bootp
5237
5238 @deffn Command net_bootp [@var{card}]
5239 Perform configuration of @var{card} using DHCP protocol. If no card name
5240 is specified, try to configure all existing cards. If configuration was
5241 successful, interface with name @var{card}@samp{:dhcp} and configured
5242 address is added to @var{card}.
5243 @comment If server provided gateway information in
5244 @comment DHCP ACK packet, it is added as route entry with the name @var{card}@samp{:dhcp:gw}.
5245 Additionally the following DHCP options are recognized and processed:
5246
5247 @table @samp
5248 @item 1 (Subnet Mask)
5249 Used to calculate network local routing entry for interface @var{card}@samp{:dhcp}.
5250 @item 3 (Router)
5251 Adds default route entry with the name @var{card}@samp{:dhcp:default} via gateway
5252 from DHCP option. Note that only option with single route is accepted.
5253 @item 6 (Domain Name Server)
5254 Adds all servers from option value to the list of servers used during name resolution.
5255 @item 12 (Host Name)
5256 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_hostname}
5257 (@pxref{net_@var{<interface>}_hostname}) to the value of option.
5258 @item 15 (Domain Name)
5259 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_domain}
5260 (@pxref{net_@var{<interface>}_domain}) to the value of option.
5261 @item 17 (Root Path)
5262 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_rootpath}
5263 (@pxref{net_@var{<interface>}_rootpath}) to the value of option.
5264 @item 18 (Extensions Path)
5265 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_extensionspath}
5266 (@pxref{net_@var{<interface>}_extensionspath}) to the value of option.
5267 @end table
5268
5269 @end deffn
5270
5271
5272 @node net_del_addr
5273 @subsection net_del_addr
5274
5275 @deffn Command net_del_addr @var{interface}
5276 Remove configured @var{interface} with associated address.
5277 @end deffn
5278
5279
5280 @node net_del_dns
5281 @subsection net_del_dns
5282
5283 @deffn Command net_del_dns @var{address}
5284 Remove @var{address} from list of servers used during name lookup.
5285 @end deffn
5286
5287
5288 @node net_del_route
5289 @subsection net_del_route
5290
5291 @deffn Command net_del_route @var{shortname}
5292 Remove route entry identified by @var{shortname}.
5293 @end deffn
5294
5295
5296 @node net_get_dhcp_option
5297 @subsection net_get_dhcp_option
5298
5299 @deffn Command net_get_dhcp_option @var{var} @var{interface} @var{number} @var{type}
5300 Request DHCP option @var{number} of @var{type} via @var{interface}. @var{type}
5301 can be one of @samp{string}, @samp{number} or @samp{hex}. If option is found,
5302 assign its value to variable @var{var}. Values of types @samp{number} and @samp{hex}
5303 are converted to string representation.
5304 @end deffn
5305
5306
5307 @node net_ipv6_autoconf
5308 @subsection net_ipv6_autoconf
5309
5310 @deffn Command net_ipv6_autoconf [@var{card}]
5311 Perform IPv6 autoconfiguration by adding to the @var{card} interface with name
5312 @var{card}@samp{:link} and link local MAC-based address. If no card is specified,
5313 perform autoconfiguration for all existing cards.
5314 @end deffn
5315
5316
5317 @node net_ls_addr
5318 @subsection net_ls_addr
5319
5320 @deffn Command net_ls_addr
5321 List all configured interfaces with their MAC and IP addresses.
5322 @end deffn
5323
5324
5325 @node net_ls_cards
5326 @subsection net_ls_cards
5327
5328 @deffn Command net_ls_cards
5329 List all detected network cards with their MAC address.
5330 @end deffn
5331
5332
5333 @node net_ls_dns
5334 @subsection net_ls_dns
5335
5336 @deffn Command net_ls_dns
5337 List addresses of DNS servers used during name lookup.
5338 @end deffn
5339
5340
5341 @node net_ls_routes
5342 @subsection net_ls_routes
5343
5344 @deffn Command net_ls_routes
5345 List routing entries.
5346 @end deffn
5347
5348
5349 @node net_nslookup
5350 @subsection net_nslookup
5351
5352 @deffn Command net_nslookup @var{name} [@var{server}]
5353 Resolve address of @var{name} using DNS server @var{server}. If no server
5354 is given, use default list of servers.
5355 @end deffn
5356
5357
5358 @node Internationalisation
5359 @chapter Internationalisation
5360
5361 @section Charset
5362 GRUB uses UTF-8 internally other than in rendering where some GRUB-specific
5363 appropriate representation is used. All text files (including config) are
5364 assumed to be encoded in UTF-8.
5365
5366 @section Filesystems
5367 NTFS, JFS, UDF, HFS+, exFAT, long filenames in FAT, Joliet part of
5368 ISO9660 are treated as UTF-16 as per specification. AFS and BFS are read
5369 as UTF-8, again according to specification. BtrFS, cpio, tar, squash4, minix,
5370 minix2, minix3, ROMFS, ReiserFS, XFS, ext2, ext3, ext4, FAT (short names),
5371 RockRidge part of ISO9660, nilfs2, UFS1, UFS2 and ZFS are assumed
5372 to be UTF-8. This might be false on systems configured with legacy charset
5373 but as long as the charset used is superset of ASCII you should be able to
5374 access ASCII-named files. And it's recommended to configure your system to use
5375 UTF-8 to access the filesystem, convmv may help with migration. ISO9660 (plain)
5376 filenames are specified as being ASCII or being described with unspecified
5377 escape sequences. GRUB assumes that the ISO9660 names are UTF-8 (since
5378 any ASCII is valid UTF-8). There are some old CD-ROMs which use CP437
5379 in non-compliant way. You're still able to access files with names containing
5380 only ASCII characters on such filesystems though. You're also able to access
5381 any file if the filesystem contains valid Joliet (UTF-16) or RockRidge (UTF-8).
5382 AFFS, SFS and HFS never use unicode and GRUB assumes them to be in Latin1,
5383 Latin1 and MacRoman respectively. GRUB handles filesystem case-insensitivity
5384 however no attempt is performed at case conversion of international characters
5385 so e.g. a file named lowercase greek alpha is treated as different from
5386 the one named as uppercase alpha. The filesystems in questions are
5387 NTFS (except POSIX namespace), HFS+ (configurable at mkfs time, default
5388 insensitive), SFS (configurable at mkfs time, default insensitive),
5389 JFS (configurable at mkfs time, default sensitive), HFS, AFFS, FAT, exFAT
5390 and ZFS (configurable on per-subvolume basis by property ``casesensitivity'',
5391 default sensitive). On ZFS subvolumes marked as case insensitive files
5392 containing lowercase international characters are inaccessible.
5393 Also like all supported filesystems except HFS+ and ZFS (configurable on
5394 per-subvolume basis by property ``normalization'', default none) GRUB makes
5395 no attempt at check of canonical equivalence so a file name u-diaresis is
5396 treated as distinct from u+combining diaresis. This however means that in
5397 order to access file on HFS+ its name must be specified in normalisation form D.
5398 On normalized ZFS subvolumes filenames out of normalisation are inaccessible.
5399
5400 @section Output terminal
5401 Firmware output console ``console'' on ARC and IEEE1275 are limited to ASCII.
5402
5403 BIOS firmware console and VGA text are limited to ASCII and some pseudographics.
5404
5405 None of above mentioned is appropriate for displaying international and any
5406 unsupported character is replaced with question mark except pseudographics
5407 which we attempt to approximate with ASCII.
5408
5409 EFI console on the other hand nominally supports UTF-16 but actual language
5410 coverage depends on firmware and may be very limited.
5411
5412 The encoding used on serial can be chosen with @command{terminfo} as
5413 either ASCII, UTF-8 or ``visual UTF-8''. Last one is against the specification
5414 but results in correct rendering of right-to-left on some readers which don't
5415 have own bidi implementation.
5416
5417 On emu GRUB checks if charset is UTF-8 and uses it if so and uses ASCII
5418 otherwise.
5419
5420 When using gfxterm or gfxmenu GRUB itself is responsible for rendering the
5421 text. In this case GRUB is limited by loaded fonts. If fonts contain all
5422 required characters then bidirectional text, cursive variants and combining
5423 marks other than enclosing, half (e.g. left half tilde or combining overline)
5424 and double ones. Ligatures aren't supported though. This should cover European,
5425 Middle Eastern (if you don't mind lack of lam-alif ligature in Arabic) and
5426 East Asian scripts. Notable unsupported scripts are Brahmic family and
5427 derived as well as Mongolian, Tifinagh, Korean Jamo (precomposed characters
5428 have no problem) and tonal writing (2e5-2e9). GRUB also ignores deprecated
5429 (as specified in Unicode) characters (e.g. tags). GRUB also doesn't handle so
5430 called ``annotation characters'' If you can complete either of
5431 two lists or, better, propose a patch to improve rendering, please contact
5432 developer team.
5433
5434 @section Input terminal
5435 Firmware console on BIOS, IEEE1275 and ARC doesn't allow you to enter non-ASCII
5436 characters. EFI specification allows for such but author is unaware of any
5437 actual implementations. Serial input is currently limited for latin1 (unlikely
5438 to change). Own keyboard implementations (at_keyboard and usb_keyboard) 
5439 supports any key but work on one-char-per-keystroke.
5440 So no dead keys or advanced input method. Also there is no keymap change hotkey.
5441 In practice it makes difficult to enter any text using non-Latin alphabet.
5442 Moreover all current input consumers are limited to ASCII.
5443
5444 @section Gettext
5445 GRUB supports being translated. For this you need to have language *.mo files in $prefix/locale, load gettext module and set ``lang'' variable.
5446
5447 @section Regexp
5448 Regexps work on unicode characters, however no attempt at checking cannonical
5449 equivalence has been made. Moreover the classes like [:alpha:] match only
5450 ASCII subset.
5451
5452 @section Other
5453 Currently GRUB always uses YEAR-MONTH-DAY HOUR:MINUTE:SECOND [WEEKDAY] 24-hour
5454 datetime format but weekdays are translated.
5455 GRUB always uses the decimal number format with [0-9] as digits and . as
5456 descimal separator and no group separator.
5457 IEEE1275 aliases are matched case-insensitively except non-ASCII which is
5458 matched as binary. Similar behaviour is for matching OSBundleRequired.
5459 Since IEEE1275 aliases and OSBundleRequired don't contain any non-ASCII it
5460 should never be a problem in practice.
5461 Case-sensitive identifiers are matched as raw strings, no canonical
5462 equivalence check is performed. Case-insenstive identifiers are matched
5463 as RAW but additionally [a-z] is equivalent to [A-Z]. GRUB-defined
5464 identifiers use only ASCII and so should user-defined ones.
5465 Identifiers containing non-ASCII may work but aren't supported.
5466 Only the ASCII space characters (space U+0020, tab U+000b, CR U+000d and
5467 LF U+000a) are recognised. Other unicode space characters aren't a valid
5468 field separator.
5469 @command{test} (@pxref{test}) tests <, >, <=, >=, -pgt and -plt compare the strings in the
5470 lexicographical order of unicode codepoints, replicating the behaviour of
5471 test from coreutils.
5472 environment variables and commands are listed in the same order.
5473
5474 @node Security
5475 @chapter Security
5476
5477 @menu
5478 * Authentication and authorisation:: Users and access control
5479 * Using digital signatures::         Booting digitally signed code
5480 @end menu
5481
5482 @node Authentication and authorisation
5483 @section Authentication and authorisation in GRUB
5484
5485 By default, the boot loader interface is accessible to anyone with physical
5486 access to the console: anyone can select and edit any menu entry, and anyone
5487 can get direct access to a GRUB shell prompt.  For most systems, this is
5488 reasonable since anyone with direct physical access has a variety of other
5489 ways to gain full access, and requiring authentication at the boot loader
5490 level would only serve to make it difficult to recover broken systems.
5491
5492 However, in some environments, such as kiosks, it may be appropriate to lock
5493 down the boot loader to require authentication before performing certain
5494 operations.
5495
5496 The @samp{password} (@pxref{password}) and @samp{password_pbkdf2}
5497 (@pxref{password_pbkdf2}) commands can be used to define users, each of
5498 which has an associated password.  @samp{password} sets the password in
5499 plain text, requiring @file{grub.cfg} to be secure; @samp{password_pbkdf2}
5500 sets the password hashed using the Password-Based Key Derivation Function
5501 (RFC 2898), requiring the use of @command{grub-mkpasswd-pbkdf2}
5502 (@pxref{Invoking grub-mkpasswd-pbkdf2}) to generate password hashes.
5503
5504 In order to enable authentication support, the @samp{superusers} environment
5505 variable must be set to a list of usernames, separated by any of spaces,
5506 commas, semicolons, pipes, or ampersands.  Superusers are permitted to use
5507 the GRUB command line, edit menu entries, and execute any menu entry.  If
5508 @samp{superusers} is set, then use of the command line and editing of menu
5509 entries are automatically restricted to superusers. Setting @samp{superusers}
5510 to empty string effectively disables both access to CLI and editing of menu
5511 entries.
5512
5513 Other users may be allowed to execute specific menu entries by giving a list of
5514 usernames (as above) using the @option{--users} option to the
5515 @samp{menuentry} command (@pxref{menuentry}).  If the @option{--unrestricted}
5516 option is used for a menu entry, then that entry is unrestricted.
5517 If the @option{--users} option is not used for a menu entry, then that
5518 only superusers are able to use it.
5519
5520 Putting this together, a typical @file{grub.cfg} fragment might look like
5521 this:
5522
5523 @example
5524 @group
5525 set superusers="root"
5526 password_pbkdf2 root grub.pbkdf2.sha512.10000.biglongstring
5527 password user1 insecure
5528
5529 menuentry "May be run by any user" --unrestricted @{
5530         set root=(hd0,1)
5531         linux /vmlinuz
5532 @}
5533
5534 menuentry "Superusers only" --users "" @{
5535         set root=(hd0,1)
5536         linux /vmlinuz single
5537 @}
5538
5539 menuentry "May be run by user1 or a superuser" --users user1 @{
5540         set root=(hd0,2)
5541         chainloader +1
5542 @}
5543 @end group
5544 @end example
5545
5546 The @command{grub-mkconfig} program does not yet have built-in support for
5547 generating configuration files with authentication.  You can use
5548 @file{/etc/grub.d/40_custom} to add simple superuser authentication, by
5549 adding @kbd{set superusers=} and @kbd{password} or @kbd{password_pbkdf2}
5550 commands.
5551
5552 @node Using digital signatures
5553 @section Using digital signatures in GRUB
5554
5555 GRUB's @file{core.img} can optionally provide enforcement that all files
5556 subsequently read from disk are covered by a valid digital signature.
5557 This document does @strong{not} cover how to ensure that your
5558 platform's firmware (e.g., Coreboot) validates @file{core.img}.
5559
5560 If environment variable @code{check_signatures}
5561 (@pxref{check_signatures}) is set to @code{enforce}, then every
5562 attempt by the GRUB @file{core.img} to load another file @file{foo}
5563 implicitly invokes @code{verify_detached foo foo.sig}
5564 (@pxref{verify_detached}).  @code{foo.sig} must contain a valid
5565 digital signature over the contents of @code{foo}, which can be
5566 verified with a public key currently trusted by GRUB
5567 (@pxref{list_trusted}, @pxref{trust}, and @pxref{distrust}).  If
5568 validation fails, then file @file{foo} cannot be opened.  This failure
5569 may halt or otherwise impact the boot process.
5570
5571 @comment Unfortunately --pubkey is not yet supported by grub-install,
5572 @comment but we should not bring up internal detail grub-mkimage here
5573 @comment in the user guide (as opposed to developer's manual).
5574
5575 @comment An initial trusted public key can be embedded within the GRUB
5576 @comment @file{core.img} using the @code{--pubkey} option to
5577 @comment @command{grub-mkimage} (@pxref{Invoking grub-install}).  Presently it
5578 @comment is necessary to write a custom wrapper around @command{grub-mkimage}
5579 @comment using the @code{--grub-mkimage} flag to @command{grub-install}.
5580
5581 GRUB uses GPG-style detached signatures (meaning that a file
5582 @file{foo.sig} will be produced when file @file{foo} is signed), and
5583 currently supports the DSA and RSA signing algorithms. A signing key
5584 can be generated as follows:
5585
5586 @example
5587 gpg --gen-key
5588 @end example
5589
5590 An individual file can be signed as follows:
5591
5592 @example
5593 gpg --detach-sign /path/to/file
5594 @end example
5595
5596 For successful validation of all of GRUB's subcomponents and the
5597 loaded OS kernel, they must all be signed.  One way to accomplish this
5598 is the following (after having already produced the desired
5599 @file{grub.cfg} file, e.g., by running @command{grub-mkconfig}
5600 (@pxref{Invoking grub-mkconfig}):
5601
5602 @example
5603 @group
5604 # Edit /dev/shm/passphrase.txt to contain your signing key's passphrase
5605 for i in `find /boot -name "*.cfg" -or -name "*.lst" -or \
5606   -name "*.mod" -or -name "vmlinuz*" -or -name "initrd*" -or \
5607   -name "grubenv"`;
5608 do
5609   gpg --batch --detach-sign --passphrase-fd 0 $i < \
5610     /dev/shm/passphrase.txt
5611 done
5612 shred /dev/shm/passphrase.txt
5613 @end group
5614 @end example
5615
5616 See also: @ref{check_signatures}, @ref{verify_detached}, @ref{trust},
5617 @ref{list_trusted}, @ref{distrust}, @ref{load_env}, @ref{save_env}.
5618
5619 Note that internally signature enforcement is controlled by setting
5620 the environment variable @code{check_signatures} equal to
5621 @code{enforce}.  Passing one or more @code{--pubkey} options to
5622 @command{grub-mkimage} implicitly defines @code{check_signatures}
5623 equal to @code{enforce} in @file{core.img} prior to processing any
5624 configuration files.
5625
5626 Note that signature checking does @strong{not} prevent an attacker
5627 with (serial, physical, ...) console access from dropping manually to
5628 the GRUB console and executing:
5629
5630 @example
5631 set check_signatures=no
5632 @end example
5633
5634 To prevent this, password-protection (@pxref{Authentication and
5635 authorisation}) is essential.  Note that even with GRUB password
5636 protection, GRUB itself cannot prevent someone with physical access to
5637 the machine from altering that machine's firmware (e.g., Coreboot
5638 or BIOS) configuration to cause the machine to boot from a different
5639 (attacker-controlled) device.  GRUB is at best only one link in a
5640 secure boot chain.
5641
5642 @node Platform limitations
5643 @chapter Platform limitations
5644
5645 GRUB2 is designed to be portable and is actually ported across platforms. We
5646 try to keep all platforms at the level. Unfortunately some platforms are better
5647 supported than others. This is detailed in current and 2 following sections.
5648
5649 ARC platform is unable to change datetime (firmware doesn't seem to provide a
5650 function for it).
5651 EMU has similar limitation.
5652
5653 On EMU platform no serial port is available.
5654
5655 Console charset refers only to firmware-assisted console. gfxterm is always
5656 Unicode (see Internationalisation section for its limitations). Serial is
5657 configurable to UTF-8 or ASCII (see Internationalisation). In case of qemu
5658 and coreboot ports the refered console is vga_text. Loongson always uses
5659 gfxterm.
5660
5661 Most limited one is ASCII. CP437 provides additionally pseudographics.
5662 GRUB2 doesn't use any language characters from CP437 as often CP437 is replaced
5663 by national encoding compatible only in pseudographics.
5664 Unicode is the most versatile charset which supports many languages. However
5665 the actual console may be much more limited depending on firmware
5666
5667 On BIOS network is supported only if the image is loaded through network.
5668 On sparc64 GRUB is unable to determine which server it was booted from.
5669
5670 Direct ATA/AHCI support allows to circumvent various firmware limitations but
5671 isn't needed for normal operation except on baremetal ports.
5672
5673 AT keyboard support allows keyboard layout remapping and support for keys not
5674 available through firmware. It isn't needed for normal operation except
5675 baremetal ports.
5676
5677 Speaker allows morse and spkmodem communication.
5678
5679 USB support provides benefits similar to ATA (for USB disks) or AT (for USB
5680 keyboards). In addition it allows USBserial.
5681
5682 Chainloading refers to the ability to load another bootloader through the same protocol
5683
5684 Hints allow faster disk discovery by already knowing in advance which is the disk in
5685 question. On some platforms hints are correct unless you move the disk between boots.
5686 On other platforms it's just an educated guess.
5687 Note that hint failure results in just reduced performance, not a failure
5688
5689 BadRAM is the ability to mark some of the RAM as ``bad''. Note: due to protocol
5690 limitations mips-loongson (with Linux protocol)
5691 and mips-qemu_mips can use only memory up to first hole.
5692
5693 Bootlocation is ability of GRUB to automatically detect where it boots from.
5694 ``disk'' means the detection is limited to detecting the disk with partition
5695 being discovered on install time. ``partition'' means that disk and partiton
5696 can be automatically discovered. ``file'' means that boot image file name as
5697 well as disk and partition can be discovered. For consistency default install ignores
5698 partition and relies solely on disk detection. If no bootlocation discovery is available
5699 or boot and grub-root disks are different, UUID is used instead. On ARC if no device
5700 to install to is specified, UUID is used instead as well.
5701
5702
5703 @multitable @columnfractions .20 .20 .20 .20 .20
5704 @item                    @tab BIOS    @tab Coreboot @tab Multiboot    @tab Qemu 
5705 @item video              @tab yes     @tab yes      @tab yes          @tab yes
5706 @item console charset    @tab CP437   @tab CP437    @tab CP437        @tab CP437
5707 @item network            @tab yes (*) @tab no       @tab no           @tab no
5708 @item ATA/AHCI           @tab yes     @tab yes      @tab yes          @tab yes
5709 @item AT keyboard        @tab yes     @tab yes      @tab yes          @tab yes
5710 @item Speaker            @tab yes     @tab yes      @tab yes          @tab yes
5711 @item USB                @tab yes     @tab yes      @tab yes          @tab yes
5712 @item chainloader        @tab local   @tab yes      @tab yes          @tab no
5713 @item cpuid              @tab partial @tab partial  @tab partial      @tab partial
5714 @item hints              @tab guess   @tab guess    @tab guess        @tab guess
5715 @item PCI                @tab yes     @tab yes      @tab yes          @tab yes
5716 @item badram             @tab yes     @tab yes      @tab yes          @tab yes
5717 @item compression        @tab always  @tab pointless @tab no           @tab no
5718 @item exit               @tab yes     @tab no       @tab no           @tab no
5719 @item bootlocation       @tab disk    @tab no       @tab no           @tab no
5720 @end multitable
5721
5722 @multitable @columnfractions .20 .20 .20 .20 .20
5723 @item                    @tab ia32 EFI    @tab amd64 EFI @tab ia32 IEEE1275 @tab Itanium
5724 @item video              @tab yes         @tab yes       @tab no            @tab no
5725 @item console charset    @tab Unicode     @tab Unicode   @tab ASCII         @tab Unicode
5726 @item network            @tab yes         @tab yes       @tab yes           @tab yes
5727 @item ATA/AHCI           @tab yes         @tab yes       @tab yes           @tab no
5728 @item AT keyboard        @tab yes         @tab yes       @tab yes           @tab no
5729 @item Speaker            @tab yes         @tab yes       @tab yes           @tab no
5730 @item USB                @tab yes         @tab yes       @tab yes           @tab no
5731 @item chainloader        @tab local       @tab local     @tab no            @tab local
5732 @item cpuid              @tab partial     @tab partial   @tab partial       @tab no
5733 @item hints              @tab guess       @tab guess     @tab good          @tab guess
5734 @item PCI                @tab yes         @tab yes       @tab yes           @tab no
5735 @item badram             @tab yes         @tab yes       @tab no            @tab yes
5736 @item compression        @tab no          @tab no        @tab no            @tab no
5737 @item exit               @tab yes         @tab yes       @tab yes           @tab yes
5738 @item bootlocation       @tab file        @tab file      @tab file, ignored @tab file
5739 @end multitable
5740
5741 @multitable @columnfractions .20 .20 .20 .20 .20
5742 @item                    @tab Loongson    @tab sparc64 @tab Powerpc @tab ARC
5743 @item video              @tab yes         @tab no      @tab yes     @tab no
5744 @item console charset    @tab N/A         @tab ASCII   @tab ASCII   @tab ASCII
5745 @item network            @tab no          @tab yes (*) @tab yes     @tab no
5746 @item ATA/AHCI           @tab yes         @tab no      @tab no      @tab no
5747 @item AT keyboard        @tab yes         @tab no      @tab no      @tab no
5748 @item Speaker            @tab no          @tab no      @tab no      @tab no
5749 @item USB                @tab yes         @tab no      @tab no      @tab no
5750 @item chainloader        @tab yes         @tab no      @tab no      @tab no
5751 @item cpuid              @tab no          @tab no      @tab no      @tab no
5752 @item hints              @tab good        @tab good    @tab good    @tab no
5753 @item PCI                @tab yes         @tab no      @tab no      @tab no
5754 @item badram             @tab yes (*)     @tab no      @tab no      @tab no
5755 @item compression        @tab configurable @tab no     @tab no      @tab configurable
5756 @item exit               @tab no          @tab yes     @tab yes     @tab yes
5757 @item bootlocation       @tab no          @tab partition @tab file  @tab file (*)
5758 @end multitable
5759
5760 @multitable @columnfractions .20 .20 .20 .20 .20
5761 @item                    @tab MIPS qemu @tab emu         @tab xen
5762 @item video              @tab no        @tab yes         @tab no
5763 @item console charset    @tab CP437     @tab Unicode (*) @tab ASCII
5764 @item network            @tab no        @tab yes         @tab no
5765 @item ATA/AHCI           @tab yes       @tab no          @tab no
5766 @item AT keyboard        @tab yes       @tab no          @tab no
5767 @item Speaker            @tab no        @tab no          @tab no
5768 @item USB                @tab N/A       @tab yes         @tab no
5769 @item chainloader        @tab yes       @tab no          @tab yes
5770 @item cpuid              @tab no        @tab no          @tab yes
5771 @item hints              @tab guess     @tab no          @tab no
5772 @item PCI                @tab no        @tab no          @tab no
5773 @item badram             @tab yes (*)   @tab no          @tab no
5774 @item compression        @tab configurable @tab no       @tab no
5775 @item exit               @tab no        @tab yes         @tab no
5776 @item bootlocation       @tab no        @tab file        @tab no
5777 @end multitable
5778
5779 @node Platform-specific operations
5780 @chapter Outline
5781
5782 Some platforms have features which allows to implement
5783 some commands useless or not implementable on others.
5784
5785 Quick summary:
5786
5787 Information retrieval:
5788
5789 @itemize
5790 @item mipsel-loongson: lsspd
5791 @item mips-arc: lsdev
5792 @item efi: lsefisystab, lssal, lsefimmap, lsefi
5793 @item i386-pc: lsapm
5794 @item i386-coreboot: lscoreboot, coreboot_boottime, cbmemc
5795 @item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): lsacpi
5796 @end itemize
5797
5798 Workarounds for platform-specific issues:
5799 @itemize
5800 @item i386-efi/x86_64-efi: loadbios, fakebios, fix_video
5801 @item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi):
5802     acpi (override ACPI tables)
5803 @item i386-pc: drivemap
5804 @item i386-pc: sendkey
5805 @end itemize
5806
5807 Advanced operations for power users:
5808 @itemize
5809 @item x86: iorw (direct access to I/O ports)
5810 @end itemize
5811
5812 Miscelaneous:
5813 @itemize
5814 @item cmos (x86-*, ieee1275, mips-qemu_mips, mips-loongson): cmostest
5815     (used on some laptops to check for special power-on key), cmosclean
5816 @item i386-pc: play
5817 @end itemize
5818
5819 @node Supported kernels
5820 @chapter Supported boot targets
5821
5822 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.
5823 @multitable @columnfractions .50 .22 .22
5824 @item                                @tab BIOS    @tab Coreboot
5825 @item BIOS chainloading              @tab yes     @tab no (1)
5826 @item NTLDR                          @tab yes     @tab no (1)
5827 @item Plan9                          @tab yes     @tab no (1)
5828 @item Freedos                        @tab yes     @tab no (1)
5829 @item FreeBSD bootloader             @tab yes     @tab crashes (1)
5830 @item 32-bit kFreeBSD                @tab yes     @tab crashes (5)
5831 @item 64-bit kFreeBSD                @tab yes     @tab crashes (5)
5832 @item 32-bit kNetBSD                 @tab yes     @tab crashes (1)
5833 @item 64-bit kNetBSD                 @tab yes     @tab crashes
5834 @item 32-bit kOpenBSD                @tab yes     @tab yes
5835 @item 64-bit kOpenBSD                @tab yes     @tab yes
5836 @item Multiboot                      @tab yes     @tab yes
5837 @item Multiboot2                     @tab yes     @tab yes
5838 @item 32-bit Linux (legacy protocol) @tab yes     @tab no (1)
5839 @item 64-bit Linux (legacy protocol) @tab yes     @tab no (1)
5840 @item 32-bit Linux (modern protocol) @tab yes     @tab yes
5841 @item 64-bit Linux (modern protocol) @tab yes     @tab yes
5842 @item 32-bit XNU                     @tab yes     @tab ?
5843 @item 64-bit XNU                     @tab yes     @tab ?
5844 @item 32-bit EFI chainloader         @tab no (2)  @tab no (2)
5845 @item 64-bit EFI chainloader         @tab no (2)  @tab no (2)
5846 @item Appleloader                    @tab no (2)  @tab no (2)
5847 @end multitable
5848
5849 @multitable @columnfractions .50 .22 .22
5850 @item                                @tab Multiboot    @tab Qemu 
5851 @item BIOS chainloading              @tab no (1)       @tab no (1)
5852 @item NTLDR                          @tab no (1)       @tab no (1)
5853 @item Plan9                          @tab no (1)       @tab no (1)
5854 @item FreeDOS                        @tab no (1)       @tab no (1)
5855 @item FreeBSD bootloader             @tab crashes (1)  @tab crashes (1)
5856 @item 32-bit kFreeBSD                @tab crashes (5)  @tab crashes (5)
5857 @item 64-bit kFreeBSD                @tab crashes (5)  @tab crashes (5)
5858 @item 32-bit kNetBSD                 @tab crashes (1)  @tab crashes (1)  
5859 @item 64-bit kNetBSD                 @tab yes          @tab yes
5860 @item 32-bit kOpenBSD                @tab yes          @tab yes
5861 @item 64-bit kOpenBSD                @tab yes          @tab yes
5862 @item Multiboot                      @tab yes          @tab yes
5863 @item Multiboot2                     @tab yes          @tab yes
5864 @item 32-bit Linux (legacy protocol) @tab no (1)       @tab no (1)
5865 @item 64-bit Linux (legacy protocol) @tab no (1)       @tab no (1)
5866 @item 32-bit Linux (modern protocol) @tab yes          @tab yes
5867 @item 64-bit Linux (modern protocol) @tab yes          @tab yes
5868 @item 32-bit XNU                     @tab ?            @tab ?
5869 @item 64-bit XNU                     @tab ?            @tab ?
5870 @item 32-bit EFI chainloader         @tab no (2)       @tab no (2)
5871 @item 64-bit EFI chainloader         @tab no (2)       @tab no (2)
5872 @item Appleloader                    @tab no (2)       @tab no (2)
5873 @end multitable
5874
5875 @multitable @columnfractions .50 .22 .22
5876 @item                                @tab ia32 EFI      @tab amd64 EFI
5877 @item BIOS chainloading              @tab no (1)        @tab no (1)
5878 @item NTLDR                          @tab no (1)        @tab no (1)
5879 @item Plan9                          @tab no (1)        @tab no (1)
5880 @item FreeDOS                        @tab no (1)        @tab no (1)
5881 @item FreeBSD bootloader             @tab crashes (1)   @tab crashes (1)
5882 @item 32-bit kFreeBSD                @tab headless      @tab headless
5883 @item 64-bit kFreeBSD                @tab headless      @tab headless
5884 @item 32-bit kNetBSD                 @tab crashes (1)   @tab crashes (1)
5885 @item 64-bit kNetBSD                 @tab yes           @tab yes
5886 @item 32-bit kOpenBSD                @tab headless      @tab headless
5887 @item 64-bit kOpenBSD                @tab headless      @tab headless
5888 @item Multiboot                      @tab yes           @tab yes
5889 @item Multiboot2                     @tab yes           @tab yes
5890 @item 32-bit Linux (legacy protocol) @tab no (1)        @tab no (1)
5891 @item 64-bit Linux (legacy protocol) @tab no (1)        @tab no (1)
5892 @item 32-bit Linux (modern protocol) @tab yes           @tab yes
5893 @item 64-bit Linux (modern protocol) @tab yes           @tab yes
5894 @item 32-bit XNU                     @tab yes           @tab yes
5895 @item 64-bit XNU                     @tab yes (4)       @tab yes
5896 @item 32-bit EFI chainloader         @tab yes           @tab no (3)
5897 @item 64-bit EFI chainloader         @tab no (3)        @tab yes
5898 @item Appleloader                    @tab yes           @tab yes
5899 @end multitable
5900
5901 @multitable @columnfractions .50 .22 .22
5902 @item                                @tab ia32 IEEE1275
5903 @item BIOS chainloading              @tab no (1)
5904 @item NTLDR                          @tab no (1)
5905 @item Plan9                          @tab no (1)
5906 @item FreeDOS                        @tab no (1)
5907 @item FreeBSD bootloader             @tab crashes (1)
5908 @item 32-bit kFreeBSD                @tab crashes (5)
5909 @item 64-bit kFreeBSD                @tab crashes (5)
5910 @item 32-bit kNetBSD                 @tab crashes (1)
5911 @item 64-bit kNetBSD                 @tab ?
5912 @item 32-bit kOpenBSD                @tab ?
5913 @item 64-bit kOpenBSD                @tab ?
5914 @item Multiboot                      @tab ?
5915 @item Multiboot2                     @tab ?
5916 @item 32-bit Linux (legacy protocol) @tab no (1)
5917 @item 64-bit Linux (legacy protocol) @tab no (1)
5918 @item 32-bit Linux (modern protocol) @tab ?
5919 @item 64-bit Linux (modern protocol) @tab ?
5920 @item 32-bit XNU                     @tab ?
5921 @item 64-bit XNU                     @tab ?
5922 @item 32-bit EFI chainloader         @tab no (2)
5923 @item 64-bit EFI chainloader         @tab no (2)
5924 @item Appleloader                    @tab no (2)
5925 @end multitable
5926
5927 @enumerate
5928 @item Requires BIOS
5929 @item EFI only
5930 @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
5931 @item Some modules may need to be disabled
5932 @item Requires ACPI
5933 @end enumerate
5934
5935 PowerPC, IA64 and Sparc64 ports support only Linux. MIPS port supports Linux
5936 and multiboot2.
5937
5938 @section Boot tests
5939
5940 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.
5941
5942 Following variables must be defined:
5943
5944 @multitable  @columnfractions .30 .65
5945 @item GRUB_PAYLOADS_DIR @tab directory containing the required kernels
5946 @item GRUB_CBFSTOOL @tab cbfstool from Coreboot package (for coreboot platform only)
5947 @item GRUB_COREBOOT_ROM @tab empty Coreboot ROM
5948 @item GRUB_QEMU_OPTS @tab additional options to be supplied to QEMU
5949 @end multitable
5950
5951 Required files are:
5952
5953 @multitable  @columnfractions .40 .55
5954 @item kfreebsd_env.i386 @tab 32-bit kFreeBSD device hints
5955 @item kfreebsd.i386 @tab 32-bit FreeBSD kernel image
5956 @item kfreebsd.x86_64, kfreebsd_env.x86_64 @tab same from 64-bit kFreeBSD
5957 @item knetbsd.i386 @tab 32-bit NetBSD kernel image
5958 @item knetbsd.miniroot.i386 @tab 32-bit kNetBSD miniroot.kmod.
5959 @item knetbsd.x86_64, knetbsd.miniroot.x86_64  @tab same from 64-bit kNetBSD
5960 @item kopenbsd.i386 @tab 32-bit OpenBSD kernel bsd.rd image
5961 @item kopenbsd.x86_64 @tab same from 64-bit kOpenBSD
5962 @item linux.i386 @tab 32-bit Linux
5963 @item linux.x86_64 @tab 64-bit Linux
5964 @end multitable
5965
5966 @node Troubleshooting
5967 @chapter Error messages produced by GRUB
5968
5969 @menu
5970 * GRUB only offers a rescue shell::
5971 @end menu
5972
5973
5974 @node GRUB only offers a rescue shell
5975 @section GRUB only offers a rescue shell
5976
5977 GRUB's normal start-up procedure involves setting the @samp{prefix}
5978 environment variable to a value set in the core image by
5979 @command{grub-install}, setting the @samp{root} variable to match, loading
5980 the @samp{normal} module from the prefix, and running the @samp{normal}
5981 command (@pxref{normal}).  This command is responsible for reading
5982 @file{/boot/grub/grub.cfg}, running the menu, and doing all the useful
5983 things GRUB is supposed to do.
5984
5985 If, instead, you only get a rescue shell, this usually means that GRUB
5986 failed to load the @samp{normal} module for some reason.  It may be possible
5987 to work around this temporarily: for instance, if the reason for the failure
5988 is that @samp{prefix} is wrong (perhaps it refers to the wrong device, or
5989 perhaps the path to @file{/boot/grub} was not correctly made relative to the
5990 device), then you can correct this and enter normal mode manually:
5991
5992 @example
5993 @group
5994 # Inspect the current prefix (and other preset variables):
5995 set
5996 # Find out which devices are available:
5997 ls
5998 # Set to the correct value, which might be something like this:
5999 set prefix=(hd0,1)/grub
6000 set root=(hd0,1)
6001 insmod normal
6002 normal
6003 @end group
6004 @end example
6005
6006 However, any problem that leaves you in the rescue shell probably means that
6007 GRUB was not correctly installed.  It may be more useful to try to reinstall
6008 it properly using @kbd{grub-install @var{device}} (@pxref{Invoking
6009 grub-install}).  When doing this, there are a few things to remember:
6010
6011 @itemize @bullet{}
6012 @item
6013 Drive ordering in your operating system may not be the same as the boot
6014 drive ordering used by your firmware.  Do not assume that your first hard
6015 drive (e.g. @samp{/dev/sda}) is the one that your firmware will boot from.
6016 @file{device.map} (@pxref{Device map}) can be used to override this, but it
6017 is usually better to use UUIDs or file system labels and avoid depending on
6018 drive ordering entirely.
6019
6020 @item
6021 At least on BIOS systems, if you tell @command{grub-install} to install GRUB
6022 to a partition but GRUB has already been installed in the master boot
6023 record, then the GRUB installation in the partition will be ignored.
6024
6025 @item
6026 If possible, it is generally best to avoid installing GRUB to a partition
6027 (unless it is a special partition for the use of GRUB alone, such as the
6028 BIOS Boot Partition used on GPT).  Doing this means that GRUB may stop being
6029 able to read its core image due to a file system moving blocks around, such
6030 as while defragmenting, running checks, or even during normal operation.
6031 Installing to the whole disk device is normally more robust.
6032
6033 @item
6034 Check that GRUB actually knows how to read from the device and file system
6035 containing @file{/boot/grub}.  It will not be able to read from encrypted
6036 devices with unsupported encryption scheme, nor from file systems for which
6037 support has not yet been added to GRUB.
6038 @end itemize
6039
6040
6041 @node Invoking grub-install
6042 @chapter Invoking grub-install
6043
6044 The program @command{grub-install} generates a GRUB core image using
6045 @command{grub-mkimage} and installs it on your system.  You must specify the
6046 device name on which you want to install GRUB, like this:
6047
6048 @example
6049 grub-install @var{install_device}
6050 @end example
6051
6052 The device name @var{install_device} is an OS device name or a GRUB
6053 device name.
6054
6055 @command{grub-install} accepts the following options:
6056
6057 @table @option
6058 @item --help
6059 Print a summary of the command-line options and exit.
6060
6061 @item --version
6062 Print the version number of GRUB and exit.
6063
6064 @item --boot-directory=@var{dir}
6065 Install GRUB images under the directory @file{@var{dir}/grub/}
6066 This option is useful when you want to install GRUB into a
6067 separate partition or a removable disk.
6068 If this option is not specified then it defaults to @file{/boot}, so
6069
6070 @example
6071 @kbd{grub-install /dev/sda}
6072 @end example
6073
6074 is equivalent to
6075
6076 @example
6077 @kbd{grub-install --boot-directory=/boot/ /dev/sda}
6078 @end example
6079
6080 Here is an example in which you have a separate @dfn{boot} partition which is 
6081 mounted on
6082 @file{/mnt/boot}:
6083
6084 @example
6085 @kbd{grub-install --boot-directory=/mnt/boot /dev/sdb}
6086 @end example
6087
6088 @item --recheck
6089 Recheck the device map, even if @file{/boot/grub/device.map} already
6090 exists. You should use this option whenever you add/remove a disk
6091 into/from your computer.
6092
6093 @item --no-rs-codes
6094 By default on x86 BIOS systems, @command{grub-install} will use some
6095 extra space in the bootloader embedding area for Reed-Solomon
6096 error-correcting codes. This enables GRUB to still boot successfully
6097 if some blocks are corrupted.  The exact amount of protection offered
6098 is dependent on available space in the embedding area.  R sectors of
6099 redundancy can tolerate up to R/2 corrupted sectors. This
6100 redundancy may be cumbersome if attempting to cryptographically
6101 validate the contents of the bootloader embedding area, or in more
6102 modern systems with GPT-style partition tables (@pxref{BIOS
6103 installation}) where GRUB does not reside in any unpartitioned space
6104 outside of the MBR.  Disable the Reed-Solomon codes with this option.
6105 @end table
6106
6107 @node Invoking grub-mkconfig
6108 @chapter Invoking grub-mkconfig
6109
6110 The program @command{grub-mkconfig} generates a configuration file for GRUB
6111 (@pxref{Simple configuration}).
6112
6113 @example
6114 grub-mkconfig -o /boot/grub/grub.cfg
6115 @end example
6116
6117 @command{grub-mkconfig} accepts the following options:
6118
6119 @table @option
6120 @item --help
6121 Print a summary of the command-line options and exit.
6122
6123 @item --version
6124 Print the version number of GRUB and exit.
6125
6126 @item -o @var{file}
6127 @itemx --output=@var{file}
6128 Send the generated configuration file to @var{file}.  The default is to send
6129 it to standard output.
6130 @end table
6131
6132
6133 @node Invoking grub-mkpasswd-pbkdf2
6134 @chapter Invoking grub-mkpasswd-pbkdf2
6135
6136 The program @command{grub-mkpasswd-pbkdf2} generates password hashes for
6137 GRUB (@pxref{Security}).
6138
6139 @example
6140 grub-mkpasswd-pbkdf2
6141 @end example
6142
6143 @command{grub-mkpasswd-pbkdf2} accepts the following options:
6144
6145 @table @option
6146 @item -c @var{number}
6147 @itemx --iteration-count=@var{number}
6148 Number of iterations of the underlying pseudo-random function.  Defaults to
6149 10000.
6150
6151 @item -l @var{number}
6152 @itemx --buflen=@var{number}
6153 Length of the generated hash.  Defaults to 64.
6154
6155 @item -s @var{number}
6156 @itemx --salt=@var{number}
6157 Length of the salt.  Defaults to 64.
6158 @end table
6159
6160
6161 @node Invoking grub-mkrelpath
6162 @chapter Invoking grub-mkrelpath
6163
6164 The program @command{grub-mkrelpath} makes a file system path relative to
6165 the root of its containing file system.  For instance, if @file{/usr} is a
6166 mount point, then:
6167
6168 @example
6169 $ @kbd{grub-mkrelpath /usr/share/grub/unicode.pf2}
6170 @samp{/share/grub/unicode.pf2}
6171 @end example
6172
6173 This is mainly used internally by other GRUB utilities such as
6174 @command{grub-mkconfig} (@pxref{Invoking grub-mkconfig}), but may
6175 occasionally also be useful for debugging.
6176
6177 @command{grub-mkrelpath} accepts the following options:
6178
6179 @table @option
6180 @item --help
6181 Print a summary of the command-line options and exit.
6182
6183 @item --version
6184 Print the version number of GRUB and exit.
6185 @end table
6186
6187
6188 @node Invoking grub-mkrescue
6189 @chapter Invoking grub-mkrescue
6190
6191 The program @command{grub-mkrescue} generates a bootable GRUB rescue image
6192 (@pxref{Making a GRUB bootable CD-ROM}).
6193
6194 @example
6195 grub-mkrescue -o grub.iso
6196 @end example
6197
6198 All arguments not explicitly listed as @command{grub-mkrescue} options are
6199 passed on directly to @command{xorriso} in @command{mkisofs} emulation mode.
6200 Options passed to @command{xorriso} will normally be interpreted as
6201 @command{mkisofs} options; if the option @samp{--} is used, then anything
6202 after that will be interpreted as native @command{xorriso} options.
6203
6204 Non-option arguments specify additional source directories.  This is
6205 commonly used to add extra files to the image:
6206
6207 @example
6208 mkdir -p disk/boot/grub
6209 @r{(add extra files to @file{disk/boot/grub})}
6210 grub-mkrescue -o grub.iso disk
6211 @end example
6212
6213 @command{grub-mkrescue} accepts the following options:
6214
6215 @table @option
6216 @item --help
6217 Print a summary of the command-line options and exit.
6218
6219 @item --version
6220 Print the version number of GRUB and exit.
6221
6222 @item -o @var{file}
6223 @itemx --output=@var{file}
6224 Save output in @var{file}.  This "option" is required.
6225
6226 @item --modules=@var{modules}
6227 Pre-load the named GRUB modules in the image.  Multiple entries in
6228 @var{modules} should be separated by whitespace (so you will probably need
6229 to quote this for your shell).
6230
6231 @item --rom-directory=@var{dir}
6232 If generating images for the QEMU or Coreboot platforms, copy the resulting
6233 @file{qemu.img} or @file{coreboot.elf} files respectively to the @var{dir}
6234 directory as well as including them in the image.
6235
6236 @item --xorriso=@var{file}
6237 Use @var{file} as the @command{xorriso} program, rather than the built-in
6238 default.
6239
6240 @item --grub-mkimage=@var{file}
6241 Use @var{file} as the @command{grub-mkimage} program, rather than the
6242 built-in default.
6243 @end table
6244
6245
6246 @node Invoking grub-mount
6247 @chapter Invoking grub-mount
6248
6249 The program @command{grub-mount} performs a read-only mount of any file
6250 system or file system image that GRUB understands, using GRUB's file system
6251 drivers via FUSE.  (It is only available if FUSE development files were
6252 present when GRUB was built.)  This has a number of uses:
6253
6254 @itemize @bullet
6255 @item
6256 It provides a convenient way to check how GRUB will view a file system at
6257 boot time.  You can use normal command-line tools to compare that view with
6258 that of your operating system, making it easy to find bugs.
6259
6260 @item
6261 It offers true read-only mounts.  Linux does not have these for journalling
6262 file systems, because it will always attempt to replay the journal at mount
6263 time; while you can temporarily mark the block device read-only to avoid
6264 this, that causes the mount to fail.  Since GRUB intentionally contains no
6265 code for writing to file systems, it can easily provide a guaranteed
6266 read-only mount mechanism.
6267
6268 @item
6269 It allows you to examine any file system that GRUB understands without
6270 needing to load additional modules into your running kernel, which may be
6271 useful in constrained environments such as installers.
6272
6273 @item
6274 Since it can examine file system images (contained in regular files) just as
6275 easily as file systems on block devices, you can use it to inspect any file
6276 system image that GRUB understands with only enough privileges to use FUSE,
6277 even if nobody has yet written a FUSE module specifically for that file
6278 system type.
6279 @end itemize
6280
6281 Using @command{grub-mount} is normally as simple as:
6282
6283 @example
6284 grub-mount /dev/sda1 /mnt
6285 @end example
6286
6287 @command{grub-mount} must be given one or more images and a mount point as
6288 non-option arguments (if it is given more than one image, it will treat them
6289 as a RAID set), and also accepts the following options:
6290
6291 @table @option
6292 @item --help
6293 Print a summary of the command-line options and exit.
6294
6295 @item --version
6296 Print the version number of GRUB and exit.
6297
6298 @item -C
6299 @itemx --crypto
6300 Mount encrypted devices, prompting for a passphrase if necessary.
6301
6302 @item -d @var{string}
6303 @itemx --debug=@var{string}
6304 Show debugging output for conditions matching @var{string}.
6305
6306 @item -K prompt|@var{file}
6307 @itemx --zfs-key=prompt|@var{file}
6308 Load a ZFS encryption key.  If you use @samp{prompt} as the argument,
6309 @command{grub-mount} will read a passphrase from the terminal; otherwise, it
6310 will read key material from the specified file.
6311
6312 @item -r @var{device}
6313 @itemx --root=@var{device}
6314 Set the GRUB root device to @var{device}.  You do not normally need to set
6315 this; @command{grub-mount} will automatically set the root device to the
6316 root of the supplied file system.
6317
6318 If @var{device} is just a number, then it will be treated as a partition
6319 number within the supplied image.  This means that, if you have an image of
6320 an entire disk in @file{disk.img}, then you can use this command to mount
6321 its second partition:
6322
6323 @example
6324 grub-mount -r 2 disk.img mount-point
6325 @end example
6326
6327 @item -v
6328 @itemx --verbose
6329 Print verbose messages.
6330 @end table
6331
6332
6333 @node Invoking grub-probe
6334 @chapter Invoking grub-probe
6335
6336 The program @command{grub-probe} probes device information for a given path
6337 or device.
6338
6339 @example
6340 grub-probe --target=fs /boot/grub
6341 grub-probe --target=drive --device /dev/sda1
6342 @end example
6343
6344 @command{grub-probe} must be given a path or device as a non-option
6345 argument, and also accepts the following options:
6346
6347 @table @option
6348 @item --help
6349 Print a summary of the command-line options and exit.
6350
6351 @item --version
6352 Print the version number of GRUB and exit.
6353
6354 @item -d
6355 @itemx --device
6356 If this option is given, then the non-option argument is a system device
6357 name (such as @samp{/dev/sda1}), and @command{grub-probe} will print
6358 information about that device.  If it is not given, then the non-option
6359 argument is a filesystem path (such as @samp{/boot/grub}), and
6360 @command{grub-probe} will print information about the device containing that
6361 part of the filesystem.
6362
6363 @item -m @var{file}
6364 @itemx --device-map=@var{file}
6365 Use @var{file} as the device map (@pxref{Device map}) rather than the
6366 default, usually @samp{/boot/grub/device.map}.
6367
6368 @item -t @var{target}
6369 @itemx --target=@var{target}
6370 Print information about the given path or device as defined by @var{target}.
6371 The available targets and their meanings are:
6372
6373 @table @samp
6374 @item fs
6375 GRUB filesystem module.
6376 @item fs_uuid
6377 Filesystem Universally Unique Identifier (UUID).
6378 @item fs_label
6379 Filesystem label.
6380 @item drive
6381 GRUB device name.
6382 @item device
6383 System device name.
6384 @item partmap
6385 GRUB partition map module.
6386 @item abstraction
6387 GRUB abstraction module (e.g. @samp{lvm}).
6388 @item cryptodisk_uuid
6389 Crypto device UUID.
6390 @item msdos_parttype
6391 MBR partition type code (two hexadecimal digits).
6392 @item hints_string
6393 A string of platform search hints suitable for passing to the
6394 @command{search} command (@pxref{search}).
6395 @item bios_hints
6396 Search hints for the PC BIOS platform.
6397 @item ieee1275_hints
6398 Search hints for the IEEE1275 platform.
6399 @item baremetal_hints
6400 Search hints for platforms where disks are addressed directly rather than
6401 via firmware.
6402 @item efi_hints
6403 Search hints for the EFI platform.
6404 @item arc_hints
6405 Search hints for the ARC platform.
6406 @item compatibility_hint
6407 A guess at a reasonable GRUB drive name for this device, which may be
6408 used as a fallback if the @command{search} command fails.
6409 @item disk
6410 System device name for the whole disk.
6411 @end table
6412
6413 @item -v
6414 @itemx --verbose
6415 Print verbose messages.
6416 @end table
6417
6418
6419 @node Invoking grub-script-check
6420 @chapter Invoking grub-script-check
6421
6422 The program @command{grub-script-check} takes a GRUB script file
6423 (@pxref{Shell-like scripting}) and checks it for syntax errors, similar to
6424 commands such as @command{sh -n}.  It may take a @var{path} as a non-option
6425 argument; if none is supplied, it will read from standard input.
6426
6427 @example
6428 grub-script-check /boot/grub/grub.cfg
6429 @end example
6430
6431 @command{grub-script-check} accepts the following options:
6432
6433 @table @option
6434 @item --help
6435 Print a summary of the command-line options and exit.
6436
6437 @item --version
6438 Print the version number of GRUB and exit.
6439
6440 @item -v
6441 @itemx --verbose
6442 Print each line of input after reading it.
6443 @end table
6444
6445
6446 @node Obtaining and Building GRUB
6447 @appendix How to obtain and build GRUB
6448
6449 @quotation
6450 @strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the
6451 GNU assembler has been changed so that it can produce real 16bits
6452 machine code between 2.9.1 and 2.9.1.0.x. See
6453 @uref{http://sources.redhat.com/binutils/}, to obtain information on
6454 how to get the latest version.
6455 @end quotation
6456
6457 GRUB is available from the GNU alpha archive site
6458 @uref{ftp://ftp.gnu.org/gnu/grub} or any of its mirrors. The file
6459 will be named grub-version.tar.gz. The current version is
6460 @value{VERSION}, so the file you should grab is:
6461
6462 @uref{ftp://ftp.gnu.org/gnu/grub/grub-@value{VERSION}.tar.gz}
6463
6464 To unbundle GRUB use the instruction:
6465
6466 @example
6467 @kbd{zcat grub-@value{VERSION}.tar.gz | tar xvf -}
6468 @end example
6469
6470 which will create a directory called @file{grub-@value{VERSION}} with
6471 all the sources. You can look at the file @file{INSTALL} for detailed
6472 instructions on how to build and install GRUB, but you should be able to
6473 just do:
6474
6475 @example
6476 @group
6477 @kbd{cd grub-@value{VERSION}}
6478 @kbd{./configure}
6479 @kbd{make install}
6480 @end group
6481 @end example
6482
6483 Also, the latest version is available using Git. See
6484 @uref{http://www.gnu.org/software/grub/grub-download.html} for more
6485 information.
6486
6487 @node Reporting bugs
6488 @appendix Reporting bugs
6489
6490 These are the guideline for how to report bugs. Take a look at this
6491 list below before you submit bugs:
6492
6493 @enumerate
6494 @item
6495 Before getting unsettled, read this manual through and through. Also,
6496 see the @uref{http://www.gnu.org/software/grub/grub-faq.html, GNU GRUB FAQ}.
6497
6498 @item
6499 Always mention the information on your GRUB. The version number and the
6500 configuration are quite important. If you build it yourself, write the
6501 options specified to the configure script and your operating system,
6502 including the versions of gcc and binutils.
6503
6504 @item
6505 If you have trouble with the installation, inform us of how you
6506 installed GRUB. Don't omit error messages, if any. Just @samp{GRUB hangs
6507 up when it boots} is not enough.
6508
6509 The information on your hardware is also essential. These are especially
6510 important: the geometries and the partition tables of your hard disk
6511 drives and your BIOS.
6512
6513 @item
6514 If GRUB cannot boot your operating system, write down
6515 @emph{everything} you see on the screen. Don't paraphrase them, like
6516 @samp{The foo OS crashes with GRUB, even though it can boot with the
6517 bar boot loader just fine}. Mention the commands you executed, the
6518 messages printed by them, and information on your operating system
6519 including the version number.
6520
6521 @item
6522 Explain what you wanted to do. It is very useful to know your purpose
6523 and your wish, and how GRUB didn't satisfy you.
6524
6525 @item
6526 If you can investigate the problem yourself, please do. That will give
6527 you and us much more information on the problem. Attaching a patch is
6528 even better.
6529
6530 When you attach a patch, make the patch in unified diff format, and
6531 write ChangeLog entries. But, even when you make a patch, don't forget
6532 to explain the problem, so that we can understand what your patch is
6533 for.
6534
6535 @item
6536 Write down anything that you think might be related. Please understand
6537 that we often need to reproduce the same problem you encountered in our
6538 environment. So your information should be sufficient for us to do the
6539 same thing---Don't forget that we cannot see your computer directly. If
6540 you are not sure whether to state a fact or leave it out, state it!
6541 Reporting too many things is much better than omitting something
6542 important.
6543 @end enumerate
6544
6545 If you follow the guideline above, submit a report to the
6546 @uref{http://savannah.gnu.org/bugs/?group=grub, Bug Tracking System}.
6547 Alternatively, you can submit a report via electronic mail to
6548 @email{bug-grub@@gnu.org}, but we strongly recommend that you use the
6549 Bug Tracking System, because e-mail can be passed over easily.
6550
6551 Once we get your report, we will try to fix the bugs.
6552
6553
6554 @node Future
6555 @appendix Where GRUB will go
6556
6557 GRUB 2 is now quite stable and used in many production systems.  We are
6558 currently working towards a 2.0 release.
6559
6560 If you are interested in the development of GRUB 2, take a look at
6561 @uref{http://www.gnu.org/software/grub/grub.html, the homepage}.
6562
6563
6564
6565
6566
6567 @node Copying This Manual
6568 @appendix Copying This Manual
6569
6570 @menu
6571 * GNU Free Documentation License::  License for copying this manual.
6572 @end menu
6573
6574 @include fdl.texi
6575
6576
6577 @node Index
6578 @unnumbered Index
6579
6580 @c Currently, we use only the Concept Index.
6581 @printindex cp
6582
6583
6584 @bye
6585
6586 Some notes:
6587
6588   This is an attempt to make a manual for GRUB 2. The contents are
6589   copied from the GRUB manual in GRUB Legacy, so they are not always
6590   appropriate yet for GRUB 2.