6 @settitle GNU GRUB Manual @value{VERSION}
7 @c Unify all our little indices for now.
15 @footnotestyle separate
20 This manual is for GNU GRUB (version @value{VERSION},
23 Copyright @copyright{} 1999,2000,2001,2002,2004,2006,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
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
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.
46 @setchapternewpage odd
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
55 @author Colin D. Bennett
56 @c The following two commands start the copyright page.
58 @vskip 0pt plus 1filll
62 @c Output the table of contents at the beginning.
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
76 This edition documents version @value{VERSION}.
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
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
124 @chapter Introduction to GRUB
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
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).
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.
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
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
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.
177 @section History of GRUB
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.
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.
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.
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.
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
215 @node Changes from GRUB Legacy
216 @section Differences from previous versions
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
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
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.
237 Partition numbers in GRUB device names now start at 1, not 0 (@pxref{Naming
241 The configuration file is now written in something closer to a full
242 scripting language: variables, conditionals, and loops are available.
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}).
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).
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.
261 Many more file systems are supported, including but not limited to ext4,
265 GRUB 2 can read files directly from LVM and RAID devices.
268 A graphical terminal and a graphical menu system are available.
271 GRUB 2's interface can be translated, including menu entry names.
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.
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
285 @section GRUB features
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}.
291 The other goals, listed in approximate order of importance, are:
295 Basic functions must be straightforward for end-users.
298 Rich functionality to support kernel experts and designers.
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.
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.
313 In addition to the requirements above, GRUB has the following features
314 (note that the Multiboot Specification doesn't require all the features
318 @item Recognize multiple executable formats
319 Support many of the @dfn{a.out} variants plus @dfn{ELF}. Symbol
320 tables are also loaded.
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
329 @item Load multiples modules
330 Fully support the Multiboot feature of loading multiple modules.
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
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.
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
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.
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.
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.}
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.
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.
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.
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.
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.
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}
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.
427 @node Role of a boot loader
428 @section The role of a boot loader
430 The following is a quotation from Gordon Matzigkeit, a GRUB fanatic:
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.''
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''
445 Unfortunately, nobody ever understood what I was talking about; now I
446 just use the word ``GNU'' as a pseudonym for GRUB.
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
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
459 @node Naming convention
460 @chapter Naming convention
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.
466 Look at the following examples and explanations:
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
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.
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.
505 This means the BSD @samp{a} partition on first @sc{pc} slice number
506 of the second hard disk.
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
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
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
530 Now the question is, how to specify a file? Again, consider an
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.
541 That was easy, admit it. Now read the next chapter, to find out how to
542 actually install GRUB on your drive.
544 @node OS-specific notes about grub tools
545 @chapter OS-specific notes about grub tools
547 On OS which have device nodes similar to Unix-like OS GRUB tools use the
548 OS name. E.g. for GNU/Linux:
551 # @kbd{grub-install /dev/sda}
554 On AROS we use another syntax. For volumes:
566 For disks we use syntax:
568 //:<driver name>/unit/flags
574 # @kbd{grub-install //:ata.device/0/0}
577 On Windows we use UNC path. For volumes it's typically
587 \\?\Volume@{17f34d50-cf64-4b02-800e-51d79c3aa2ff@}
595 \\?\PhysicalDrive<number>
601 # @kbd{grub-install \\?\PhysicalDrive0}
604 Beware that you may need to further escape the backslashes depending on your
607 When compiled with cygwin support then cygwin drive names are automatically
611 # @kbd{grub-install /dev/sda}
615 @chapter Installation
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.
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.
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}.
635 * Installing GRUB using grub-install::
636 * Making a GRUB bootable CD-ROM::
638 * BIOS installation::
642 @node Installing GRUB using grub-install
643 @section Installing GRUB using grub-install
645 For information on where GRUB should be installed on PC BIOS platforms,
646 @pxref{BIOS installation}.
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}).
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:
659 # @kbd{grub-install /dev/sda}
662 Likewise, under GNU/Hurd, this has the same effect:
665 # @kbd{grub-install /dev/hd0}
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:
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}
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:
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}
694 This install doesn't conflict with standard install as long as they are in
695 separate directories.
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
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:
711 Otherwise you need to specify where your EFI System partition is mounted:
714 # @kbd{grub-install --efi-directory=/mnt/efi}
717 For removable installs you have to use @option{--removable} and specify both
718 @option{--boot-directory} and @option{--efi-directory}:
721 # @kbd{grub-install --efi-directory=/mnt/usb --boot-directory=/mnt/usb/boot --removable}
724 @node Making a GRUB bootable CD-ROM
725 @section Making a GRUB bootable CD-ROM
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.
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
740 To make a simple generic GRUB rescue CD, you can use the
741 @command{grub-mkrescue} program (@pxref{Invoking grub-mkrescue}):
744 $ @kbd{grub-mkrescue -o grub.iso}
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}:
754 Make a directory for GRUB:
757 $ @kbd{mkdir -p iso/boot/grub}
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/}.
764 Finally, make the image:
767 $ @kbd{grub-mkrescue -o grub.iso iso}
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.
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
781 @section The map between BIOS drives and OS devices
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
788 (@var{device}) @var{file}
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.
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.
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.
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.
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{#}.
820 @node BIOS installation
821 @section BIOS installation
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.
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
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.
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.
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:
873 # @kbd{parted /dev/@var{disk} set @var{partition-number} bios_grub on}
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}.
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
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
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
900 @node General boot methods
901 @section How to boot operating systems
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.
913 * Loading an operating system directly::
918 @node Loading an operating system directly
919 @subsection How to boot an OS directly with GRUB
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}).
927 FIXME: this section is incomplete.
931 Run the command @command{boot} (@pxref{boot}).
934 However, DOS and Windows have some deficiencies, so you might have to
935 use more complicated instructions. @xref{DOS/Windows}, for more
940 @subsection Chain-loading an OS
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.
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:
953 menuentry "Windows" {
960 @c FIXME: document UUIDs.
962 On systems with multiple hard disks, an additional workaround may be
963 required. @xref{DOS/Windows}.
965 Chain-loading is only supported on PC BIOS and EFI platforms.
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
993 @node OS-specific notes
994 @section Some caveats on OS-specific issues
996 Here, we describe some caveats on several operating systems.
1007 @subsection GNU/Hurd
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.
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
1020 Load the kernel and the modules, like this:
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)'}
1036 Finally, run the command @command{boot} (@pxref{boot}).
1041 @subsection GNU/Linux
1043 It is relatively easy to boot GNU/Linux from GRUB, because it somewhat
1044 resembles to boot a Multiboot-compliant OS.
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
1053 Load the kernel using the command @command{linux} (@pxref{linux}):
1056 grub> @kbd{linux /vmlinuz root=/dev/sda1}
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:
1063 grub> @kbd{linux /vmlinuz root=/dev/sda1 acpi=off}
1066 See the documentation in the Linux source tree for complete information on
1067 the available options.
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
1074 grub> @kbd{linux16 /vmlinuz root=/dev/sda1 acpi=off}
1078 If you use an initrd, execute the command @command{initrd} (@pxref{initrd})
1079 after @command{linux}:
1082 grub> @kbd{initrd /initrd}
1085 If you used @command{linux16} you need to use @command{initrd16}:
1088 grub> @kbd{initrd16 /initrd}
1092 Finally, run the command @command{boot} (@pxref{boot}).
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.
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
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:
1117 grub> @kbd{insmod part_bsd}
1118 grub> @kbd{set root=(hd0,netbsd1)}
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:
1125 grub> @kbd{insmod part_gpt}
1126 grub> @kbd{set root=(hd0,gpt3)}
1130 Load the kernel using the command @command{knetbsd}:
1133 grub> @kbd{knetbsd /netbsd}
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
1142 grub> @kbd{knetbsd /netbsd -s -v}
1146 If needed, load kernel modules with the command
1147 @command{knetbsd_module_elf}. A typical example is the module for the
1151 grub> @kbd{knetbsd_module_elf /stand/amd64/6.0/modules/ffs/ffs.kmod}
1155 Finally, run the command @command{boot} (@pxref{boot}).
1160 @subsection DOS/Windows
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.
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:
1173 drivemap -s (hd0) (hd1)
1176 This performs a @dfn{virtual} swap between your first and second hard
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.
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.
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
1198 parttool (hd0,1) hidden-
1199 parttool (hd0,2) hidden+
1202 parttool @verb{'${root}'} boot+
1209 @chapter Writing your own configuration file
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.
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
1223 @node Simple configuration
1224 @section Simple configuration handling
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.
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}.
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:
1248 GRUB_TERMINAL_INPUT="console serial"
1251 Valid keys in @file{/etc/default/grub} are as follows:
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.
1261 For example, if you have:
1264 menuentry 'Example GNU/Linux distribution' --class gnu-linux --id example-gnu-linux {
1269 then you can make this the default using:
1272 GRUB_DEFAULT=example-gnu-linux
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
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}).
1284 The default is @samp{0}.
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}).
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
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.
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.
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.
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}.
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.
1329 @item GRUB_TERMINAL_INPUT
1330 Select the terminal input device. You may select multiple devices here,
1331 separated by spaces.
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
1340 The default is to use the platform's native terminal input.
1342 @item GRUB_TERMINAL_OUTPUT
1343 Select the terminal output device. You may select multiple devices here,
1344 separated by spaces.
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).
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:
1360 parecord --channels=1 --rate=48000 --format=s16le | ./spkmodem-recv
1363 The default is to use the platform's native terminal output.
1366 If this option is set, it overrides both @samp{GRUB_TERMINAL_INPUT} and
1367 @samp{GRUB_TERMINAL_OUTPUT} to the same value.
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}.
1373 @item GRUB_CMDLINE_LINUX
1374 Command-line arguments to add to menu entries for the Linux kernel.
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}.
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
1388 @item GRUB_CMDLINE_GNUMACH
1389 As @samp{GRUB_CMDLINE_LINUX}, but for GNU Mach.
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.
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.
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}.
1408 @item GRUB_DISABLE_RECOVERY
1409 If this option is set to @samp{true}, disable the generation of recovery
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.
1419 After @command{grub-install} has been run, the available video drivers are
1420 listed in @file{/boot/grub/video.lst}.
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}.
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.
1436 Set a theme for use with the @samp{gfxterm} graphical terminal.
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}.
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.
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.
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>
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}.
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.
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}.
1485 If this option is set, GRUB will issue a @ref{badram} command to filter
1486 out specified regions of RAM.
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
1495 The following options are still accepted for compatibility with existing
1496 configurations, but have better replacements:
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.
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.
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}.
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.
1520 This option is unset by default, and is deprecated in favour of the less
1521 confusing @samp{GRUB_TIMEOUT_STYLE=countdown}.
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}.
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}.
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.
1540 @node Shell-like scripting
1541 @section Writing full configuration files directly
1543 @c Some of this section is derived from the GNU Bash manual page, also
1544 @c copyrighted by the FSF.
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
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:
1560 Quoting may be used to include metacharacters in words; see below.
1562 @heading Reserved words
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:
1570 case do done elif else esac fi for function
1571 if in menuentry select then time until while
1574 Not all of these reserved words have a useful purpose yet; some are reserved
1575 for future expansion.
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
1584 There are three quoting mechanisms: the escape character, single quotes, and
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
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.
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.
1606 @heading Variable expansion
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.
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}).
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.
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.
1629 A word beginning with @samp{#} causes that word and all remaining characters
1630 on that line to be ignored.
1632 @heading Simple commands
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
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.
1643 @heading Compound commands
1645 A @dfn{compound command} is one of the following:
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
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
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.
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
1684 @item menuentry @var{title} [@option{--class=class} @dots{}] [@option{--users=users}] [@option{--unrestricted}] [@option{--hotkey=key}] [@option{--id=id}] @{ @var{command}; @dots{} @}
1688 @heading Built-in Commands
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.
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.
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.
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
1716 @item setparams [@code{arg}] @dots{}
1717 Replace positional parameters starting with @code{$1} with arguments to
1718 @command{setparams}.
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.
1732 @node Multi-boot manual config
1733 @section Multi-boot manual config
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
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
1745 Mount this partition on/mnt/boot and disable GRUB in all OSes and manually
1746 install self-compiled latest GRUB with:
1748 @code{grub-install --boot-directory=/mnt/boot /dev/sda}
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
1754 @code{GRUB_DISABLE_OS_PROBER=true}
1756 in /etc/default/grub
1758 Then write a grub.cfg (/mnt/boot/grub/grub.cfg):
1762 menuentry "OS using grub2" @{
1764 search --set=root --label OS1 --hint hd0,msdos8
1765 configfile /boot/grub/grub.cfg
1768 menuentry "OS using grub2-legacy" @{
1770 search --set=root --label OS2 --hint hd0,msdos6
1771 legacy_configfile /boot/grub/menu.lst
1774 menuentry "Windows XP" @{
1776 search --set=root --label WINDOWS_XP --hint hd0,msdos1
1780 menuentry "Windows 7" @{
1782 search --set=root --label WINDOWS_7 --hint hd0,msdos2
1786 menuentry "FreeBSD" @{
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
1797 menuentry "experimental GRUB" @{
1798 search --set=root --label GRUB --hint hd0,msdos5
1799 multiboot /experimental/grub/i386-pc/core.img
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
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
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
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.
1827 @node Embedded configuration
1828 @section Embedding a configuration file into GRUB
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}.
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}.
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:
1856 search.fs_uuid 01234567-89ab-cdef-0123-456789abcdef root
1857 set prefix=($root)/boot/grub
1861 (The @samp{search_fs_uuid} module must be included in the core image for this
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:
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
1881 if [ -e /boot/grub/example/test2.cfg ]; then
1882 set prefix=($root)/boot/grub
1883 configfile /boot/grub/example/test2.cfg
1885 echo "Could not find an example configuration file!"
1891 The embedded configuration file may not contain menu entries directly, but
1892 may only read them from elsewhere using @command{configfile}.
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
1903 @section Theme Elements
1906 Colors can be specified in several ways:
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.
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''.
1922 @subsection Progress Bar
1924 @float Figure, Pixmap-styled progress bar
1925 @c @image{Theme_progress_bar,,,,png}
1928 @float Figure, Plain progress bar, drawn with solid color.
1929 @c @image{Theme_progress_bar_filled,,,,png}
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.
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
1946 @subsection Circular Progress Indicator
1948 @c @image{Theme_circular_progress,,,,.png}
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
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.
1969 @subsection Boot Menu
1971 @c @image{Theme_boot_menu,,,,.png}
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.
1983 @subsection Styled Boxes
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:
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)
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:
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.
2005 As an example of how an image might be sliced up, consider the styled box
2006 used for a terminal view.
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}
2012 @subsection Creating Styled Box Images
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:
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.
2029 @section Theme File Manual
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.)
2035 The theme file contains two types of statements:
2037 @item Global properties.
2038 @item Component construction.
2041 @subsection Global Properties
2045 Global properties are specified with the simple format:
2048 @item name2: "value which may contain spaces"
2052 In this example, name3 is assigned a color value.
2055 @subsection Global Property List
2057 @multitable @columnfractions 0.3 0.6
2059 @tab Specifies the text to display at the top center of the screen as a title.
2061 @tab Defines the font used for the title message at the top of the screen.
2063 @tab Defines the color of the title message.
2065 @tab Currently unused. Left for backward compatibility.
2067 @tab Currently unused. Left for backward compatibility.
2068 @item message-bg-color
2069 @tab Currently unused. Left for backward compatibility.
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
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``.
2093 @tab Specifies the color for the background if *desktop-image* is not
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
2102 @item terminal-border
2103 @tab Specifies the border width of the terminal window.
2105 @tab Specifies the left coordinate of the terminal window.
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.
2115 @subsection Component Construction
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.
2122 Components are created in the theme file by prefixing the type of component
2125 @code{ + label @{ text="GRUB" font="aqui 11" color="#8FF" @} }
2127 properties of a component are specified as "name = value" (whitespace
2128 surrounding tokens is optional and is ignored) where *value* may be:
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)``).
2135 @subsection Component List
2137 The following is a list of the components and the properties they support.
2141 A label displays a line of text.
2144 @multitable @columnfractions 0.2 0.7
2146 @tab Set to ``__timeout__`` to display the time elapsed to an automatical
2147 boot of the default entry.
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.
2154 @tab The font to use for text display.
2156 @tab The color of the text.
2158 @tab The horizontal alignment of the text within the component.
2159 Options are ``left``, ``center`` and ``right``.
2161 @tab Set to ``false`` to hide the label.
2165 A component that displays an image. The image is scaled to fit
2170 @multitable @columnfractions 0.2 0.7
2172 @tab The full path to the image file to load.
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.
2181 @multitable @columnfractions 0.2 0.7
2183 @tab Set to ``__timeout__`` to display the time elapsed to an automatical
2184 boot of the default entry.
2186 @tab The foreground color for plain solid color rendering.
2188 @tab The background color for plain solid color rendering.
2190 @tab The border color for plain solid color rendering.
2192 @tab The text color.
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
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
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``.
2214 @tab The font to use for progress bar.
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.
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.
2233 @multitable @columnfractions 0.3 0.6
2235 @tab Set to ``__timeout__`` to display the time elapsed to an automatical
2236 boot of the default entry.
2238 @tab The file name of the image to draw in the center of the component.
2240 @tab The file name of the image to draw for the tick marks.
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``.
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.
2254 Displays the GRUB boot menu. It allows selecting items and executing them.
2258 @multitable @columnfractions 0.4 0.5
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.
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.
2270 @tab The width of menu item icons. Icons are scaled to the specified size.
2272 @tab The height of menu item icons.
2274 @tab The height of each menu item in pixels.
2276 @tab The amount of space in pixels to leave on each side of the menu item
2278 @item item_icon_space
2279 @tab The space between an item's icon and the title text, in pixels.
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.
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.
2332 @tab Set to ``false`` to hide the boot menu.
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.
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.
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.
2352 @subsection Common properties
2354 The following properties are supported by all components:
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
2364 The distance from the left border of container to left border of the object in same format.
2366 The width of object in same format.
2368 The height of object in same format.
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
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``.
2386 @chapter Booting GRUB from the network
2388 The following instructions don't work for *-emu, i386-qemu, i386-coreboot,
2389 i386-multiboot, mips_loongson, mips-arc and mips_qemu_mips
2391 To generate a netbootable directory, run:
2395 grub-mknetdir --net-directory=/srv/tftp --subdir=/boot/grub -d /usr/lib/grub/<platform>
2403 grub-mknetdir --net-directory=/srv/tftp --subdir=/boot/grub -d /usr/lib/grub/i386-pc
2407 Then follow instructions printed out by grub-mknetdir on configuring your DHCP
2410 After GRUB has started, files on the TFTP server will be accessible via the
2411 @samp{(tftp)} device.
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.
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
2424 @item net_@var{<interface>}_ip
2425 The network interface's IP address. Read-only.
2427 @item net_@var{<interface>}_mac
2428 The network interface's MAC address. Read-only.
2430 @item net_@var{<interface>}_hostname
2431 The client host name provided by DHCP. Read-only.
2433 @item net_@var{<interface>}_domain
2434 The client domain name provided by DHCP. Read-only.
2436 @item net_@var{<interface>}_rootpath
2437 The path to the client's root disk provided by DHCP. Read-only.
2439 @item net_@var{<interface>}_extensionspath
2440 The path to additional DHCP vendor extensions provided by DHCP. Read-only.
2442 @item net_@var{<interface>}_boot_file
2443 The boot file name provided by DHCP. Read-only.
2445 @item net_@var{<interface>}_dhcp_server_name
2446 The name of the DHCP server responsible for these boot parameters.
2449 @item net_default_interface
2450 Initially set to name of network interface that was used to load grub.
2451 Read-write, although setting it affects only interpretation of
2452 @samp{net_default_ip} and @samp{net_default_mac}
2454 @item net_default_ip
2455 The IP address of default interface. Read-only. This is alias for the
2456 @samp{net_$@{net_default_interface@}_ip}.
2458 @item net_default_mac
2459 The default interface's MAC address. Read-only. This is alias for the
2460 @samp{net_$@{net_default_interface@}_mac}.
2462 @item net_default_server
2463 The default server used by network drives (@pxref{Device syntax}). Read-write,
2464 although setting this is only useful before opening a network device.
2469 @node Serial terminal
2470 @chapter Using GRUB via a serial line
2472 This chapter describes how to use the serial terminal support in GRUB.
2474 If you have many computers or computers with no display/keyboard, it
2475 could be very useful to control the computers through serial
2476 communications. To connect one computer with another via a serial line,
2477 you need to prepare a null-modem (cross) serial cable, and you may need
2478 to have multiport serial boards, if your computer doesn't have extra
2479 serial ports. In addition, a terminal emulator is also required, such as
2480 minicom. Refer to a manual of your operating system, for more
2483 As for GRUB, the instruction to set up a serial terminal is quite
2484 simple. Here is an example:
2488 grub> @kbd{serial --unit=0 --speed=9600}
2489 grub> @kbd{terminal_input serial; terminal_output serial}
2493 The command @command{serial} initializes the serial unit 0 with the
2494 speed 9600bps. The serial unit 0 is usually called @samp{COM1}, so, if
2495 you want to use COM2, you must specify @samp{--unit=1} instead. This
2496 command accepts many other options, so please refer to @ref{serial},
2499 The commands @command{terminal_input} (@pxref{terminal_input}) and
2500 @command{terminal_output} (@pxref{terminal_output}) choose which type of
2501 terminal you want to use. In the case above, the terminal will be a
2502 serial terminal, but you can also pass @code{console} to the command,
2503 as @samp{terminal_input serial console}. In this case, a terminal in which
2504 you press any key will be selected as a GRUB terminal. In the example above,
2505 note that you need to put both commands on the same command line, as you
2506 will lose the ability to type commands on the console after the first
2509 However, note that GRUB assumes that your terminal emulator is
2510 compatible with VT100 by default. This is true for most terminal
2511 emulators nowadays, but you should pass the option @option{--dumb} to
2512 the command if your terminal emulator is not VT100-compatible or
2513 implements few VT100 escape sequences. If you specify this option then
2514 GRUB provides you with an alternative menu interface, because the normal
2515 menu requires several fancy features of your terminal.
2518 @node Vendor power-on keys
2519 @chapter Using GRUB with vendor power-on keys
2521 Some laptop vendors provide an additional power-on button which boots
2522 another OS. GRUB supports such buttons with the @samp{GRUB_TIMEOUT_BUTTON},
2523 @samp{GRUB_TIMEOUT_STYLE_BUTTON}, @samp{GRUB_DEFAULT_BUTTON}, and
2524 @samp{GRUB_BUTTON_CMOS_ADDRESS} variables in default/grub (@pxref{Simple
2525 configuration}). @samp{GRUB_TIMEOUT_BUTTON},
2526 @samp{GRUB_TIMEOUT_STYLE_BUTTON}, and @samp{GRUB_DEFAULT_BUTTON} are used
2527 instead of the corresponding variables without the @samp{_BUTTON} suffix
2528 when powered on using the special button. @samp{GRUB_BUTTON_CMOS_ADDRESS}
2529 is vendor-specific and partially model-specific. Values known to the GRUB
2533 @item Dell XPS M1330M
2535 @item Dell XPS M1530
2537 @item Dell Latitude E4300
2539 @item Asus EeePC 1005PE
2543 To take full advantage of this function, install GRUB into the MBR
2544 (@pxref{Installing GRUB using grub-install}).
2546 If you have a laptop which has a similar feature and not in the above list
2547 could you figure your address and contribute?
2548 To discover the address do the following:
2554 sudo cat /dev/nvram | xxd > normal_button.txt
2556 @item boot using vendor button
2560 sudo cat /dev/nvram | xxd > normal_vendor.txt
2564 Then compare these text files and find where a bit was toggled. E.g. in
2565 case of Dell XPS it was:
2567 byte 0x47: 20 --> 28
2569 It's a bit number 3 as seen from following table:
2570 @multitable @columnfractions .2 .2
2581 0x47 is decimal 71. Linux nvram implementation cuts first 14 bytes of
2582 CMOS. So the real byte address in CMOS is 71+14=85
2583 So complete address is 85:3
2586 @chapter GRUB image files
2588 @c FIXME: parts of this section are specific to PC BIOS right now.
2590 GRUB consists of several images: a variety of bootstrap images for starting
2591 GRUB in various ways, a kernel image, and a set of modules which are
2592 combined with the kernel image to form a core image. Here is a short
2597 On PC BIOS systems, this image is the first part of GRUB to start. It is
2598 written to a master boot record (MBR) or to the boot sector of a partition.
2599 Because a PC boot sector is 512 bytes, the size of this image is exactly 512
2602 The sole function of @file{boot.img} is to read the first sector of the core
2603 image from a local disk and jump to it. Because of the size restriction,
2604 @file{boot.img} cannot understand any file system structure, so
2605 @command{grub-install} hardcodes the location of the first sector of the
2606 core image into @file{boot.img} when installing GRUB.
2609 This image is used as the first sector of the core image when booting from a
2610 hard disk. It reads the rest of the core image into memory and starts the
2611 kernel. Since file system handling is not yet available, it encodes the
2612 location of the core image using a block list format.
2615 This image is used as the first sector of the core image when booting from a
2616 CD-ROM drive. It performs a similar function to @file{diskboot.img}.
2619 This image is used as the start of the core image when booting from the
2620 network using PXE. @xref{Network}.
2623 This image may be placed at the start of the core image in order to make
2624 GRUB look enough like a Linux kernel that it can be booted by LILO using an
2625 @samp{image=} section.
2628 This image contains GRUB's basic run-time facilities: frameworks for device
2629 and file handling, environment variables, the rescue mode command-line
2630 parser, and so on. It is rarely used directly, but is built into all core
2634 This is the core image of GRUB. It is built dynamically from the kernel
2635 image and an arbitrary list of modules by the @command{grub-mkimage}
2636 program. Usually, it contains enough modules to access @file{/boot/grub},
2637 and loads everything else (including menu handling, the ability to load
2638 target operating systems, and so on) from the file system at run-time. The
2639 modular design allows the core image to be kept small, since the areas of
2640 disk where it must be installed are often as small as 32KB.
2642 @xref{BIOS installation}, for details on where the core image can be
2643 installed on PC systems.
2646 Everything else in GRUB resides in dynamically loadable modules. These are
2647 often loaded automatically, or built into the core image if they are
2648 essential, but may also be loaded manually using the @command{insmod}
2649 command (@pxref{insmod}).
2652 @heading For GRUB Legacy users
2654 GRUB 2 has a different design from GRUB Legacy, and so correspondences with
2655 the images it used cannot be exact. Nevertheless, GRUB Legacy users often
2656 ask questions in the terms they are familiar with, and so here is a brief
2657 guide to how GRUB 2's images relate to that.
2661 Stage 1 from GRUB Legacy was very similar to @file{boot.img} in GRUB 2, and
2662 they serve the same function.
2665 In GRUB Legacy, Stage 1.5's function was to include enough filesystem code
2666 to allow the much larger Stage 2 to be read from an ordinary filesystem. In
2667 this respect, its function was similar to @file{core.img} in GRUB 2.
2668 However, @file{core.img} is much more capable than Stage 1.5 was; since it
2669 offers a rescue shell, it is sometimes possible to recover manually in the
2670 event that it is unable to load any other modules, for example if partition
2671 numbers have changed. @file{core.img} is built in a more flexible way,
2672 allowing GRUB 2 to support reading modules from advanced disk types such as
2675 GRUB Legacy could run with only Stage 1 and Stage 2 in some limited
2676 configurations, while GRUB 2 requires @file{core.img} and cannot work
2680 GRUB 2 has no single Stage 2 image. Instead, it loads modules from
2681 @file{/boot/grub} at run-time.
2683 @item stage2_eltorito
2684 In GRUB 2, images for booting from CD-ROM drives are now constructed using
2685 @file{cdboot.img} and @file{core.img}, making sure that the core image
2686 contains the @samp{iso9660} module. It is usually best to use the
2687 @command{grub-mkrescue} program for this.
2690 There is as yet no equivalent for @file{nbgrub} in GRUB 2; it was used by
2691 Etherboot and some other network boot loaders.
2694 In GRUB 2, images for PXE network booting are now constructed using
2695 @file{pxeboot.img} and @file{core.img}, making sure that the core image
2696 contains the @samp{pxe} and @samp{pxecmd} modules. @xref{Network}.
2699 @node Core image size limitation
2700 @chapter Core image size limitation
2702 Heavily limited platforms:
2704 @item i386-pc (normal and PXE): the core image size (compressed) is limited by 458240 bytes.
2705 kernel.img (.text + .data + .bss, uncompressed) is limited by 392704 bytes.
2706 module size (uncompressed) + kernel.img (.text + .data, uncompressed) is limited by the size of contiguous chunk at 1M address.
2707 @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.
2708 @item i386-ieee1275: kernel.img (.text + .data + .bss) + modules is limited by memory available at 0x10000, at most 596K
2711 Lightly limited platforms:
2714 @item *-xen: limited only by adress space and RAM size.
2715 @item i386-qemu: kernel.img (.text + .data + .bss) is limited by 392704 bytes.
2716 (core.img would be limited by ROM size but it's unlimited on qemu
2717 @item All EFI platforms: limited by contiguous RAM size and possibly firmware bugs
2718 @item Coreboot and multiboot. kernel.img (.text + .data + .bss) is limited by 392704 bytes.
2719 module size is limited by the size of contiguous chunk at 1M address.
2720 @item mipsel-loongson (ELF), mips(el)-qemu_mips (ELF): if uncompressed:
2721 kernel.img (.text + .data) + modules is limited by the space from 80200000 forward
2723 kernel.img (.text + .data, uncompressed) + modules (uncompressed)
2724 + (modules + kernel.img (.text + .data)) (compressed)
2725 + decompressor is limited by the space from 80200000 forward
2726 @item mipsel-loongson (Flash), mips(el)-qemu_mips (Flash): kernel.img (.text + .data) + modules is limited by the space from 80200000 forward
2727 core.img (final) is limited by flash size (512K on yeeloong and fulooong)
2728 @item mips-arc: if uncompressed:
2729 kernel.img (.text + .data) is limited by the space from 8bd00000 forward
2730 modules + dummy decompressor is limited by the space from 8bd00000 backward
2732 kernel.img (.text + .data, uncompressed) is limited by the space from 8bd00000 forward
2733 modules (uncompressed) + (modules + kernel.img (.text + .data)) (compressed, aligned to 1M)
2734 + 1M (decompressor + scratch space) is limited by the space from 8bd00000 backward
2735 @item powerpc-ieee1275: kernel.img (.text + .data + .bss) + modules is limited by space available at 0x200000
2739 @chapter Filesystem syntax and semantics
2741 GRUB uses a special syntax for specifying disk drives which can be
2742 accessed by BIOS. Because of BIOS limitations, GRUB cannot distinguish
2743 between IDE, ESDI, SCSI, or others. You must know yourself which BIOS
2744 device is equivalent to which OS device. Normally, that will be clear if
2745 you see the files in a device or use the command @command{search}
2749 * Device syntax:: How to specify devices
2750 * File name syntax:: How to specify files
2751 * Block list syntax:: How to specify block lists
2756 @section How to specify devices
2758 The device syntax is like this:
2761 @code{(@var{device}[,@var{partmap-name1}@var{part-num1}[,@var{partmap-name2}@var{part-num2}[,...]]])}
2764 @samp{[]} means the parameter is optional. @var{device} depends on the disk
2765 driver in use. BIOS and EFI disks use either @samp{fd} or @samp{hd} followed
2766 by a digit, like @samp{fd0}, or @samp{cd}.
2767 AHCI, PATA (ata), crypto, USB use the name of driver followed by a number.
2768 Memdisk and host are limited to one disk and so it's refered just by driver
2770 RAID (md), ofdisk (ieee1275 and nand), LVM (lvm), LDM, virtio (vdsk)
2771 and arcdisk (arc) use intrinsic name of disk prefixed by driver name.
2772 Additionally just ``nand'' refers to the disk aliased as ``nand''.
2773 Conflicts are solved by suffixing a number if necessarry.
2774 Commas need to be escaped.
2775 Loopback uses whatever name specified to @command{loopback} command.
2776 Hostdisk uses names specified in device.map as long as it's of the form
2777 [fhc]d[0-9]* or hostdisk/<OS DEVICE>.
2778 For crypto and RAID (md) additionally you can use the syntax
2779 <driver name>uuid/<uuid>. For LVM additionally you can use the syntax
2780 lvmid/<volume-group-uuid>/<volume-uuid>.
2790 (cryptouuid/123456789abcdef0123456789abcdef0)
2791 (mduuid/123456789abcdef0123456789abcdef0)
2793 (lvmid/F1ikgD-2RES-306G-il9M-7iwa-4NKW-EbV1NV/eLGuCQ-L4Ka-XUgR-sjtJ-ffch-bajr-fCNfz5)
2797 (ieee1275//pci@@1f\,0/ide@@d/disk@@2)
2805 @var{part-num} represents the partition number of @var{device}, starting
2806 from one. @var{partname} is optional but is recommended since disk may have
2807 several top-level partmaps. Specifying third and later component you can access
2810 The syntax @samp{(hd0)} represents using the entire disk (or the
2811 MBR when installing GRUB), while the syntax @samp{(hd0,1)}
2812 represents using the first partition of the disk (or the boot sector
2813 of the partition when installing GRUB).
2824 If you enabled the network support, the special drives
2825 @code{(@var{protocol}[,@var{server}])} are also available. Supported protocols
2826 are @samp{http} and @samp{tftp}. If @var{server} is omitted, value of
2827 environment variable @samp{net_default_server} is used.
2828 Before using the network drive, you must initialize the network.
2829 @xref{Network}, for more information.
2831 If you boot GRUB from a CD-ROM, @samp{(cd)} is available. @xref{Making
2832 a GRUB bootable CD-ROM}, for details.
2835 @node File name syntax
2836 @section How to specify files
2838 There are two ways to specify files, by @dfn{absolute file name} and by
2841 An absolute file name resembles a Unix absolute file name, using
2842 @samp{/} for the directory separator (not @samp{\} as in DOS). One
2843 example is @samp{(hd0,1)/boot/grub/grub.cfg}. This means the file
2844 @file{/boot/grub/grub.cfg} in the first partition of the first hard
2845 disk. If you omit the device name in an absolute file name, GRUB uses
2846 GRUB's @dfn{root device} implicitly. So if you set the root device to,
2847 say, @samp{(hd1,1)} by the command @samp{set root=(hd1,1)} (@pxref{set}),
2848 then @code{/boot/kernel} is the same as @code{(hd1,1)/boot/kernel}.
2850 On ZFS filesystem the first path component must be
2851 @var{volume}@samp{@@}[@var{snapshot}].
2852 So @samp{/rootvol@@snap-129/boot/grub/grub.cfg} refers to file
2853 @samp{/boot/grub/grub.cfg} in snapshot of volume @samp{rootvol} with name
2854 @samp{snap-129}. Trailing @samp{@@} after volume name is mandatory even if
2855 snapshot name is omitted.
2858 @node Block list syntax
2859 @section How to specify block lists
2861 A block list is used for specifying a file that doesn't appear in the
2862 filesystem, like a chainloader. The syntax is
2863 @code{[@var{offset}]+@var{length}[,[@var{offset}]+@var{length}]@dots{}}.
2867 @code{0+100,200+1,300+300}
2870 This represents that GRUB should read blocks 0 through 99, block 200,
2871 and blocks 300 through 599. If you omit an offset, then GRUB assumes
2874 Like the file name syntax (@pxref{File name syntax}), if a blocklist
2875 does not contain a device name, then GRUB uses GRUB's @dfn{root
2876 device}. So @code{(hd0,2)+1} is the same as @code{+1} when the root
2877 device is @samp{(hd0,2)}.
2881 @chapter GRUB's user interface
2883 GRUB has both a simple menu interface for choosing preset entries from a
2884 configuration file, and a highly flexible command-line for performing
2885 any desired combination of boot commands.
2887 GRUB looks for its configuration file as soon as it is loaded. If one
2888 is found, then the full menu interface is activated using whatever
2889 entries were found in the file. If you choose the @dfn{command-line} menu
2890 option, or if the configuration file was not found, then GRUB drops to
2891 the command-line interface.
2894 * Command-line interface:: The flexible command-line interface
2895 * Menu interface:: The simple menu interface
2896 * Menu entry editor:: Editing a menu entry
2900 @node Command-line interface
2901 @section The flexible command-line interface
2903 The command-line interface provides a prompt and after it an editable
2904 text area much like a command-line in Unix or DOS. Each command is
2905 immediately executed after it is entered@footnote{However, this
2906 behavior will be changed in the future version, in a user-invisible
2907 way.}. The commands (@pxref{Command-line and menu entry commands}) are a
2908 subset of those available in the configuration file, used with exactly
2911 Cursor movement and editing of the text on the line can be done via a
2912 subset of the functions available in the Bash shell:
2917 Move forward one character.
2921 Move back one character.
2925 Move to the start of the line.
2929 Move the the end of the line.
2933 Delete the character underneath the cursor.
2937 Delete the character to the left of the cursor.
2940 Kill the text from the current cursor position to the end of the line.
2943 Kill backward from the cursor to the beginning of the line.
2946 Yank the killed text back into the buffer at the cursor.
2950 Move up through the history list.
2954 Move down through the history list.
2957 When typing commands interactively, if the cursor is within or before
2958 the first word in the command-line, pressing the @key{TAB} key (or
2959 @key{C-i}) will display a listing of the available commands, and if the
2960 cursor is after the first word, the @kbd{@key{TAB}} will provide a
2961 completion listing of disks, partitions, and file names depending on the
2962 context. Note that to obtain a list of drives, one must open a
2963 parenthesis, as @command{root (}.
2965 Note that you cannot use the completion functionality in the TFTP
2966 filesystem. This is because TFTP doesn't support file name listing for
2970 @node Menu interface
2971 @section The simple menu interface
2973 The menu interface is quite easy to use. Its commands are both
2974 reasonably intuitive and described on screen.
2976 Basically, the menu interface provides a list of @dfn{boot entries} to
2977 the user to choose from. Use the arrow keys to select the entry of
2978 choice, then press @key{RET} to run it. An optional timeout is
2979 available to boot the default entry (the first one if not set), which is
2980 aborted by pressing any key.
2982 Commands are available to enter a bare command-line by pressing @key{c}
2983 (which operates exactly like the non-config-file version of GRUB, but
2984 allows one to return to the menu if desired by pressing @key{ESC}) or to
2985 edit any of the @dfn{boot entries} by pressing @key{e}.
2987 If you protect the menu interface with a password (@pxref{Security}),
2988 all you can do is choose an entry by pressing @key{RET}, or press
2989 @key{p} to enter the password.
2992 @node Menu entry editor
2993 @section Editing a menu entry
2995 The menu entry editor looks much like the main menu interface, but the
2996 lines in the menu are individual commands in the selected entry instead
2999 If an @key{ESC} is pressed in the editor, it aborts all the changes made
3000 to the configuration entry and returns to the main menu interface.
3002 Each line in the menu entry can be edited freely, and you can add new lines
3003 by pressing @key{RET} at the end of a line. To boot the edited entry, press
3006 Although GRUB unfortunately does not support @dfn{undo}, you can do almost
3007 the same thing by just returning to the main menu using @key{ESC}.
3011 @chapter GRUB environment variables
3013 GRUB supports environment variables which are rather like those offered by
3014 all Unix-like systems. Environment variables have a name, which is unique
3015 and is usually a short identifier, and a value, which is an arbitrary string
3016 of characters. They may be set (@pxref{set}), unset (@pxref{unset}), or
3017 looked up (@pxref{Shell-like scripting}) by name.
3019 A number of environment variables have special meanings to various parts of
3020 GRUB. Others may be used freely in GRUB configuration files.
3024 * Special environment variables::
3025 * Environment block::
3029 @node Special environment variables
3030 @section Special environment variables
3032 These variables have special meaning to GRUB.
3036 * check_signatures::
3052 * menu_color_highlight::
3053 * menu_color_normal::
3054 * net_@var{<interface>}_boot_file::
3055 * net_@var{<interface>}_dhcp_server_name::
3056 * net_@var{<interface>}_domain::
3057 * net_@var{<interface>}_extensionspath::
3058 * net_@var{<interface>}_hostname::
3059 * net_@var{<interface>}_ip::
3060 * net_@var{<interface>}_mac::
3061 * net_@var{<interface>}_rootpath::
3062 * net_default_interface::
3065 * net_default_server::
3069 * pxe_default_gateway::
3070 * pxe_default_server::
3082 When chain-loading another boot loader (@pxref{Chain-loading}), GRUB may
3083 need to know what BIOS drive number corresponds to the root device
3084 (@pxref{root}) so that it can set up registers properly. If the
3085 @var{biosnum} variable is set, it overrides GRUB's own means of guessing
3088 For an alternative approach which also changes BIOS drive mappings for the
3089 chain-loaded system, @pxref{drivemap}.
3092 @node check_signatures
3093 @subsection check_signatures
3095 This variable controls whether GRUB enforces digital signature
3096 validation on loaded files. @xref{Using digital signatures}.
3101 When executing a menu entry, GRUB sets the @var{chosen} variable to the
3102 title of the entry being executed.
3104 If the menu entry is in one or more submenus, then @var{chosen} is set to
3105 the titles of each of the submenus starting from the top level followed by
3106 the title of the menu entry itself, separated by @samp{>}.
3112 The location from which @file{core.img} was loaded as an absolute
3113 directory name (@pxref{File name syntax}). This is set by GRUB at
3114 startup based on information returned by platform firmware. Not every
3115 platform provides this information and some may return only device
3119 @node color_highlight
3120 @subsection color_highlight
3122 This variable contains the ``highlight'' foreground and background terminal
3123 colors, separated by a slash (@samp{/}). Setting this variable changes
3124 those colors. For the available color names, @pxref{color_normal}.
3126 The default is @samp{black/light-gray}.
3130 @subsection color_normal
3132 This variable contains the ``normal'' foreground and background terminal
3133 colors, separated by a slash (@samp{/}). Setting this variable changes
3134 those colors. Each color must be a name from the following list:
3155 The default is @samp{light-gray/black}.
3157 The color support support varies from terminal to terminal.
3159 @samp{morse} has no color support at all.
3161 @samp{mda_text} color support is limited to highlighting by
3162 black/white reversal.
3164 @samp{console} on ARC, EMU and IEEE1275, @samp{serial_*} and
3165 @samp{spkmodem} are governed by terminfo and support
3166 only 8 colors if in modes @samp{vt100-color} (default for console on emu),
3167 @samp{arc} (default for console on ARC), @samp{ieee1275} (default
3168 for console on IEEE1275). When in mode @samp{vt100}
3169 then the color support is limited to highlighting by black/white
3170 reversal. When in mode @samp{dumb} there is no color support.
3172 When console supports no colors this setting is ignored.
3173 When console supports 8 colors, then the colors from the
3174 second half of the previous list are mapped to the
3175 matching colors of first half.
3177 @samp{console} on EFI and BIOS and @samp{vga_text} support all 16 colors.
3179 @samp{gfxterm} supports all 16 colors and would be theoretically extendable
3180 to support whole rgb24 palette but currently there is no compelling reason
3181 to go beyond the current 16 colors.
3186 This variable may be set to enable debugging output from various components
3187 of GRUB. The value is a list of debug facility names separated by
3188 whitespace or @samp{,}, or @samp{all} to enable all available debugging
3189 output. The facility names are the first argument to grub_dprintf. Consult
3190 source for more details.
3196 If this variable is set, it identifies a menu entry that should be selected
3197 by default, possibly after a timeout (@pxref{timeout}). The entry may be
3198 identified by number or by id.
3200 For example, if you have:
3203 menuentry 'Example GNU/Linux distribution' --class gnu-linux --id example-gnu-linux {
3208 then you can make this the default using:
3211 default=example-gnu-linux
3214 If the entry is in a submenu, then it must be identified using the titles of
3215 each of the submenus starting from the top level followed by the number or
3216 title of the menu entry itself, separated by @samp{>}. For example, take
3217 the following menu structure:
3230 ``Menu Entry 3'' would then be identified as
3231 @samp{Submenu 2>Submenu 3>Menu Entry 3}.
3233 This variable is often set by @samp{GRUB_DEFAULT} (@pxref{Simple
3234 configuration}), @command{grub-set-default}, or @command{grub-reboot}.
3238 @subsection fallback
3240 If this variable is set, it identifies a menu entry that should be selected
3241 if the default menu entry fails to boot. Entries are identified in the same
3242 way as for @samp{default} (@pxref{default}).
3248 If this variable is set, it sets the resolution used on the @samp{gfxterm}
3249 graphical terminal. Note that you can only use modes which your graphics
3250 card supports via VESA BIOS Extensions (VBE), so for example native LCD
3251 panel resolutions may not be available. The default is @samp{auto}, which
3252 selects a platform-specific default that should look reasonable. Supported
3253 modes can be listed by @samp{videoinfo} command in GRUB.
3255 The resolution may be specified as a sequence of one or more modes,
3256 separated by commas (@samp{,}) or semicolons (@samp{;}); each will be tried
3257 in turn until one is found. Each mode should be either @samp{auto},
3258 @samp{@var{width}x@var{height}}, or
3259 @samp{@var{width}x@var{height}x@var{depth}}.
3263 @subsection gfxpayload
3265 If this variable is set, it controls the video mode in which the Linux
3266 kernel starts up, replacing the @samp{vga=} boot option (@pxref{linux}). It
3267 may be set to @samp{text} to force the Linux kernel to boot in normal text
3268 mode, @samp{keep} to preserve the graphics mode set using @samp{gfxmode}, or
3269 any of the permitted values for @samp{gfxmode} to set a particular graphics
3270 mode (@pxref{gfxmode}).
3272 Depending on your kernel, your distribution, your graphics card, and the
3273 phase of the moon, note that using this option may cause GNU/Linux to suffer
3274 from various display problems, particularly during the early part of the
3275 boot sequence. If you have problems, set this variable to @samp{text} and
3276 GRUB will tell Linux to boot in normal text mode.
3278 The default is platform-specific. On platforms with a native text mode
3279 (such as PC BIOS platforms), the default is @samp{text}. Otherwise the
3280 default may be @samp{auto} or a specific video mode.
3282 This variable is often set by @samp{GRUB_GFXPAYLOAD_LINUX} (@pxref{Simple
3287 @subsection gfxterm_font
3289 If this variable is set, it names a font to use for text on the
3290 @samp{gfxterm} graphical terminal. Otherwise, @samp{gfxterm} may use any
3295 @subsection grub_cpu
3297 In normal mode (@pxref{normal}), GRUB sets the @samp{grub_cpu} variable to
3298 the CPU type for which GRUB was built (e.g. @samp{i386} or @samp{powerpc}).
3302 @subsection grub_platform
3304 In normal mode (@pxref{normal}), GRUB sets the @samp{grub_platform} variable
3305 to the platform for which GRUB was built (e.g. @samp{pc} or @samp{efi}).
3311 If this variable is set, it names a directory in which the GRUB graphical
3312 menu should look for icons after looking in the theme's @samp{icons}
3313 directory. @xref{Theme file format}.
3319 If this variable is set, it names the language code that the
3320 @command{gettext} command (@pxref{gettext}) uses to translate strings. For
3321 example, French would be named as @samp{fr}, and Simplified Chinese as
3324 @command{grub-mkconfig} (@pxref{Simple configuration}) will try to set a
3325 reasonable default for this variable based on the system locale.
3329 @subsection locale_dir
3331 If this variable is set, it names the directory where translation files may
3332 be found (@pxref{gettext}), usually @file{/boot/grub/locale}. Otherwise,
3333 internationalization is disabled.
3335 @command{grub-mkconfig} (@pxref{Simple configuration}) will set a reasonable
3336 default for this variable if internationalization is needed and any
3337 translation files are available.
3340 @node menu_color_highlight
3341 @subsection menu_color_highlight
3343 This variable contains the foreground and background colors to be used for
3344 the highlighted menu entry, separated by a slash (@samp{/}). Setting this
3345 variable changes those colors. For the available color names,
3346 @pxref{color_normal}.
3348 The default is the value of @samp{color_highlight}
3349 (@pxref{color_highlight}).
3352 @node menu_color_normal
3353 @subsection menu_color_normal
3355 This variable contains the foreground and background colors to be used for
3356 non-highlighted menu entries, separated by a slash (@samp{/}). Setting this
3357 variable changes those colors. For the available color names,
3358 @pxref{color_normal}.
3360 The default is the value of @samp{color_normal} (@pxref{color_normal}).
3363 @node net_@var{<interface>}_boot_file
3364 @subsection net_@var{<interface>}_boot_file
3369 @node net_@var{<interface>}_dhcp_server_name
3370 @subsection net_@var{<interface>}_dhcp_server_name
3375 @node net_@var{<interface>}_domain
3376 @subsection net_@var{<interface>}_domain
3381 @node net_@var{<interface>}_extensionspath
3382 @subsection net_@var{<interface>}_extensionspath
3387 @node net_@var{<interface>}_hostname
3388 @subsection net_@var{<interface>}_hostname
3393 @node net_@var{<interface>}_ip
3394 @subsection net_@var{<interface>}_ip
3399 @node net_@var{<interface>}_mac
3400 @subsection net_@var{<interface>}_mac
3405 @node net_@var{<interface>}_rootpath
3406 @subsection net_@var{<interface>}_rootpath
3411 @node net_default_interface
3412 @subsection net_default_interface
3417 @node net_default_ip
3418 @subsection net_default_ip
3423 @node net_default_mac
3424 @subsection net_default_mac
3429 @node net_default_server
3430 @subsection net_default_server
3438 If set to @samp{1}, pause output after each screenful and wait for keyboard
3439 input. The default is not to pause output.
3445 The location of the @samp{/boot/grub} directory as an absolute file name
3446 (@pxref{File name syntax}). This is normally set by GRUB at startup based
3447 on information provided by @command{grub-install}. GRUB modules are
3448 dynamically loaded from this directory, so it must be set correctly in order
3449 for many parts of GRUB to work.
3453 @subsection pxe_blksize
3458 @node pxe_default_gateway
3459 @subsection pxe_default_gateway
3464 @node pxe_default_server
3465 @subsection pxe_default_server
3473 The root device name (@pxref{Device syntax}). Any file names that do not
3474 specify an explicit device name are read from this device. The default is
3475 normally set by GRUB at startup based on the value of @samp{prefix}
3478 For example, if GRUB was installed to the first partition of the first hard
3479 disk, then @samp{prefix} might be set to @samp{(hd0,msdos1)/boot/grub} and
3480 @samp{root} to @samp{hd0,msdos1}.
3484 @subsection superusers
3486 This variable may be set to a list of superuser names to enable
3487 authentication support. @xref{Security}.
3493 This variable may be set to a directory containing a GRUB graphical menu
3494 theme. @xref{Theme file format}.
3496 This variable is often set by @samp{GRUB_THEME} (@pxref{Simple
3503 If this variable is set, it specifies the time in seconds to wait for
3504 keyboard input before booting the default menu entry. A timeout of @samp{0}
3505 means to boot the default entry immediately without displaying the menu; a
3506 timeout of @samp{-1} (or unset) means to wait indefinitely.
3508 If @samp{timeout_style} (@pxref{timeout_style}) is set to @samp{countdown}
3509 or @samp{hidden}, the timeout is instead counted before the menu is
3512 This variable is often set by @samp{GRUB_TIMEOUT} (@pxref{Simple
3517 @subsection timeout_style
3519 This variable may be set to @samp{menu}, @samp{countdown}, or @samp{hidden}
3520 to control the way in which the timeout (@pxref{timeout}) interacts with
3521 displaying the menu. See the documentation of @samp{GRUB_TIMEOUT_STYLE}
3522 (@pxref{Simple configuration}) for details.
3525 @node Environment block
3526 @section The GRUB environment block
3528 It is often useful to be able to remember a small amount of information from
3529 one boot to the next. For example, you might want to set the default menu
3530 entry based on what was selected the last time. GRUB deliberately does not
3531 implement support for writing files in order to minimise the possibility of
3532 the boot loader being responsible for file system corruption, so a GRUB
3533 configuration file cannot just create a file in the ordinary way. However,
3534 GRUB provides an ``environment block'' which can be used to save a small
3537 The environment block is a preallocated 1024-byte file, which normally lives
3538 in @file{/boot/grub/grubenv} (although you should not assume this). At boot
3539 time, the @command{load_env} command (@pxref{load_env}) loads environment
3540 variables from it, and the @command{save_env} (@pxref{save_env}) command
3541 saves environment variables to it. From a running system, the
3542 @command{grub-editenv} utility can be used to edit the environment block.
3544 For safety reasons, this storage is only available when installed on a plain
3545 disk (no LVM or RAID), using a non-checksumming filesystem (no ZFS), and
3546 using BIOS or EFI functions (no ATA, USB or IEEE1275).
3548 @command{grub-mkconfig} uses this facility to implement
3549 @samp{GRUB_SAVEDEFAULT} (@pxref{Simple configuration}).
3553 @chapter The list of available commands
3555 In this chapter, we list all commands that are available in GRUB.
3557 Commands belong to different groups. A few can only be used in
3558 the global section of the configuration file (or ``menu''); most
3559 of them can be entered on the command-line and can be used either
3560 anywhere in the menu or specifically in the menu entries.
3562 In rescue mode, only the @command{insmod} (@pxref{insmod}), @command{ls}
3563 (@pxref{ls}), @command{set} (@pxref{set}), and @command{unset}
3564 (@pxref{unset}) commands are normally available. If you end up in rescue
3565 mode and do not know what to do, then @pxref{GRUB only offers a rescue
3569 * Menu-specific commands::
3570 * General commands::
3571 * Command-line and menu entry commands::
3572 * Networking commands::
3576 @node Menu-specific commands
3577 @section The list of commands for the menu only
3579 The semantics used in parsing the configuration file are the following:
3583 The files @emph{must} be in plain-text format.
3586 @samp{#} at the beginning of a line in a configuration file means it is
3590 Options are separated by spaces.
3593 All numbers can be either decimal or hexadecimal. A hexadecimal number
3594 must be preceded by @samp{0x}, and is case-insensitive.
3597 These commands can only be used in the menu:
3600 * menuentry:: Start a menu entry
3601 * submenu:: Group menu entries
3606 @subsection menuentry
3608 @deffn Command menuentry @var{title} @
3609 [@option{--class=class} @dots{}] [@option{--users=users}] @
3610 [@option{--unrestricted}] [@option{--hotkey=key}] [@option{--id=id}] @
3611 [@var{arg} @dots{}] @{ @var{command}; @dots{} @}
3612 This defines a GRUB menu entry named @var{title}. When this entry is
3613 selected from the menu, GRUB will set the @var{chosen} environment variable
3614 to value of @option{--id} if @option{--id} is given, execute the list of
3615 commands given within braces, and if the last command in the list returned
3616 successfully and a kernel was loaded it will execute the @command{boot} command.
3618 The @option{--class} option may be used any number of times to group menu
3619 entries into classes. Menu themes may display different classes using
3622 The @option{--users} option grants specific users access to specific menu
3623 entries. @xref{Security}.
3625 The @option{--unrestricted} option grants all users access to specific menu
3626 entries. @xref{Security}.
3628 The @option{--hotkey} option associates a hotkey with a menu entry.
3629 @var{key} may be a single letter, or one of the aliases @samp{backspace},
3630 @samp{tab}, or @samp{delete}.
3632 The @option{--id} may be used to associate unique identifier with a menu entry.
3633 @var{id} is string of ASCII aphanumeric characters, underscore and hyphen
3634 and should not start with a digit.
3636 All other arguments including @var{title} are passed as positional parameters
3637 when list of commands is executed with @var{title} always assigned to @code{$1}.
3644 @deffn Command submenu @var{title} @
3645 [@option{--class=class} @dots{}] [@option{--users=users}] @
3646 [@option{--unrestricted}] [@option{--hotkey=key}] [@option{--id=id}] @
3647 @{ @var{menu entries} @dots{} @}
3648 This defines a submenu. An entry called @var{title} will be added to the
3649 menu; when that entry is selected, a new menu will be displayed showing all
3650 the entries within this submenu.
3652 All options are the same as in the @command{menuentry} command
3653 (@pxref{menuentry}).
3657 @node General commands
3658 @section The list of general commands
3660 Commands usable anywhere in the menu and in the command-line.
3663 * serial:: Set up a serial device
3664 * terminal_input:: Manage input terminals
3665 * terminal_output:: Manage output terminals
3666 * terminfo:: Define terminal type
3673 @deffn Command serial [@option{--unit=unit}] [@option{--port=port}] [@option{--speed=speed}] [@option{--word=word}] [@option{--parity=parity}] [@option{--stop=stop}]
3674 Initialize a serial device. @var{unit} is a number in the range 0-3
3675 specifying which serial port to use; default is 0, which corresponds to
3676 the port often called COM1. @var{port} is the I/O port where the UART
3677 is to be found; if specified it takes precedence over @var{unit}.
3678 @var{speed} is the transmission speed; default is 9600. @var{word} and
3679 @var{stop} are the number of data bits and stop bits. Data bits must
3680 be in the range 5-8 and stop bits must be 1 or 2. Default is 8 data
3681 bits and one stop bit. @var{parity} is one of @samp{no}, @samp{odd},
3682 @samp{even} and defaults to @samp{no}.
3684 The serial port is not used as a communication channel unless the
3685 @command{terminal_input} or @command{terminal_output} command is used
3686 (@pxref{terminal_input}, @pxref{terminal_output}).
3688 See also @ref{Serial terminal}.
3692 @node terminal_input
3693 @subsection terminal_input
3695 @deffn Command terminal_input [@option{--append}|@option{--remove}] @
3696 [terminal1] [terminal2] @dots{}
3697 List or select an input terminal.
3699 With no arguments, list the active and available input terminals.
3701 With @option{--append}, add the named terminals to the list of active input
3702 terminals; any of these may be used to provide input to GRUB.
3704 With @option{--remove}, remove the named terminals from the active list.
3706 With no options but a list of terminal names, make only the listed terminal
3711 @node terminal_output
3712 @subsection terminal_output
3714 @deffn Command terminal_output [@option{--append}|@option{--remove}] @
3715 [terminal1] [terminal2] @dots{}
3716 List or select an output terminal.
3718 With no arguments, list the active and available output terminals.
3720 With @option{--append}, add the named terminals to the list of active output
3721 terminals; all of these will receive output from GRUB.
3723 With @option{--remove}, remove the named terminals from the active list.
3725 With no options but a list of terminal names, make only the listed terminal
3731 @subsection terminfo
3733 @deffn Command terminfo [-a|-u|-v] [term]
3734 Define the capabilities of your terminal by giving the name of an entry in
3735 the terminfo database, which should correspond roughly to a @samp{TERM}
3736 environment variable in Unix.
3738 The currently available terminal types are @samp{vt100}, @samp{vt100-color},
3739 @samp{ieee1275}, and @samp{dumb}. If you need other terminal types, please
3740 contact us to discuss the best way to include support for these in GRUB.
3742 The @option{-a} (@option{--ascii}), @option{-u} (@option{--utf8}), and
3743 @option{-v} (@option{--visual-utf8}) options control how non-ASCII text is
3744 displayed. @option{-a} specifies an ASCII-only terminal; @option{-u}
3745 specifies logically-ordered UTF-8; and @option{-v} specifies
3746 "visually-ordered UTF-8" (in other words, arranged such that a terminal
3747 emulator without bidirectional text support will display right-to-left text
3748 in the proper order; this is not really proper UTF-8, but a workaround).
3750 If no option or terminal type is specified, the current terminal type is
3755 @node Command-line and menu entry commands
3756 @section The list of command-line and menu entry commands
3758 These commands are usable in the command-line and in menu entries. If
3759 you forget a command, you can run the command @command{help}
3763 * [:: Check file types and compare values
3764 * acpi:: Load ACPI tables
3765 * authenticate:: Check whether user is in user list
3766 * background_color:: Set background color for active terminal
3767 * background_image:: Load background image for active terminal
3768 * badram:: Filter out bad regions of RAM
3769 * blocklist:: Print a block list
3770 * boot:: Start up your operating system
3771 * cat:: Show the contents of a file
3772 * chainloader:: Chain-load another boot loader
3773 * clear:: Clear the screen
3774 * cmosclean:: Clear bit in CMOS
3775 * cmosdump:: Dump CMOS contents
3776 * cmostest:: Test bit in CMOS
3777 * cmp:: Compare two files
3778 * configfile:: Load a configuration file
3779 * cpuid:: Check for CPU features
3780 * crc:: Compute or check CRC32 checksums
3781 * cryptomount:: Mount a crypto device
3782 * date:: Display or set current date and time
3783 * devicetree:: Load a device tree blob
3784 * distrust:: Remove a pubkey from trusted keys
3785 * drivemap:: Map a drive to another
3786 * echo:: Display a line of text
3787 * eval:: Evaluate agruments as GRUB commands
3788 * export:: Export an environment variable
3789 * false:: Do nothing, unsuccessfully
3790 * gettext:: Translate a string
3791 * gptsync:: Fill an MBR based on GPT entries
3792 * halt:: Shut down your computer
3793 * hashsum:: Compute or check hash checksum
3794 * help:: Show help messages
3795 * initrd:: Load a Linux initrd
3796 * initrd16:: Load a Linux initrd (16-bit mode)
3797 * insmod:: Insert a module
3798 * keystatus:: Check key modifier status
3799 * linux:: Load a Linux kernel
3800 * linux16:: Load a Linux kernel (16-bit mode)
3801 * list_env:: List variables in environment block
3802 * list_trusted:: List trusted public keys
3803 * load_env:: Load variables from environment block
3804 * loadfont:: Load font files
3805 * loopback:: Make a device from a filesystem image
3806 * ls:: List devices or files
3807 * lsfonts:: List loaded fonts
3808 * lsmod:: Show loaded modules
3809 * md5sum:: Compute or check MD5 hash
3810 * module:: Load module for multiboot kernel
3811 * multiboot:: Load multiboot compliant kernel
3812 * nativedisk:: Switch to native disk drivers
3813 * normal:: Enter normal mode
3814 * normal_exit:: Exit from normal mode
3815 * parttool:: Modify partition table entries
3816 * password:: Set a clear-text password
3817 * password_pbkdf2:: Set a hashed password
3818 * play:: Play a tune
3819 * probe:: Retrieve device info
3820 * pxe_unload:: Unload the PXE environment
3821 * read:: Read user input
3822 * reboot:: Reboot your computer
3823 * regexp:: Test if regular expression matches string
3824 * rmmod:: Remove a module
3825 * save_env:: Save variables to environment block
3826 * search:: Search devices by file, label, or UUID
3827 * sendkey:: Emulate keystrokes
3828 * set:: Set an environment variable
3829 * sha1sum:: Compute or check SHA1 hash
3830 * sha256sum:: Compute or check SHA256 hash
3831 * sha512sum:: Compute or check SHA512 hash
3832 * sleep:: Wait for a specified number of seconds
3833 * source:: Read a configuration file in same context
3834 * test:: Check file types and compare values
3835 * true:: Do nothing, successfully
3836 * trust:: Add public key to list of trusted keys
3837 * unset:: Unset an environment variable
3838 * uppermem:: Set the upper memory size
3839 @comment * vbeinfo:: List available video modes
3840 * verify_detached:: Verify detached digital signature
3841 * videoinfo:: List available video modes
3847 @deffn Command @code{[} expression @code{]}
3848 Alias for @code{test @var{expression}} (@pxref{test}).
3855 @deffn Command acpi [@option{-1}|@option{-2}] @
3856 [@option{--exclude=table1,@dots{}}|@option{--load-only=table1,@dots{}}] @
3857 [@option{--oemid=id}] [@option{--oemtable=table}] @
3858 [@option{--oemtablerev=rev}] [@option{--oemtablecreator=creator}] @
3859 [@option{--oemtablecreatorrev=rev}] [@option{--no-ebda}] @
3861 Modern BIOS systems normally implement the Advanced Configuration and Power
3862 Interface (ACPI), and define various tables that describe the interface
3863 between an ACPI-compliant operating system and the firmware. In some cases,
3864 the tables provided by default only work well with certain operating
3865 systems, and it may be necessary to replace some of them.
3867 Normally, this command will replace the Root System Description Pointer
3868 (RSDP) in the Extended BIOS Data Area to point to the new tables. If the
3869 @option{--no-ebda} option is used, the new tables will be known only to
3870 GRUB, but may be used by GRUB's EFI emulation.
3875 @subsection authenticate
3876 @deffn Command authenticate [userlist]
3877 Check whether user is in @var{userlist} or listed in the value of variable
3878 @samp{superusers}. See @pxref{superusers} for valid user list format.
3879 If @samp{superusers} is empty, this command returns true. @xref{Security}.
3883 @node background_color
3884 @subsection background_color
3886 @deffn Command background_color color
3887 Set background color for active terminal. For valid color specifications see
3888 @pxref{Theme file format, ,Colors}. Background color can be changed only when
3889 using @samp{gfxterm} for terminal output.
3891 This command sets color of empty areas without text. Text background color
3892 is controlled by environment variables @var{color_normal}, @var{color_highlight},
3893 @var{menu_color_normal}, @var{menu_color_highlight}. @xref{Special environment variables}.
3897 @node background_image
3898 @subsection background_image
3900 @deffn Command background_image [[@option{--mode} @samp{stretch}|@samp{normal}] file]
3901 Load background image for active terminal from @var{file}. Image is stretched
3902 to fill up entire screen unless option @option{--mode} @samp{normal} is given.
3903 Without arguments remove currently loaded background image. Background image
3904 can be changed only when using @samp{gfxterm} for terminal output.
3912 @deffn Command badram addr,mask[,addr,mask...]
3916 This command notifies the memory manager that specified regions of
3917 RAM ought to be filtered out (usually, because they're damaged). This
3918 remains in effect after a payload kernel has been loaded by GRUB, as
3919 long as the loaded kernel obtains its memory map from GRUB. Kernels that
3920 support this include Linux, GNU Mach, the kernel of FreeBSD and Multiboot
3923 Syntax is the same as provided by the @uref{http://www.memtest.org/,
3924 Memtest86+ utility}: a list of address/mask pairs. Given a page-aligned
3925 address and a base address / mask pair, if all the bits of the page-aligned
3926 address that are enabled by the mask match with the base address, it means
3927 this page is to be filtered. This syntax makes it easy to represent patterns
3928 that are often result of memory damage, due to physical distribution of memory
3932 @subsection blocklist
3934 @deffn Command blocklist file
3935 Print a block list (@pxref{Block list syntax}) for @var{file}.
3943 Boot the OS or chain-loader which has been loaded. Only necessary if
3944 running the fully interactive command-line (it is implicit at the end of
3952 @deffn Command cat [@option{--dos}] file
3953 Display the contents of the file @var{file}. This command may be useful
3954 to remind you of your OS's root partition:
3957 grub> @kbd{cat /etc/fstab}
3960 If the @option{--dos} option is used, then carriage return / new line pairs
3961 will be displayed as a simple new line. Otherwise, the carriage return will
3962 be displayed as a control character (@samp{<d>}) to make it easier to see
3963 when boot problems are caused by a file formatted using DOS-style line
3969 @subsection chainloader
3971 @deffn Command chainloader [@option{--force}] file
3972 Load @var{file} as a chain-loader. Like any other file loaded by the
3973 filesystem code, it can use the blocklist notation (@pxref{Block list
3974 syntax}) to grab the first sector of the current partition with @samp{+1}.
3975 If you specify the option @option{--force}, then load @var{file} forcibly,
3976 whether it has a correct signature or not. This is required when you want to
3977 load a defective boot loader, such as SCO UnixWare 7.1.
3984 @deffn Command clear
3990 @subsection cmosclean
3992 @deffn Command cmosclean byte:bit
3993 Clear value of bit in CMOS at location @var{byte}:@var{bit}. This command
3994 is available only on platforms that support CMOS.
3999 @subsection cmosdump
4001 @deffn Dump CMOS contents
4002 Dump full CMOS contents as hexadecimal values. This command is available only
4003 on platforms that support CMOS.
4008 @subsection cmostest
4010 @deffn Command cmostest byte:bit
4011 Test value of bit in CMOS at location @var{byte}:@var{bit}. Exit status
4012 is zero if bit is set, non zero otherwise. This command is available only
4013 on platforms that support CMOS.
4020 @deffn Command cmp file1 file2
4021 Compare the file @var{file1} with the file @var{file2}. If they differ
4022 in size, print the sizes like this:
4025 Differ in size: 0x1234 [foo], 0x4321 [bar]
4028 If the sizes are equal but the bytes at an offset differ, then print the
4032 Differ at the offset 777: 0xbe [foo], 0xef [bar]
4035 If they are completely identical, nothing will be printed.
4040 @subsection configfile
4042 @deffn Command configfile file
4043 Load @var{file} as a configuration file. If @var{file} defines any menu
4044 entries, then show a menu containing them immediately. Any environment
4045 variable changes made by the commands in @var{file} will not be preserved
4046 after @command{configfile} returns.
4053 @deffn Command cpuid [-l]
4054 Check for CPU features. This command is only available on x86 systems.
4056 With the @option{-l} option, return true if the CPU supports long mode
4059 If invoked without options, this command currently behaves as if it had been
4060 invoked with @option{-l}. This may change in the future.
4067 @deffn Command crc arg @dots{}
4068 Alias for @code{hashsum --hash crc32 arg @dots{}}. See command @command{hashsum}
4069 (@pxref{hashsum}) for full description.
4074 @subsection cryptomount
4076 @deffn Command cryptomount device|@option{-u} uuid|@option{-a}|@option{-b}
4077 Setup access to encrypted device. If necessary, passphrase
4078 is requested interactively. Option @var{device} configures specific grub device
4079 (@pxref{Naming convention}); option @option{-u} @var{uuid} configures device
4080 with specified @var{uuid}; option @option{-a} configures all detected encrypted
4081 devices; option @option{-b} configures all geli containers that have boot flag set.
4083 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
4091 @deffn Command date [[year-]month-day] [hour:minute[:second]]
4092 With no arguments, print the current date and time.
4094 Otherwise, take the current date and time, change any elements specified as
4095 arguments, and set the result as the new date and time. For example, `date
4096 01-01' will set the current month and day to January 1, but leave the year,
4097 hour, minute, and second unchanged.
4104 @deffn Command devicetree file
4105 Load a device tree blob (.dtb) from a filesystem, for later use by a Linux
4106 kernel. Does not perform merging with any device tree supplied by firmware,
4107 but rather replaces it completely.
4112 @subsection distrust
4114 @deffn Command distrust pubkey_id
4115 Remove public key @var{pubkey_id} from GRUB's keyring of trusted keys.
4116 @var{pubkey_id} is the last four bytes (eight hexadecimal digits) of
4117 the GPG v4 key id, which is also the output of @command{list_trusted}
4118 (@pxref{list_trusted}). Outside of GRUB, the key id can be obtained
4119 using @code{gpg --fingerprint}).
4120 These keys are used to validate signatures when environment variable
4121 @code{check_signatures} is set to @code{enforce}
4122 (@pxref{check_signatures}), and by some invocations of
4123 @command{verify_detached} (@pxref{verify_detached}). @xref{Using
4124 digital signatures}, for more information.
4128 @subsection drivemap
4130 @deffn Command drivemap @option{-l}|@option{-r}|[@option{-s}] @
4132 Without options, map the drive @var{from_drive} to the drive @var{to_drive}.
4133 This is necessary when you chain-load some operating systems, such as DOS,
4134 if such an OS resides at a non-first drive. For convenience, any partition
4135 suffix on the drive is ignored, so you can safely use @verb{'${root}'} as a
4136 drive specification.
4138 With the @option{-s} option, perform the reverse mapping as well, swapping
4141 With the @option{-l} option, list the current mappings.
4143 With the @option{-r} option, reset all mappings to the default values.
4148 drivemap -s (hd0) (hd1)
4156 @deffn Command echo [@option{-n}] [@option{-e}] string @dots{}
4157 Display the requested text and, unless the @option{-n} option is used, a
4158 trailing new line. If there is more than one string, they are separated by
4159 spaces in the output. As usual in GRUB commands, variables may be
4160 substituted using @samp{$@{var@}}.
4162 The @option{-e} option enables interpretation of backslash escapes. The
4163 following sequences are recognised:
4173 suppress trailing new line
4191 When interpreting backslash escapes, backslash followed by any other
4192 character will print that character.
4199 @deffn Command eval string ...
4200 Concatenate arguments together using single space as separator and evaluate
4201 result as sequence of GRUB commands.
4208 @deffn Command export envvar
4209 Export the environment variable @var{envvar}. Exported variables are visible
4210 to subsidiary configuration files loaded using @command{configfile}.
4217 @deffn Command false
4218 Do nothing, unsuccessfully. This is mainly useful in control constructs
4219 such as @code{if} and @code{while} (@pxref{Shell-like scripting}).
4226 @deffn Command gettext string
4227 Translate @var{string} into the current language.
4229 The current language code is stored in the @samp{lang} variable in GRUB's
4230 environment (@pxref{lang}). Translation files in MO format are read from
4231 @samp{locale_dir} (@pxref{locale_dir}), usually @file{/boot/grub/locale}.
4238 @deffn Command gptsync device [partition[+/-[type]]] @dots{}
4239 Disks using the GUID Partition Table (GPT) also have a legacy Master Boot
4240 Record (MBR) partition table for compatibility with the BIOS and with older
4241 operating systems. The legacy MBR can only represent a limited subset of
4242 GPT partition entries.
4244 This command populates the legacy MBR with the specified @var{partition}
4245 entries on @var{device}. Up to three partitions may be used.
4247 @var{type} is an MBR partition type code; prefix with @samp{0x} if you want
4248 to enter this in hexadecimal. The separator between @var{partition} and
4249 @var{type} may be @samp{+} to make the partition active, or @samp{-} to make
4250 it inactive; only one partition may be active. If both the separator and
4251 type are omitted, then the partition will be inactive.
4258 @deffn Command halt @option{--no-apm}
4259 The command halts the computer. If the @option{--no-apm} option
4260 is specified, no APM BIOS call is performed. Otherwise, the computer
4261 is shut down using APM.
4268 @deffn Command hashsum @option{--hash} hash @option{--keep-going} @option{--uncompress} @option{--check} file [@option{--prefix} dir]|file @dots{}
4269 Compute or verify file hashes. Hash type is selected with option @option{--hash}.
4270 Supported hashes are: @samp{adler32}, @samp{crc64}, @samp{crc32},
4271 @samp{crc32rfc1510}, @samp{crc24rfc2440}, @samp{md4}, @samp{md5},
4272 @samp{ripemd160}, @samp{sha1}, @samp{sha224}, @samp{sha256}, @samp{sha512},
4273 @samp{sha384}, @samp{tiger192}, @samp{tiger}, @samp{tiger2}, @samp{whirlpool}.
4274 Option @option{--uncompress} uncompresses files before computing hash.
4276 When list of files is given, hash of each file is computed and printed,
4277 followed by file name, each file on a new line.
4279 When option @option{--check} is given, it points to a file that contains
4280 list of @var{hash name} pairs in the same format as used by UNIX
4281 @command{md5sum} command. Option @option{--prefix}
4282 may be used to give directory where files are located. Hash verification
4283 stops after the first mismatch was found unless option @option{--keep-going}
4284 was given. The exit code @code{$?} is set to 0 if hash verification
4285 is successful. If it fails, @code{$?} is set to a nonzero value.
4292 @deffn Command help [pattern @dots{}]
4293 Display helpful information about builtin commands. If you do not
4294 specify @var{pattern}, this command shows short descriptions of all
4297 If you specify any @var{patterns}, it displays longer information
4298 about each of the commands whose names begin with those @var{patterns}.
4305 @deffn Command initrd file
4306 Load an initial ramdisk for a Linux kernel image, and set the appropriate
4307 parameters in the Linux setup area in memory. This may only be used after
4308 the @command{linux} command (@pxref{linux}) has been run. See also
4314 @subsection initrd16
4316 @deffn Command initrd16 file
4317 Load an initial ramdisk for a Linux kernel image to be booted in 16-bit
4318 mode, and set the appropriate parameters in the Linux setup area in memory.
4319 This may only be used after the @command{linux16} command (@pxref{linux16})
4320 has been run. See also @ref{GNU/Linux}.
4322 This command is only available on x86 systems.
4329 @deffn Command insmod module
4330 Insert the dynamic GRUB module called @var{module}.
4335 @subsection keystatus
4337 @deffn Command keystatus [@option{--shift}] [@option{--ctrl}] [@option{--alt}]
4338 Return true if the Shift, Control, or Alt modifier keys are held down, as
4339 requested by options. This is useful in scripting, to allow some user
4340 control over behaviour without having to wait for a keypress.
4342 Checking key modifier status is only supported on some platforms. If invoked
4343 without any options, the @command{keystatus} command returns true if and
4344 only if checking key modifier status is supported.
4351 @deffn Command linux file @dots{}
4352 Load a Linux kernel image from @var{file}. The rest of the line is passed
4353 verbatim as the @dfn{kernel command-line}. Any initrd must be reloaded
4354 after using this command (@pxref{initrd}).
4356 On x86 systems, the kernel will be booted using the 32-bit boot protocol.
4357 Note that this means that the @samp{vga=} boot option will not work; if you
4358 want to set a special video mode, you will need to use GRUB commands such as
4359 @samp{set gfxpayload=1024x768} or @samp{set gfxpayload=keep} (to keep the
4360 same mode as used in GRUB) instead. GRUB can automatically detect some uses
4361 of @samp{vga=} and translate them to appropriate settings of
4362 @samp{gfxpayload}. The @command{linux16} command (@pxref{linux16}) avoids
4370 @deffn Command linux16 file @dots{}
4371 Load a Linux kernel image from @var{file} in 16-bit mode. The rest of the
4372 line is passed verbatim as the @dfn{kernel command-line}. Any initrd must
4373 be reloaded after using this command (@pxref{initrd16}).
4375 The kernel will be booted using the traditional 16-bit boot protocol. As
4376 well as bypassing problems with @samp{vga=} described in @ref{linux}, this
4377 permits booting some other programs that implement the Linux boot protocol
4378 for the sake of convenience.
4380 This command is only available on x86 systems.
4385 @subsection list_env
4387 @deffn Command list_env [@option{--file} file]
4388 List all variables in the environment block file. @xref{Environment block}.
4390 The @option{--file} option overrides the default location of the
4395 @subsection list_trusted
4397 @deffn Command list_trusted
4398 List all public keys trusted by GRUB for validating signatures.
4399 The output is in GPG's v4 key fingerprint format (i.e., the output of
4400 @code{gpg --fingerprint}). The least significant four bytes (last
4401 eight hexadecimal digits) can be used as an argument to
4402 @command{distrust} (@pxref{distrust}).
4403 @xref{Using digital signatures}, for more information about uses for
4408 @subsection load_env
4410 @deffn Command load_env [@option{--file} file] [@option{--skip-sig}] [whitelisted_variable_name] @dots{}
4411 Load all variables from the environment block file into the environment.
4412 @xref{Environment block}.
4414 The @option{--file} option overrides the default location of the environment
4417 The @option{--skip-sig} option skips signature checking even when the
4418 value of environment variable @code{check_signatures} is set to
4419 @code{enforce} (@pxref{check_signatures}).
4421 If one or more variable names are provided as arguments, they are
4422 interpreted as a whitelist of variables to load from the environment
4423 block file. Variables set in the file but not present in the
4424 whitelist are ignored.
4426 The @option{--skip-sig} option should be used with care, and should
4427 always be used in concert with a whitelist of acceptable variables
4428 whose values should be set. Failure to employ a carefully constructed
4429 whitelist could result in reading a malicious value into critical
4430 environment variables from the file, such as setting
4431 @code{check_signatures=no}, modifying @code{prefix} to boot from an
4432 unexpected location or not at all, etc.
4434 When used with care, @option{--skip-sig} and the whitelist enable an
4435 administrator to configure a system to boot only signed
4436 configurations, but to allow the user to select from among multiple
4437 configurations, and to enable ``one-shot'' boot attempts and
4438 ``savedefault'' behavior. @xref{Using digital signatures}, for more
4444 @subsection loadfont
4446 @deffn Command loadfont file @dots{}
4447 Load specified font files. Unless absolute pathname is given, @var{file}
4448 is assumed to be in directory @samp{$prefix/fonts} with
4449 suffix @samp{.pf2} appended. @xref{Theme file format,,Fonts}.
4454 @subsection loopback
4456 @deffn Command loopback [@option{-d}] device file
4457 Make the device named @var{device} correspond to the contents of the
4458 filesystem image in @var{file}. For example:
4461 loopback loop0 /path/to/image
4465 With the @option{-d} option, delete a device previously created using this
4473 @deffn Command ls [arg @dots{}]
4474 List devices or files.
4476 With no arguments, print all devices known to GRUB.
4478 If the argument is a device name enclosed in parentheses (@pxref{Device
4479 syntax}), then print the name of the filesystem of that device.
4481 If the argument is a directory given as an absolute file name (@pxref{File
4482 name syntax}), then list the contents of that directory.
4489 @deffn Command lsfonts
4497 @deffn Command lsmod
4498 Show list of loaded modules.
4504 @deffn Command md5sum arg @dots{}
4505 Alias for @code{hashsum --hash md5 arg @dots{}}. See command @command{hashsum}
4506 (@pxref{hashsum}) for full description.
4512 @deffn Command module [--nounzip] file [arguments]
4513 Load a module for multiboot kernel image. The rest of the
4514 line is passed verbatim as the module command line.
4518 @subsection multiboot
4520 @deffn Command multiboot [--quirk-bad-kludge] [--quirk-modules-after-kernel] file @dots{}
4521 Load a multiboot kernel image from @var{file}. The rest of the
4522 line is passed verbatim as the @dfn{kernel command-line}. Any module must
4523 be reloaded after using this command (@pxref{module}).
4525 Some kernels have known problems. You need to specify --quirk-* for those.
4526 --quirk-bad-kludge is a problem seen in several products that they include
4527 loading kludge information with invalid data in ELF file. GRUB prior to 0.97
4528 and some custom builds prefered ELF information while 0.97 and GRUB 2
4529 use kludge. Use this option to ignore kludge.
4530 Known affected systems: old Solaris, SkyOS.
4532 --quirk-modules-after-kernel is needed for kernels which load at relatively
4533 high address e.g. 16MiB mark and can't cope with modules stuffed between
4534 1MiB mark and beginning of the kernel.
4535 Known afftected systems: VMWare.
4539 @subsection nativedisk
4541 @deffn Command nativedisk
4542 Switch from firmware disk drivers to native ones.
4543 Really useful only on platforms where both
4544 firmware and native disk drives are available.
4545 Currently i386-pc, i386-efi, i386-ieee1275 and
4552 @deffn Command normal [file]
4553 Enter normal mode and display the GRUB menu.
4555 In normal mode, commands, filesystem modules, and cryptography modules are
4556 automatically loaded, and the full GRUB script parser is available. Other
4557 modules may be explicitly loaded using @command{insmod} (@pxref{insmod}).
4559 If a @var{file} is given, then commands will be read from that file.
4560 Otherwise, they will be read from @file{$prefix/grub.cfg} if it exists.
4562 @command{normal} may be called from within normal mode, creating a nested
4563 environment. It is more usual to use @command{configfile}
4564 (@pxref{configfile}) for this.
4569 @subsection normal_exit
4571 @deffn Command normal_exit
4572 Exit normal mode (@pxref{normal}). If this instance of normal mode was not
4573 nested within another one, then return to rescue mode.
4578 @subsection parttool
4580 @deffn Command parttool partition commands
4581 Make various modifications to partition table entries.
4583 Each @var{command} is either a boolean option, in which case it must be
4584 followed with @samp{+} or @samp{-} (with no intervening space) to enable or
4585 disable that option, or else it takes a value in the form
4586 @samp{@var{command}=@var{value}}.
4588 Currently, @command{parttool} is only useful on DOS partition tables (also
4589 known as Master Boot Record, or MBR). On these partition tables, the
4590 following commands are available:
4593 @item @samp{boot} (boolean)
4594 When enabled, this makes the selected partition be the active (bootable)
4595 partition on its disk, clearing the active flag on all other partitions.
4596 This command is limited to @emph{primary} partitions.
4598 @item @samp{type} (value)
4599 Change the type of an existing partition. The value must be a number in the
4600 range 0-0xFF (prefix with @samp{0x} to enter it in hexadecimal).
4602 @item @samp{hidden} (boolean)
4603 When enabled, this hides the selected partition by setting the @dfn{hidden}
4604 bit in its partition type code; when disabled, unhides the selected
4605 partition by clearing this bit. This is useful only when booting DOS or
4606 Wwindows and multiple primary FAT partitions exist in one disk. See also
4613 @subsection password
4615 @deffn Command password user clear-password
4616 Define a user named @var{user} with password @var{clear-password}.
4621 @node password_pbkdf2
4622 @subsection password_pbkdf2
4624 @deffn Command password_pbkdf2 user hashed-password
4625 Define a user named @var{user} with password hash @var{hashed-password}.
4626 Use @command{grub-mkpasswd-pbkdf2} (@pxref{Invoking grub-mkpasswd-pbkdf2})
4627 to generate password hashes. @xref{Security}.
4634 @deffn Command play file | tempo [pitch1 duration1] [pitch2 duration2] @dots{}
4637 If the argument is a file name (@pxref{File name syntax}), play the tune
4638 recorded in it. The file format is first the tempo as an unsigned 32bit
4639 little-endian number, then pairs of unsigned 16bit little-endian numbers for
4640 pitch and duration pairs.
4642 If the arguments are a series of numbers, play the inline tune.
4644 The tempo is the base for all note durations. 60 gives a 1-second base, 120
4645 gives a half-second base, etc. Pitches are Hz. Set pitch to 0 to produce
4653 @deffn Command probe [@option{--set} var] @option{--driver}|@option{--partmap}|@option{--fs}|@option{--fs-uuid}|@option{--label} device
4654 Retrieve device information. If option @option{--set} is given, assign result
4655 to variable @var{var}, otherwise print information on the screen.
4660 @subsection pxe_unload
4662 @deffn Command pxe_unload
4663 Unload the PXE environment (@pxref{Network}).
4665 This command is only available on PC BIOS systems.
4672 @deffn Command read [var]
4673 Read a line of input from the user. If an environment variable @var{var} is
4674 given, set that environment variable to the line of input that was read,
4675 with no terminating newline.
4682 @deffn Command reboot
4683 Reboot the computer.
4690 @deffn Command regexp [@option{--set} [number:]var] regexp string
4691 Test if regular expression @var{regexp} matches @var{string}. Supported
4692 regular expressions are POSIX.2 Extended Regular Expressions. If option
4693 @option{--set} is given, store @var{number}th matched subexpression in
4694 variable @var{var}. Subexpressions are numbered in order of their opening
4695 parentheses starting from @samp{1}. @var{number} defaults to @samp{1}.
4702 @deffn Command rmmod module
4703 Remove a loaded @var{module}.
4708 @subsection save_env
4710 @deffn Command save_env [@option{--file} file] var @dots{}
4711 Save the named variables from the environment to the environment block file.
4712 @xref{Environment block}.
4714 The @option{--file} option overrides the default location of the environment
4717 This command will operate successfully even when environment variable
4718 @code{check_signatures} is set to @code{enforce}
4719 (@pxref{check_signatures}), since it writes to disk and does not alter
4720 the behavior of GRUB based on any contents of disk that have been
4721 read. It is possible to modify a digitally signed environment block
4722 file from within GRUB using this command, such that its signature will
4723 no longer be valid on subsequent boots. Care should be taken in such
4724 advanced configurations to avoid rendering the system
4725 unbootable. @xref{Using digital signatures}, for more information.
4732 @deffn Command search @
4733 [@option{--file}|@option{--label}|@option{--fs-uuid}] @
4734 [@option{--set} [var]] [@option{--no-floppy}] name
4735 Search devices by file (@option{-f}, @option{--file}), filesystem label
4736 (@option{-l}, @option{--label}), or filesystem UUID (@option{-u},
4737 @option{--fs-uuid}).
4739 If the @option{--set} option is used, the first device found is set as the
4740 value of environment variable @var{var}. The default variable is
4743 The @option{--no-floppy} option prevents searching floppy devices, which can
4746 The @samp{search.file}, @samp{search.fs_label}, and @samp{search.fs_uuid}
4747 commands are aliases for @samp{search --file}, @samp{search --label}, and
4748 @samp{search --fs-uuid} respectively.
4755 @deffn Command sendkey @
4756 [@option{--num}|@option{--caps}|@option{--scroll}|@option{--insert}|@
4757 @option{--pause}|@option{--left-shift}|@option{--right-shift}|@
4758 @option{--sysrq}|@option{--numkey}|@option{--capskey}|@option{--scrollkey}|@
4759 @option{--insertkey}|@option{--left-alt}|@option{--right-alt}|@
4760 @option{--left-ctrl}|@option{--right-ctrl} @
4761 @samp{on}|@samp{off}]@dots{} @
4764 Insert keystrokes into the keyboard buffer when booting. Sometimes an
4765 operating system or chainloaded boot loader requires particular keys to be
4766 pressed: for example, one might need to press a particular key to enter
4767 "safe mode", or when chainloading another boot loader one might send
4768 keystrokes to it to navigate its menu.
4770 You may provide up to 16 keystrokes (the length of the BIOS keyboard
4771 buffer). Keystroke names may be upper-case or lower-case letters, digits,
4772 or taken from the following table:
4774 @c Please keep this table in the same order as in
4775 @c commands/i386/pc/sendkey.c, for ease of maintenance.
4776 @c Exception: The function and numeric keys are sorted, for aesthetics.
4778 @multitable @columnfractions .4 .5
4779 @headitem Name @tab Key
4780 @item escape @tab Escape
4783 @item numbersign @tab #
4785 @item percent @tab %
4787 @item ampersand @tab &
4788 @item asterisk @tab *
4789 @item parenleft @tab (
4790 @item parenright @tab )
4792 @item underscore @tab _
4795 @item backspace @tab Backspace
4797 @item bracketleft @tab [
4798 @item braceleft @tab @{
4799 @item bracketright @tab ]
4800 @item braceright @tab @}
4801 @item enter @tab Enter
4802 @item control @tab press and release Control
4803 @item semicolon @tab ;
4806 @item doublequote @tab "
4807 @item backquote @tab `
4809 @item shift @tab press and release left Shift
4810 @item backslash @tab \
4815 @item greater @tab >
4817 @item question @tab ?
4818 @item rshift @tab press and release right Shift
4819 @item alt @tab press and release Alt
4820 @item space @tab space bar
4821 @item capslock @tab Caps Lock
4834 @item num1 @tab 1 (numeric keypad)
4835 @item num2 @tab 2 (numeric keypad)
4836 @item num3 @tab 3 (numeric keypad)
4837 @item num4 @tab 4 (numeric keypad)
4838 @item num5 @tab 5 (numeric keypad)
4839 @item num6 @tab 6 (numeric keypad)
4840 @item num7 @tab 7 (numeric keypad)
4841 @item num8 @tab 8 (numeric keypad)
4842 @item num9 @tab 9 (numeric keypad)
4843 @item num0 @tab 0 (numeric keypad)
4844 @item numperiod @tab . (numeric keypad)
4845 @item numend @tab End (numeric keypad)
4846 @item numdown @tab Down (numeric keypad)
4847 @item numpgdown @tab Page Down (numeric keypad)
4848 @item numleft @tab Left (numeric keypad)
4849 @item numcenter @tab 5 with Num Lock inactive (numeric keypad)
4850 @item numright @tab Right (numeric keypad)
4851 @item numhome @tab Home (numeric keypad)
4852 @item numup @tab Up (numeric keypad)
4853 @item numpgup @tab Page Up (numeric keypad)
4854 @item numinsert @tab Insert (numeric keypad)
4855 @item numdelete @tab Delete (numeric keypad)
4856 @item numasterisk @tab * (numeric keypad)
4857 @item numminus @tab - (numeric keypad)
4858 @item numplus @tab + (numeric keypad)
4859 @item numslash @tab / (numeric keypad)
4860 @item numenter @tab Enter (numeric keypad)
4861 @item delete @tab Delete
4862 @item insert @tab Insert
4863 @item home @tab Home
4865 @item pgdown @tab Page Down
4866 @item pgup @tab Page Up
4867 @item down @tab Down
4869 @item left @tab Left
4870 @item right @tab Right
4873 As well as keystrokes, the @command{sendkey} command takes various options
4874 that affect the BIOS keyboard status flags. These options take an @samp{on}
4875 or @samp{off} parameter, specifying that the corresponding status flag be
4876 set or unset; omitting the option for a given status flag will leave that
4877 flag at its initial state at boot. The @option{--num}, @option{--caps},
4878 @option{--scroll}, and @option{--insert} options emulate setting the
4879 corresponding mode, while the @option{--numkey}, @option{--capskey},
4880 @option{--scrollkey}, and @option{--insertkey} options emulate pressing and
4881 holding the corresponding key. The other status flag options are
4884 If the @option{--no-led} option is given, the status flag options will have
4885 no effect on keyboard LEDs.
4887 If the @command{sendkey} command is given multiple times, then only the last
4888 invocation has any effect.
4890 Since @command{sendkey} manipulates the BIOS keyboard buffer, it may cause
4891 hangs, reboots, or other misbehaviour on some systems. If the operating
4892 system or boot loader that runs after GRUB uses its own keyboard driver
4893 rather than the BIOS keyboard functions, then @command{sendkey} will have no
4896 This command is only available on PC BIOS systems.
4903 @deffn Command set [envvar=value]
4904 Set the environment variable @var{envvar} to @var{value}. If invoked with no
4905 arguments, print all environment variables with their values.
4912 @deffn Command sha1sum arg @dots{}
4913 Alias for @code{hashsum --hash sha1 arg @dots{}}. See command @command{hashsum}
4914 (@pxref{hashsum}) for full description.
4919 @subsection sha256sum
4921 @deffn Command sha256sum arg @dots{}
4922 Alias for @code{hashsum --hash sha256 arg @dots{}}. See command @command{hashsum}
4923 (@pxref{hashsum}) for full description.
4928 @subsection sha512sum
4930 @deffn Command sha512sum arg @dots{}
4931 Alias for @code{hashsum --hash sha512 arg @dots{}}. See command @command{hashsum}
4932 (@pxref{hashsum}) for full description.
4939 @deffn Command sleep [@option{--verbose}] [@option{--interruptible}] count
4940 Sleep for @var{count} seconds. If option @option{--interruptible} is given,
4941 allow @key{ESC} to interrupt sleep. With @option{--verbose} show countdown
4942 of remaining seconds. Exit code is set to 0 if timeout expired and to 1
4943 if timeout was interrupted by @key{ESC}.
4950 @deffn Command source file
4951 Read @var{file} as a configuration file, as if its contents had been
4952 incorporated directly into the sourcing file. Unlike @command{configfile}
4953 (@pxref{configfile}), this executes the contents of @var{file} without
4954 changing context: any environment variable changes made by the commands in
4955 @var{file} will be preserved after @command{source} returns, and the menu
4956 will not be shown immediately.
4963 @deffn Command test expression
4964 Evaluate @var{expression} and return zero exit status if result is true,
4965 non zero status otherwise.
4967 @var{expression} is one of:
4970 @item @var{string1} @code{==} @var{string2}
4971 the strings are equal
4972 @item @var{string1} @code{!=} @var{string2}
4973 the strings are not equal
4974 @item @var{string1} @code{<} @var{string2}
4975 @var{string1} is lexicographically less than @var{string2}
4976 @item @var{string1} @code{<=} @var{string2}
4977 @var{string1} is lexicographically less or equal than @var{string2}
4978 @item @var{string1} @code{>} @var{string2}
4979 @var{string1} is lexicographically greater than @var{string2}
4980 @item @var{string1} @code{>=} @var{string2}
4981 @var{string1} is lexicographically greater or equal than @var{string2}
4982 @item @var{integer1} @code{-eq} @var{integer2}
4983 @var{integer1} is equal to @var{integer2}
4984 @item @var{integer1} @code{-ge} @var{integer2}
4985 @var{integer1} is greater than or equal to @var{integer2}
4986 @item @var{integer1} @code{-gt} @var{integer2}
4987 @var{integer1} is greater than @var{integer2}
4988 @item @var{integer1} @code{-le} @var{integer2}
4989 @var{integer1} is less than or equal to @var{integer2}
4990 @item @var{integer1} @code{-lt} @var{integer2}
4991 @var{integer1} is less than @var{integer2}
4992 @item @var{integer1} @code{-ne} @var{integer2}
4993 @var{integer1} is not equal to @var{integer2}
4994 @item @var{prefix}@var{integer1} @code{-pgt} @var{prefix}@var{integer2}
4995 @var{integer1} is greater than @var{integer2} after stripping off common non-numeric @var{prefix}.
4996 @item @var{prefix}@var{integer1} @code{-plt} @var{prefix}@var{integer2}
4997 @var{integer1} is less than @var{integer2} after stripping off common non-numeric @var{prefix}.
4998 @item @var{file1} @code{-nt} @var{file2}
4999 @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.
5000 @item @var{file1} @code{-ot} @var{file2}
5001 @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.
5002 @item @code{-d} @var{file}
5003 @var{file} exists and is a directory
5004 @item @code{-e} @var{file}
5006 @item @code{-f} @var{file}
5007 @var{file} exists and is not a directory
5008 @item @code{-s} @var{file}
5009 @var{file} exists and has a size greater than zero
5010 @item @code{-n} @var{string}
5011 the length of @var{string} is nonzero
5013 @var{string} is equivalent to @code{-n @var{string}}
5014 @item @code{-z} @var{string}
5015 the length of @var{string} is zero
5016 @item @code{(} @var{expression} @code{)}
5017 @var{expression} is true
5018 @item @code{!} @var{expression}
5019 @var{expression} is false
5020 @item @var{expression1} @code{-a} @var{expression2}
5021 both @var{expression1} and @var{expression2} are true
5022 @item @var{expression1} @code{-o} @var{expression2}
5023 either @var{expression1} or @var{expression2} is true
5032 Do nothing, successfully. This is mainly useful in control constructs such
5033 as @code{if} and @code{while} (@pxref{Shell-like scripting}).
5039 @deffn Command trust [@option{--skip-sig}] pubkey_file
5040 Read public key from @var{pubkey_file} and add it to GRUB's internal
5041 list of trusted public keys. These keys are used to validate digital
5042 signatures when environment variable @code{check_signatures} is set to
5043 @code{enforce}. Note that if @code{check_signatures} is set to
5044 @code{enforce} when @command{trust} executes, then @var{pubkey_file}
5045 must itself be properly signed. The @option{--skip-sig} option can be
5046 used to disable signature-checking when reading @var{pubkey_file}
5047 itself. It is expected that @option{--skip-sig} is useful for testing
5048 and manual booting. @xref{Using digital signatures}, for more
5056 @deffn Command unset envvar
5057 Unset the environment variable @var{envvar}.
5062 @subsection uppermem
5064 This command is not yet implemented for GRUB 2, although it is planned.
5071 @deffn Command vbeinfo [[WxH]xD]
5072 Alias for command @command{videoinfo} (@pxref{videoinfo}). It is available
5073 only on PC BIOS platforms.
5078 @node verify_detached
5079 @subsection verify_detached
5081 @deffn Command verify_detached [@option{--skip-sig}] file signature_file [pubkey_file]
5082 Verifies a GPG-style detached signature, where the signed file is
5083 @var{file}, and the signature itself is in file @var{signature_file}.
5084 Optionally, a specific public key to use can be specified using
5085 @var{pubkey_file}. When environment variable @code{check_signatures}
5086 is set to @code{enforce}, then @var{pubkey_file} must itself be
5087 properly signed by an already-trusted key. An unsigned
5088 @var{pubkey_file} can be loaded by specifying @option{--skip-sig}.
5089 If @var{pubkey_file} is omitted, then public keys from GRUB's trusted keys
5090 (@pxref{list_trusted}, @pxref{trust}, and @pxref{distrust}) are
5093 Exit code @code{$?} is set to 0 if the signature validates
5094 successfully. If validation fails, it is set to a non-zero value.
5095 @xref{Using digital signatures}, for more information.
5099 @subsection videoinfo
5101 @deffn Command videoinfo [[WxH]xD]
5102 List available video modes. If resolution is given, show only matching modes.
5105 @node Networking commands
5106 @section The list of networking commands
5109 * net_add_addr:: Add a network address
5110 * net_add_dns:: Add a DNS server
5111 * net_add_route:: Add routing entry
5112 * net_bootp:: Perform a bootp autoconfiguration
5113 * net_del_addr:: Remove IP address from interface
5114 * net_del_dns:: Remove a DNS server
5115 * net_del_route:: Remove a route entry
5116 * net_get_dhcp_option:: Retrieve DHCP options
5117 * net_ipv6_autoconf:: Perform IPv6 autoconfiguration
5118 * net_ls_addr:: List interfaces
5119 * net_ls_cards:: List network cards
5120 * net_ls_dns:: List DNS servers
5121 * net_ls_routes:: List routing entries
5122 * net_nslookup:: Perform a DNS lookup
5127 @subsection net_add_addr
5129 @deffn Command net_add_addr @var{interface} @var{card} @var{address}
5130 Configure additional network @var{interface} with @var{address} on a
5131 network @var{card}. @var{address} can be either IP in dotted decimal notation,
5132 or symbolic name which is resolved using DNS lookup. If successful, this command
5133 also adds local link routing entry to the default subnet of @var{address}
5134 with name @var{interface}@samp{:local} via @var{interface}.
5139 @subsection net_add_dns
5141 @deffn Command net_add_dns @var{server}
5142 Resolve @var{server} IP address and add to the list of DNS servers used during
5148 @subsection net_add_route
5150 @deffn Command net_add_route @var{shortname} @var{ip}[/@var{prefix}] [@var{interface} | @samp{gw} @var{gateway}]
5151 Add route to network with address @var{ip} as modified by @var{prefix} via
5152 either local @var{interface} or @var{gateway}. @var{prefix} is optional and
5153 defaults to 32 for IPv4 address and 128 for IPv6 address. Route is identified
5154 by @var{shortname} which can be used to remove it (@pxref{net_del_route}).
5159 @subsection net_bootp
5161 @deffn Command net_bootp [@var{card}]
5162 Perform configuration of @var{card} using DHCP protocol. If no card name
5163 is specified, try to configure all existing cards. If configuration was
5164 successful, interface with name @var{card}@samp{:dhcp} and configured
5165 address is added to @var{card}. If server provided gateway information in
5166 DHCP ACK packet, it is added as route entry with the name @var{card}@samp{:dhcp:gw}. Additionally the following DHCP options are recognized and processed:
5169 @item 1 (Subnet Mask)
5170 Used to calculate network local routing entry for interface @var{card}@samp{:dhcp}.
5172 Adds default route entry with the name @var{card}@samp{:dhcp:default} via gateway
5173 from DHCP option. Note that only option with single route is accepted.
5174 @item 6 (Domain Name Server)
5175 Adds all servers from option value to the list of servers used during name resolution.
5176 @item 12 (Host Name)
5177 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_hostname}
5178 (@pxref{net_@var{<interface>}_hostname}) to the value of option.
5179 @item 15 (Domain Name)
5180 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_domain}
5181 (@pxref{net_@var{<interface>}_domain}) to the value of option.
5182 @item 17 (Root Path)
5183 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_rootpath}
5184 (@pxref{net_@var{<interface>}_rootpath}) to the value of option.
5185 @item 18 (Extensions Path)
5186 Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_extensionspath}
5187 (@pxref{net_@var{<interface>}_extensionspath}) to the value of option.
5194 @subsection net_del_addr
5196 @deffn Command net_del_addr @var{interface}
5197 Remove configured @var{interface} with associated address.
5202 @subsection net_del_dns
5204 @deffn Command net_del_dns @var{address}
5205 Remove @var{address} from list of servers used during name lookup.
5210 @subsection net_del_route
5212 @deffn Command net_del_route @var{shortname}
5213 Remove route entry identified by @var{shortname}.
5217 @node net_get_dhcp_option
5218 @subsection net_get_dhcp_option
5220 @deffn Command net_get_dhcp_option @var{var} @var{interface} @var{number} @var{type}
5221 Request DHCP option @var{number} of @var{type} via @var{interface}. @var{type}
5222 can be one of @samp{string}, @samp{number} or @samp{hex}. If option is found,
5223 assign its value to variable @var{var}. Values of types @samp{number} and @samp{hex}
5224 are converted to string representation.
5228 @node net_ipv6_autoconf
5229 @subsection net_ipv6_autoconf
5231 @deffn Command net_ipv6_autoconf [@var{card}]
5232 Perform IPv6 autoconfiguration by adding to the @var{card} interface with name
5233 @var{card}@samp{:link} and link local MAC-based address. If no card is specified,
5234 perform autoconfiguration for all existing cards.
5239 @subsection net_ls_addr
5241 @deffn Command net_ls_addr
5242 List all configured interfaces with their MAC and IP addresses.
5247 @subsection net_ls_cards
5249 @deffn Command net_ls_cards
5250 List all detected network cards with their MAC address.
5255 @subsection net_ls_dns
5257 @deffn Command net_ls_dns
5258 List addresses of DNS servers used during name lookup.
5263 @subsection net_ls_routes
5265 @deffn Command net_ls_routes
5266 List routing entries.
5271 @subsection net_nslookup
5273 @deffn Command net_nslookup @var{name} [@var{server}]
5274 Resolve address of @var{name} using DNS server @var{server}. If no server
5275 is given, use default list of servers.
5279 @node Internationalisation
5280 @chapter Internationalisation
5283 GRUB uses UTF-8 internally other than in rendering where some GRUB-specific
5284 appropriate representation is used. All text files (including config) are
5285 assumed to be encoded in UTF-8.
5287 @section Filesystems
5288 NTFS, JFS, UDF, HFS+, exFAT, long filenames in FAT, Joliet part of
5289 ISO9660 are treated as UTF-16 as per specification. AFS and BFS are read
5290 as UTF-8, again according to specification. BtrFS, cpio, tar, squash4, minix,
5291 minix2, minix3, ROMFS, ReiserFS, XFS, ext2, ext3, ext4, FAT (short names),
5292 RockRidge part of ISO9660, nilfs2, UFS1, UFS2 and ZFS are assumed
5293 to be UTF-8. This might be false on systems configured with legacy charset
5294 but as long as the charset used is superset of ASCII you should be able to
5295 access ASCII-named files. And it's recommended to configure your system to use
5296 UTF-8 to access the filesystem, convmv may help with migration. ISO9660 (plain)
5297 filenames are specified as being ASCII or being described with unspecified
5298 escape sequences. GRUB assumes that the ISO9660 names are UTF-8 (since
5299 any ASCII is valid UTF-8). There are some old CD-ROMs which use CP437
5300 in non-compliant way. You're still able to access files with names containing
5301 only ASCII characters on such filesystems though. You're also able to access
5302 any file if the filesystem contains valid Joliet (UTF-16) or RockRidge (UTF-8).
5303 AFFS, SFS and HFS never use unicode and GRUB assumes them to be in Latin1,
5304 Latin1 and MacRoman respectively. GRUB handles filesystem case-insensitivity
5305 however no attempt is performed at case conversion of international characters
5306 so e.g. a file named lowercase greek alpha is treated as different from
5307 the one named as uppercase alpha. The filesystems in questions are
5308 NTFS (except POSIX namespace), HFS+ (configurable at mkfs time, default
5309 insensitive), SFS (configurable at mkfs time, default insensitive),
5310 JFS (configurable at mkfs time, default sensitive), HFS, AFFS, FAT, exFAT
5311 and ZFS (configurable on per-subvolume basis by property ``casesensitivity'',
5312 default sensitive). On ZFS subvolumes marked as case insensitive files
5313 containing lowercase international characters are inaccessible.
5314 Also like all supported filesystems except HFS+ and ZFS (configurable on
5315 per-subvolume basis by property ``normalization'', default none) GRUB makes
5316 no attempt at check of canonical equivalence so a file name u-diaresis is
5317 treated as distinct from u+combining diaresis. This however means that in
5318 order to access file on HFS+ its name must be specified in normalisation form D.
5319 On normalized ZFS subvolumes filenames out of normalisation are inaccessible.
5321 @section Output terminal
5322 Firmware output console ``console'' on ARC and IEEE1275 are limited to ASCII.
5324 BIOS firmware console and VGA text are limited to ASCII and some pseudographics.
5326 None of above mentioned is appropriate for displaying international and any
5327 unsupported character is replaced with question mark except pseudographics
5328 which we attempt to approximate with ASCII.
5330 EFI console on the other hand nominally supports UTF-16 but actual language
5331 coverage depends on firmware and may be very limited.
5333 The encoding used on serial can be chosen with @command{terminfo} as
5334 either ASCII, UTF-8 or ``visual UTF-8''. Last one is against the specification
5335 but results in correct rendering of right-to-left on some readers which don't
5336 have own bidi implementation.
5338 On emu GRUB checks if charset is UTF-8 and uses it if so and uses ASCII
5341 When using gfxterm or gfxmenu GRUB itself is responsible for rendering the
5342 text. In this case GRUB is limited by loaded fonts. If fonts contain all
5343 required characters then bidirectional text, cursive variants and combining
5344 marks other than enclosing, half (e.g. left half tilde or combining overline)
5345 and double ones. Ligatures aren't supported though. This should cover European,
5346 Middle Eastern (if you don't mind lack of lam-alif ligature in Arabic) and
5347 East Asian scripts. Notable unsupported scripts are Brahmic family and
5348 derived as well as Mongolian, Tifinagh, Korean Jamo (precomposed characters
5349 have no problem) and tonal writing (2e5-2e9). GRUB also ignores deprecated
5350 (as specified in Unicode) characters (e.g. tags). GRUB also doesn't handle so
5351 called ``annotation characters'' If you can complete either of
5352 two lists or, better, propose a patch to improve rendering, please contact
5355 @section Input terminal
5356 Firmware console on BIOS, IEEE1275 and ARC doesn't allow you to enter non-ASCII
5357 characters. EFI specification allows for such but author is unaware of any
5358 actual implementations. Serial input is currently limited for latin1 (unlikely
5359 to change). Own keyboard implementations (at_keyboard and usb_keyboard)
5360 supports any key but work on one-char-per-keystroke.
5361 So no dead keys or advanced input method. Also there is no keymap change hotkey.
5362 In practice it makes difficult to enter any text using non-Latin alphabet.
5363 Moreover all current input consumers are limited to ASCII.
5366 GRUB supports being translated. For this you need to have language *.mo files in $prefix/locale, load gettext module and set ``lang'' variable.
5369 Regexps work on unicode characters, however no attempt at checking cannonical
5370 equivalence has been made. Moreover the classes like [:alpha:] match only
5374 Currently GRUB always uses YEAR-MONTH-DAY HOUR:MINUTE:SECOND [WEEKDAY] 24-hour
5375 datetime format but weekdays are translated.
5376 GRUB always uses the decimal number format with [0-9] as digits and . as
5377 descimal separator and no group separator.
5378 IEEE1275 aliases are matched case-insensitively except non-ASCII which is
5379 matched as binary. Similar behaviour is for matching OSBundleRequired.
5380 Since IEEE1275 aliases and OSBundleRequired don't contain any non-ASCII it
5381 should never be a problem in practice.
5382 Case-sensitive identifiers are matched as raw strings, no canonical
5383 equivalence check is performed. Case-insenstive identifiers are matched
5384 as RAW but additionally [a-z] is equivalent to [A-Z]. GRUB-defined
5385 identifiers use only ASCII and so should user-defined ones.
5386 Identifiers containing non-ASCII may work but aren't supported.
5387 Only the ASCII space characters (space U+0020, tab U+000b, CR U+000d and
5388 LF U+000a) are recognised. Other unicode space characters aren't a valid
5390 @command{test} (@pxref{test}) tests <, >, <=, >=, -pgt and -plt compare the strings in the
5391 lexicographical order of unicode codepoints, replicating the behaviour of
5392 test from coreutils.
5393 environment variables and commands are listed in the same order.
5399 * Authentication and authorisation:: Users and access control
5400 * Using digital signatures:: Booting digitally signed code
5403 @node Authentication and authorisation
5404 @section Authentication and authorisation in GRUB
5406 By default, the boot loader interface is accessible to anyone with physical
5407 access to the console: anyone can select and edit any menu entry, and anyone
5408 can get direct access to a GRUB shell prompt. For most systems, this is
5409 reasonable since anyone with direct physical access has a variety of other
5410 ways to gain full access, and requiring authentication at the boot loader
5411 level would only serve to make it difficult to recover broken systems.
5413 However, in some environments, such as kiosks, it may be appropriate to lock
5414 down the boot loader to require authentication before performing certain
5417 The @samp{password} (@pxref{password}) and @samp{password_pbkdf2}
5418 (@pxref{password_pbkdf2}) commands can be used to define users, each of
5419 which has an associated password. @samp{password} sets the password in
5420 plain text, requiring @file{grub.cfg} to be secure; @samp{password_pbkdf2}
5421 sets the password hashed using the Password-Based Key Derivation Function
5422 (RFC 2898), requiring the use of @command{grub-mkpasswd-pbkdf2}
5423 (@pxref{Invoking grub-mkpasswd-pbkdf2}) to generate password hashes.
5425 In order to enable authentication support, the @samp{superusers} environment
5426 variable must be set to a list of usernames, separated by any of spaces,
5427 commas, semicolons, pipes, or ampersands. Superusers are permitted to use
5428 the GRUB command line, edit menu entries, and execute any menu entry. If
5429 @samp{superusers} is set, then use of the command line is automatically
5430 restricted to superusers.
5432 Other users may be given access to specific menu entries by giving a list of
5433 usernames (as above) using the @option{--users} option to the
5434 @samp{menuentry} command (@pxref{menuentry}). If the @option{--unrestricted}
5435 option is used for a menu entry, then that entry is unrestricted.
5436 If the @option{--users} option is not used for a menu entry, then that
5437 only superusers are able to use it.
5439 Putting this together, a typical @file{grub.cfg} fragment might look like
5444 set superusers="root"
5445 password_pbkdf2 root grub.pbkdf2.sha512.10000.biglongstring
5446 password user1 insecure
5448 menuentry "May be run by any user" --unrestricted @{
5453 menuentry "Superusers only" --users "" @{
5455 linux /vmlinuz single
5458 menuentry "May be run by user1 or a superuser" --users user1 @{
5465 The @command{grub-mkconfig} program does not yet have built-in support for
5466 generating configuration files with authentication. You can use
5467 @file{/etc/grub.d/40_custom} to add simple superuser authentication, by
5468 adding @kbd{set superusers=} and @kbd{password} or @kbd{password_pbkdf2}
5471 @node Using digital signatures
5472 @section Using digital signatures in GRUB
5474 GRUB's @file{core.img} can optionally provide enforcement that all files
5475 subsequently read from disk are covered by a valid digital signature.
5476 This document does @strong{not} cover how to ensure that your
5477 platform's firmware (e.g., Coreboot) validates @file{core.img}.
5479 If environment variable @code{check_signatures}
5480 (@pxref{check_signatures}) is set to @code{enforce}, then every
5481 attempt by the GRUB @file{core.img} to load another file @file{foo}
5482 implicitly invokes @code{verify_detached foo foo.sig}
5483 (@pxref{verify_detached}). @code{foo.sig} must contain a valid
5484 digital signature over the contents of @code{foo}, which can be
5485 verified with a public key currently trusted by GRUB
5486 (@pxref{list_trusted}, @pxref{trust}, and @pxref{distrust}). If
5487 validation fails, then file @file{foo} cannot be opened. This failure
5488 may halt or otherwise impact the boot process.
5490 @comment Unfortunately --pubkey is not yet supported by grub-install,
5491 @comment but we should not bring up internal detail grub-mkimage here
5492 @comment in the user guide (as opposed to developer's manual).
5494 @comment An initial trusted public key can be embedded within the GRUB
5495 @comment @file{core.img} using the @code{--pubkey} option to
5496 @comment @command{grub-mkimage} (@pxref{Invoking grub-install}). Presently it
5497 @comment is necessary to write a custom wrapper around @command{grub-mkimage}
5498 @comment using the @code{--grub-mkimage} flag to @command{grub-install}.
5500 GRUB uses GPG-style detached signatures (meaning that a file
5501 @file{foo.sig} will be produced when file @file{foo} is signed), and
5502 currently supports the DSA and RSA signing algorithms. A signing key
5503 can be generated as follows:
5509 An individual file can be signed as follows:
5512 gpg --detach-sign /path/to/file
5515 For successful validation of all of GRUB's subcomponents and the
5516 loaded OS kernel, they must all be signed. One way to accomplish this
5517 is the following (after having already produced the desired
5518 @file{grub.cfg} file, e.g., by running @command{grub-mkconfig}
5519 (@pxref{Invoking grub-mkconfig}):
5523 # Edit /dev/shm/passphrase.txt to contain your signing key's passphrase
5524 for i in `find /boot -name "*.cfg" -or -name "*.lst" -or \
5525 -name "*.mod" -or -name "vmlinuz*" -or -name "initrd*" -or \
5528 gpg --batch --detach-sign --passphrase-fd 0 $i < \
5529 /dev/shm/passphrase.txt
5531 shred /dev/shm/passphrase.txt
5535 See also: @ref{check_signatures}, @ref{verify_detached}, @ref{trust},
5536 @ref{list_trusted}, @ref{distrust}, @ref{load_env}, @ref{save_env}.
5538 Note that internally signature enforcement is controlled by setting
5539 the environment variable @code{check_signatures} equal to
5540 @code{enforce}. Passing one or more @code{--pubkey} options to
5541 @command{grub-mkimage} implicitly defines @code{check_signatures}
5542 equal to @code{enforce} in @file{core.img} prior to processing any
5543 configuration files.
5545 Note that signature checking does @strong{not} prevent an attacker
5546 with (serial, physical, ...) console access from dropping manually to
5547 the GRUB console and executing:
5550 set check_signatures=no
5553 To prevent this, password-protection (@pxref{Authentication and
5554 authorisation}) is essential. Note that even with GRUB password
5555 protection, GRUB itself cannot prevent someone with physical access to
5556 the machine from altering that machine's firmware (e.g., Coreboot
5557 or BIOS) configuration to cause the machine to boot from a different
5558 (attacker-controlled) device. GRUB is at best only one link in a
5561 @node Platform limitations
5562 @chapter Platform limitations
5564 GRUB2 is designed to be portable and is actually ported across platforms. We
5565 try to keep all platforms at the level. Unfortunately some platforms are better
5566 supported than others. This is detailed in current and 2 following sections.
5568 ARC platform is unable to change datetime (firmware doesn't seem to provide a
5570 EMU has similar limitation.
5572 On EMU platform no serial port is available.
5574 Console charset refers only to firmware-assisted console. gfxterm is always
5575 Unicode (see Internationalisation section for its limitations). Serial is
5576 configurable to UTF-8 or ASCII (see Internationalisation). In case of qemu
5577 and coreboot ports the refered console is vga_text. Loongson always uses
5580 Most limited one is ASCII. CP437 provides additionally pseudographics.
5581 GRUB2 doesn't use any language characters from CP437 as often CP437 is replaced
5582 by national encoding compatible only in pseudographics.
5583 Unicode is the most versatile charset which supports many languages. However
5584 the actual console may be much more limited depending on firmware
5586 On BIOS network is supported only if the image is loaded through network.
5587 On sparc64 GRUB is unable to determine which server it was booted from.
5589 Direct ATA/AHCI support allows to circumvent various firmware limitations but
5590 isn't needed for normal operation except on baremetal ports.
5592 AT keyboard support allows keyboard layout remapping and support for keys not
5593 available through firmware. It isn't needed for normal operation except
5596 Speaker allows morse and spkmodem communication.
5598 USB support provides benefits similar to ATA (for USB disks) or AT (for USB
5599 keyboards). In addition it allows USBserial.
5601 Chainloading refers to the ability to load another bootloader through the same protocol
5603 Hints allow faster disk discovery by already knowing in advance which is the disk in
5604 question. On some platforms hints are correct unless you move the disk between boots.
5605 On other platforms it's just an educated guess.
5606 Note that hint failure results in just reduced performance, not a failure
5608 BadRAM is the ability to mark some of the RAM as ``bad''. Note: due to protocol
5609 limitations mips-loongson (with Linux protocol)
5610 and mips-qemu_mips can use only memory up to first hole.
5612 @multitable @columnfractions .20 .20 .20 .20 .20
5613 @item @tab BIOS @tab Coreboot @tab Multiboot @tab Qemu
5614 @item video @tab yes @tab yes @tab yes @tab yes
5615 @item console charset @tab CP437 @tab CP437 @tab CP437 @tab CP437
5616 @item network @tab yes (*) @tab no @tab no @tab no
5617 @item ATA/AHCI @tab yes @tab yes @tab yes @tab yes
5618 @item AT keyboard @tab yes @tab yes @tab yes @tab yes
5619 @item Speaker @tab yes @tab yes @tab yes @tab yes
5620 @item USB @tab yes @tab yes @tab yes @tab yes
5621 @item chainloader @tab local @tab yes @tab yes @tab no
5622 @item cpuid @tab partial @tab partial @tab partial @tab partial
5623 @item hints @tab guess @tab guess @tab guess @tab guess
5624 @item PCI @tab yes @tab yes @tab yes @tab yes
5625 @item badram @tab yes @tab yes @tab yes @tab yes
5626 @item compression @tab always @tab pointless @tab no @tab no
5627 @item exit @tab yes @tab no @tab no @tab no
5630 @multitable @columnfractions .20 .20 .20 .20 .20
5631 @item @tab ia32 EFI @tab amd64 EFI @tab ia32 IEEE1275 @tab Itanium
5632 @item video @tab yes @tab yes @tab no @tab no
5633 @item console charset @tab Unicode @tab Unicode @tab ASCII @tab Unicode
5634 @item network @tab yes @tab yes @tab yes @tab yes
5635 @item ATA/AHCI @tab yes @tab yes @tab yes @tab no
5636 @item AT keyboard @tab yes @tab yes @tab yes @tab no
5637 @item Speaker @tab yes @tab yes @tab yes @tab no
5638 @item USB @tab yes @tab yes @tab yes @tab no
5639 @item chainloader @tab local @tab local @tab no @tab local
5640 @item cpuid @tab partial @tab partial @tab partial @tab no
5641 @item hints @tab guess @tab guess @tab good @tab guess
5642 @item PCI @tab yes @tab yes @tab yes @tab no
5643 @item badram @tab yes @tab yes @tab no @tab yes
5644 @item compression @tab no @tab no @tab no @tab no
5645 @item exit @tab yes @tab yes @tab yes @tab yes
5648 @multitable @columnfractions .20 .20 .20 .20 .20
5649 @item @tab Loongson @tab sparc64 @tab Powerpc @tab ARC
5650 @item video @tab yes @tab no @tab yes @tab no
5651 @item console charset @tab N/A @tab ASCII @tab ASCII @tab ASCII
5652 @item network @tab no @tab yes (*) @tab yes @tab no
5653 @item ATA/AHCI @tab yes @tab no @tab no @tab no
5654 @item AT keyboard @tab yes @tab no @tab no @tab no
5655 @item Speaker @tab no @tab no @tab no @tab no
5656 @item USB @tab yes @tab no @tab no @tab no
5657 @item chainloader @tab yes @tab no @tab no @tab no
5658 @item cpuid @tab no @tab no @tab no @tab no
5659 @item hints @tab good @tab good @tab good @tab no
5660 @item PCI @tab yes @tab no @tab no @tab no
5661 @item badram @tab yes (*) @tab no @tab no @tab no
5662 @item compression @tab configurable @tab no @tab no @tab configurable
5663 @item exit @tab no @tab yes @tab yes @tab yes
5666 @multitable @columnfractions .20 .20 .20 .20 .20
5667 @item @tab MIPS qemu @tab emu
5668 @item video @tab no @tab yes
5669 @item console charset @tab CP437 @tab Unicode (*)
5670 @item network @tab no @tab yes
5671 @item ATA/AHCI @tab yes @tab no
5672 @item AT keyboard @tab yes @tab no
5673 @item Speaker @tab no @tab no
5674 @item USB @tab N/A @tab yes
5675 @item chainloader @tab yes @tab no
5676 @item cpuid @tab no @tab no
5677 @item hints @tab guess @tab no
5678 @item PCI @tab no @tab no
5679 @item badram @tab yes (*) @tab no
5680 @item compression @tab configurable @tab no
5681 @item exit @tab no @tab yes
5684 @node Platform-specific operations
5687 Some platforms have features which allows to implement
5688 some commands useless or not implementable on others.
5692 Information retrieval:
5695 @item mipsel-loongson: lsspd
5696 @item mips-arc: lsdev
5697 @item efi: lsefisystab, lssal, lsefimmap, lsefi
5698 @item i386-pc: lsapm
5699 @item i386-coreboot: lscoreboot, coreboot_boottime, cbmemc
5700 @item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): lsacpi
5703 Workarounds for platform-specific issues:
5705 @item i386-efi/x86_64-efi: loadbios, fakebios, fix_video
5706 @item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi):
5707 acpi (override ACPI tables)
5708 @item i386-pc: drivemap
5709 @item i386-pc: sendkey
5712 Advanced operations for power users:
5714 @item x86: iorw (direct access to I/O ports)
5719 @item cmos (x86-*, ieee1275, mips-qemu_mips, mips-loongson): cmostest
5720 (used on some laptops to check for special power-on key), cmosclean
5724 @node Supported kernels
5725 @chapter Supported boot targets
5727 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.
5728 @multitable @columnfractions .50 .22 .22
5729 @item @tab BIOS @tab Coreboot
5730 @item BIOS chainloading @tab yes @tab no (1)
5731 @item NTLDR @tab yes @tab no (1)
5732 @item Plan9 @tab yes @tab no (1)
5733 @item Freedos @tab yes @tab no (1)
5734 @item FreeBSD bootloader @tab yes @tab crashes (1)
5735 @item 32-bit kFreeBSD @tab yes @tab crashes (5)
5736 @item 64-bit kFreeBSD @tab yes @tab crashes (5)
5737 @item 32-bit kNetBSD @tab yes @tab crashes (1)
5738 @item 64-bit kNetBSD @tab yes @tab crashes
5739 @item 32-bit kOpenBSD @tab yes @tab yes
5740 @item 64-bit kOpenBSD @tab yes @tab yes
5741 @item Multiboot @tab yes @tab yes
5742 @item Multiboot2 @tab yes @tab yes
5743 @item 32-bit Linux (legacy protocol) @tab yes @tab no (1)
5744 @item 64-bit Linux (legacy protocol) @tab yes @tab no (1)
5745 @item 32-bit Linux (modern protocol) @tab yes @tab yes
5746 @item 64-bit Linux (modern protocol) @tab yes @tab yes
5747 @item 32-bit XNU @tab yes @tab ?
5748 @item 64-bit XNU @tab yes @tab ?
5749 @item 32-bit EFI chainloader @tab no (2) @tab no (2)
5750 @item 64-bit EFI chainloader @tab no (2) @tab no (2)
5751 @item Appleloader @tab no (2) @tab no (2)
5754 @multitable @columnfractions .50 .22 .22
5755 @item @tab Multiboot @tab Qemu
5756 @item BIOS chainloading @tab no (1) @tab no (1)
5757 @item NTLDR @tab no (1) @tab no (1)
5758 @item Plan9 @tab no (1) @tab no (1)
5759 @item FreeDOS @tab no (1) @tab no (1)
5760 @item FreeBSD bootloader @tab crashes (1) @tab crashes (1)
5761 @item 32-bit kFreeBSD @tab crashes (5) @tab crashes (5)
5762 @item 64-bit kFreeBSD @tab crashes (5) @tab crashes (5)
5763 @item 32-bit kNetBSD @tab crashes (1) @tab crashes (1)
5764 @item 64-bit kNetBSD @tab yes @tab yes
5765 @item 32-bit kOpenBSD @tab yes @tab yes
5766 @item 64-bit kOpenBSD @tab yes @tab yes
5767 @item Multiboot @tab yes @tab yes
5768 @item Multiboot2 @tab yes @tab yes
5769 @item 32-bit Linux (legacy protocol) @tab no (1) @tab no (1)
5770 @item 64-bit Linux (legacy protocol) @tab no (1) @tab no (1)
5771 @item 32-bit Linux (modern protocol) @tab yes @tab yes
5772 @item 64-bit Linux (modern protocol) @tab yes @tab yes
5773 @item 32-bit XNU @tab ? @tab ?
5774 @item 64-bit XNU @tab ? @tab ?
5775 @item 32-bit EFI chainloader @tab no (2) @tab no (2)
5776 @item 64-bit EFI chainloader @tab no (2) @tab no (2)
5777 @item Appleloader @tab no (2) @tab no (2)
5780 @multitable @columnfractions .50 .22 .22
5781 @item @tab ia32 EFI @tab amd64 EFI
5782 @item BIOS chainloading @tab no (1) @tab no (1)
5783 @item NTLDR @tab no (1) @tab no (1)
5784 @item Plan9 @tab no (1) @tab no (1)
5785 @item FreeDOS @tab no (1) @tab no (1)
5786 @item FreeBSD bootloader @tab crashes (1) @tab crashes (1)
5787 @item 32-bit kFreeBSD @tab headless @tab headless
5788 @item 64-bit kFreeBSD @tab headless @tab headless
5789 @item 32-bit kNetBSD @tab crashes (1) @tab crashes (1)
5790 @item 64-bit kNetBSD @tab yes @tab yes
5791 @item 32-bit kOpenBSD @tab headless @tab headless
5792 @item 64-bit kOpenBSD @tab headless @tab headless
5793 @item Multiboot @tab yes @tab yes
5794 @item Multiboot2 @tab yes @tab yes
5795 @item 32-bit Linux (legacy protocol) @tab no (1) @tab no (1)
5796 @item 64-bit Linux (legacy protocol) @tab no (1) @tab no (1)
5797 @item 32-bit Linux (modern protocol) @tab yes @tab yes
5798 @item 64-bit Linux (modern protocol) @tab yes @tab yes
5799 @item 32-bit XNU @tab yes @tab yes
5800 @item 64-bit XNU @tab yes (4) @tab yes
5801 @item 32-bit EFI chainloader @tab yes @tab no (3)
5802 @item 64-bit EFI chainloader @tab no (3) @tab yes
5803 @item Appleloader @tab yes @tab yes
5806 @multitable @columnfractions .50 .22 .22
5807 @item @tab ia32 IEEE1275
5808 @item BIOS chainloading @tab no (1)
5809 @item NTLDR @tab no (1)
5810 @item Plan9 @tab no (1)
5811 @item FreeDOS @tab no (1)
5812 @item FreeBSD bootloader @tab crashes (1)
5813 @item 32-bit kFreeBSD @tab crashes (5)
5814 @item 64-bit kFreeBSD @tab crashes (5)
5815 @item 32-bit kNetBSD @tab crashes (1)
5816 @item 64-bit kNetBSD @tab ?
5817 @item 32-bit kOpenBSD @tab ?
5818 @item 64-bit kOpenBSD @tab ?
5819 @item Multiboot @tab ?
5820 @item Multiboot2 @tab ?
5821 @item 32-bit Linux (legacy protocol) @tab no (1)
5822 @item 64-bit Linux (legacy protocol) @tab no (1)
5823 @item 32-bit Linux (modern protocol) @tab ?
5824 @item 64-bit Linux (modern protocol) @tab ?
5825 @item 32-bit XNU @tab ?
5826 @item 64-bit XNU @tab ?
5827 @item 32-bit EFI chainloader @tab no (2)
5828 @item 64-bit EFI chainloader @tab no (2)
5829 @item Appleloader @tab no (2)
5835 @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
5836 @item Some modules may need to be disabled
5840 PowerPC, IA64 and Sparc64 ports support only Linux. MIPS port supports Linux
5845 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.
5847 Following variables must be defined:
5849 @multitable @columnfractions .30 .65
5850 @item GRUB_PAYLOADS_DIR @tab directory containing the required kernels
5851 @item GRUB_CBFSTOOL @tab cbfstoll from Coreboot package (for coreboot platform only)
5852 @item GRUB_COREBOOT_ROM @tab empty Coreboot ROM
5853 @item GRUB_QEMU_OPTS @tab additional options to be supplied to QEMU
5858 @multitable @columnfractions .40 .55
5859 @item kfreebsd_env.i386 @tab 32-bit kFreeBSD device hints
5860 @item kfreebsd.i386 @tab 32-bit FreeBSD kernel image
5861 @item kfreebsd.x86_64, kfreebsd_env.x86_64 @tab same from 64-bit kFreeBSD
5862 @item knetbsd.i386 @tab 32-bit NetBSD kernel image
5863 @item knetbsd.miniroot.i386 @tab 32-bit kNetBSD miniroot.kmod.
5864 @item knetbsd.x86_64, knetbsd.miniroot.x86_64 @tab same from 64-bit kNetBSD
5865 @item kopenbsd.i386 @tab 32-bit OpenBSD kernel bsd.rd image
5866 @item kopenbsd.x86_64 @tab same from 64-bit kOpenBSD
5867 @item linux.i386 @tab 32-bit Linux
5868 @item linux.x86_64 @tab 64-bit Linux
5871 @node Troubleshooting
5872 @chapter Error messages produced by GRUB
5875 * GRUB only offers a rescue shell::
5879 @node GRUB only offers a rescue shell
5880 @section GRUB only offers a rescue shell
5882 GRUB's normal start-up procedure involves setting the @samp{prefix}
5883 environment variable to a value set in the core image by
5884 @command{grub-install}, setting the @samp{root} variable to match, loading
5885 the @samp{normal} module from the prefix, and running the @samp{normal}
5886 command (@pxref{normal}). This command is responsible for reading
5887 @file{/boot/grub/grub.cfg}, running the menu, and doing all the useful
5888 things GRUB is supposed to do.
5890 If, instead, you only get a rescue shell, this usually means that GRUB
5891 failed to load the @samp{normal} module for some reason. It may be possible
5892 to work around this temporarily: for instance, if the reason for the failure
5893 is that @samp{prefix} is wrong (perhaps it refers to the wrong device, or
5894 perhaps the path to @file{/boot/grub} was not correctly made relative to the
5895 device), then you can correct this and enter normal mode manually:
5899 # Inspect the current prefix (and other preset variables):
5901 # Find out which devices are available:
5903 # Set to the correct value, which might be something like this:
5904 set prefix=(hd0,1)/grub
5911 However, any problem that leaves you in the rescue shell probably means that
5912 GRUB was not correctly installed. It may be more useful to try to reinstall
5913 it properly using @kbd{grub-install @var{device}} (@pxref{Invoking
5914 grub-install}). When doing this, there are a few things to remember:
5918 Drive ordering in your operating system may not be the same as the boot
5919 drive ordering used by your firmware. Do not assume that your first hard
5920 drive (e.g. @samp{/dev/sda}) is the one that your firmware will boot from.
5921 @file{device.map} (@pxref{Device map}) can be used to override this, but it
5922 is usually better to use UUIDs or file system labels and avoid depending on
5923 drive ordering entirely.
5926 At least on BIOS systems, if you tell @command{grub-install} to install GRUB
5927 to a partition but GRUB has already been installed in the master boot
5928 record, then the GRUB installation in the partition will be ignored.
5931 If possible, it is generally best to avoid installing GRUB to a partition
5932 (unless it is a special partition for the use of GRUB alone, such as the
5933 BIOS Boot Partition used on GPT). Doing this means that GRUB may stop being
5934 able to read its core image due to a file system moving blocks around, such
5935 as while defragmenting, running checks, or even during normal operation.
5936 Installing to the whole disk device is normally more robust.
5939 Check that GRUB actually knows how to read from the device and file system
5940 containing @file{/boot/grub}. It will not be able to read from encrypted
5941 devices with unsupported encryption scheme, nor from file systems for which
5942 support has not yet been added to GRUB.
5946 @node Invoking grub-install
5947 @chapter Invoking grub-install
5949 The program @command{grub-install} generates a GRUB core image using
5950 @command{grub-mkimage} and installs it on your system. You must specify the
5951 device name on which you want to install GRUB, like this:
5954 grub-install @var{install_device}
5957 The device name @var{install_device} is an OS device name or a GRUB
5960 @command{grub-install} accepts the following options:
5964 Print a summary of the command-line options and exit.
5967 Print the version number of GRUB and exit.
5969 @item --boot-directory=@var{dir}
5970 Install GRUB images under the directory @file{@var{dir}/grub/}
5971 This option is useful when you want to install GRUB into a
5972 separate partition or a removable disk.
5973 If this option is not specified then it defaults to @file{/boot}, so
5976 @kbd{grub-install /dev/sda}
5982 @kbd{grub-install --boot-directory=/boot/ /dev/sda}
5985 Here is an example in which you have a separate @dfn{boot} partition which is
5990 @kbd{grub-install --boot-directory=/mnt/boot /dev/sdb}
5994 Recheck the device map, even if @file{/boot/grub/device.map} already
5995 exists. You should use this option whenever you add/remove a disk
5996 into/from your computer.
5999 By default on x86 BIOS systems, @command{grub-install} will use some
6000 extra space in the bootloader embedding area for Reed-Solomon
6001 error-correcting codes. This enables GRUB to still boot successfully
6002 if some blocks are corrupted. The exact amount of protection offered
6003 is dependent on available space in the embedding area. R sectors of
6004 redundancy can tolerate up to R/2 corrupted sectors. This
6005 redundancy may be cumbersome if attempting to cryptographically
6006 validate the contents of the bootloader embedding area, or in more
6007 modern systems with GPT-style partition tables (@pxref{BIOS
6008 installation}) where GRUB does not reside in any unpartitioned space
6009 outside of the MBR. Disable the Reed-Solomon codes with this option.
6012 @node Invoking grub-mkconfig
6013 @chapter Invoking grub-mkconfig
6015 The program @command{grub-mkconfig} generates a configuration file for GRUB
6016 (@pxref{Simple configuration}).
6019 grub-mkconfig -o /boot/grub/grub.cfg
6022 @command{grub-mkconfig} accepts the following options:
6026 Print a summary of the command-line options and exit.
6029 Print the version number of GRUB and exit.
6032 @itemx --output=@var{file}
6033 Send the generated configuration file to @var{file}. The default is to send
6034 it to standard output.
6038 @node Invoking grub-mkpasswd-pbkdf2
6039 @chapter Invoking grub-mkpasswd-pbkdf2
6041 The program @command{grub-mkpasswd-pbkdf2} generates password hashes for
6042 GRUB (@pxref{Security}).
6045 grub-mkpasswd-pbkdf2
6048 @command{grub-mkpasswd-pbkdf2} accepts the following options:
6051 @item -c @var{number}
6052 @itemx --iteration-count=@var{number}
6053 Number of iterations of the underlying pseudo-random function. Defaults to
6056 @item -l @var{number}
6057 @itemx --buflen=@var{number}
6058 Length of the generated hash. Defaults to 64.
6060 @item -s @var{number}
6061 @itemx --salt=@var{number}
6062 Length of the salt. Defaults to 64.
6066 @node Invoking grub-mkrelpath
6067 @chapter Invoking grub-mkrelpath
6069 The program @command{grub-mkrelpath} makes a file system path relative to
6070 the root of its containing file system. For instance, if @file{/usr} is a
6074 $ @kbd{grub-mkrelpath /usr/share/grub/unicode.pf2}
6075 @samp{/share/grub/unicode.pf2}
6078 This is mainly used internally by other GRUB utilities such as
6079 @command{grub-mkconfig} (@pxref{Invoking grub-mkconfig}), but may
6080 occasionally also be useful for debugging.
6082 @command{grub-mkrelpath} accepts the following options:
6086 Print a summary of the command-line options and exit.
6089 Print the version number of GRUB and exit.
6093 @node Invoking grub-mkrescue
6094 @chapter Invoking grub-mkrescue
6096 The program @command{grub-mkrescue} generates a bootable GRUB rescue image
6097 (@pxref{Making a GRUB bootable CD-ROM}).
6100 grub-mkrescue -o grub.iso
6103 All arguments not explicitly listed as @command{grub-mkrescue} options are
6104 passed on directly to @command{xorriso} in @command{mkisofs} emulation mode.
6105 Options passed to @command{xorriso} will normally be interpreted as
6106 @command{mkisofs} options; if the option @samp{--} is used, then anything
6107 after that will be interpreted as native @command{xorriso} options.
6109 Non-option arguments specify additional source directories. This is
6110 commonly used to add extra files to the image:
6113 mkdir -p disk/boot/grub
6114 @r{(add extra files to @file{disk/boot/grub})}
6115 grub-mkrescue -o grub.iso disk
6118 @command{grub-mkrescue} accepts the following options:
6122 Print a summary of the command-line options and exit.
6125 Print the version number of GRUB and exit.
6128 @itemx --output=@var{file}
6129 Save output in @var{file}. This "option" is required.
6131 @item --modules=@var{modules}
6132 Pre-load the named GRUB modules in the image. Multiple entries in
6133 @var{modules} should be separated by whitespace (so you will probably need
6134 to quote this for your shell).
6136 @item --rom-directory=@var{dir}
6137 If generating images for the QEMU or Coreboot platforms, copy the resulting
6138 @file{qemu.img} or @file{coreboot.elf} files respectively to the @var{dir}
6139 directory as well as including them in the image.
6141 @item --xorriso=@var{file}
6142 Use @var{file} as the @command{xorriso} program, rather than the built-in
6145 @item --grub-mkimage=@var{file}
6146 Use @var{file} as the @command{grub-mkimage} program, rather than the
6151 @node Invoking grub-mount
6152 @chapter Invoking grub-mount
6154 The program @command{grub-mount} performs a read-only mount of any file
6155 system or file system image that GRUB understands, using GRUB's file system
6156 drivers via FUSE. (It is only available if FUSE development files were
6157 present when GRUB was built.) This has a number of uses:
6161 It provides a convenient way to check how GRUB will view a file system at
6162 boot time. You can use normal command-line tools to compare that view with
6163 that of your operating system, making it easy to find bugs.
6166 It offers true read-only mounts. Linux does not have these for journalling
6167 file systems, because it will always attempt to replay the journal at mount
6168 time; while you can temporarily mark the block device read-only to avoid
6169 this, that causes the mount to fail. Since GRUB intentionally contains no
6170 code for writing to file systems, it can easily provide a guaranteed
6171 read-only mount mechanism.
6174 It allows you to examine any file system that GRUB understands without
6175 needing to load additional modules into your running kernel, which may be
6176 useful in constrained environments such as installers.
6179 Since it can examine file system images (contained in regular files) just as
6180 easily as file systems on block devices, you can use it to inspect any file
6181 system image that GRUB understands with only enough privileges to use FUSE,
6182 even if nobody has yet written a FUSE module specifically for that file
6186 Using @command{grub-mount} is normally as simple as:
6189 grub-mount /dev/sda1 /mnt
6192 @command{grub-mount} must be given one or more images and a mount point as
6193 non-option arguments (if it is given more than one image, it will treat them
6194 as a RAID set), and also accepts the following options:
6198 Print a summary of the command-line options and exit.
6201 Print the version number of GRUB and exit.
6205 Mount encrypted devices, prompting for a passphrase if necessary.
6207 @item -d @var{string}
6208 @itemx --debug=@var{string}
6209 Show debugging output for conditions matching @var{string}.
6211 @item -K prompt|@var{file}
6212 @itemx --zfs-key=prompt|@var{file}
6213 Load a ZFS encryption key. If you use @samp{prompt} as the argument,
6214 @command{grub-mount} will read a passphrase from the terminal; otherwise, it
6215 will read key material from the specified file.
6217 @item -r @var{device}
6218 @itemx --root=@var{device}
6219 Set the GRUB root device to @var{device}. You do not normally need to set
6220 this; @command{grub-mount} will automatically set the root device to the
6221 root of the supplied file system.
6223 If @var{device} is just a number, then it will be treated as a partition
6224 number within the supplied image. This means that, if you have an image of
6225 an entire disk in @file{disk.img}, then you can use this command to mount
6226 its second partition:
6229 grub-mount -r 2 disk.img mount-point
6234 Print verbose messages.
6238 @node Invoking grub-probe
6239 @chapter Invoking grub-probe
6241 The program @command{grub-probe} probes device information for a given path
6245 grub-probe --target=fs /boot/grub
6246 grub-probe --target=drive --device /dev/sda1
6249 @command{grub-probe} must be given a path or device as a non-option
6250 argument, and also accepts the following options:
6254 Print a summary of the command-line options and exit.
6257 Print the version number of GRUB and exit.
6261 If this option is given, then the non-option argument is a system device
6262 name (such as @samp{/dev/sda1}), and @command{grub-probe} will print
6263 information about that device. If it is not given, then the non-option
6264 argument is a filesystem path (such as @samp{/boot/grub}), and
6265 @command{grub-probe} will print information about the device containing that
6266 part of the filesystem.
6269 @itemx --device-map=@var{file}
6270 Use @var{file} as the device map (@pxref{Device map}) rather than the
6271 default, usually @samp{/boot/grub/device.map}.
6273 @item -t @var{target}
6274 @itemx --target=@var{target}
6275 Print information about the given path or device as defined by @var{target}.
6276 The available targets and their meanings are:
6280 GRUB filesystem module.
6282 Filesystem Universally Unique Identifier (UUID).
6290 GRUB partition map module.
6292 GRUB abstraction module (e.g. @samp{lvm}).
6293 @item cryptodisk_uuid
6295 @item msdos_parttype
6296 MBR partition type code (two hexadecimal digits).
6298 A string of platform search hints suitable for passing to the
6299 @command{search} command (@pxref{search}).
6301 Search hints for the PC BIOS platform.
6302 @item ieee1275_hints
6303 Search hints for the IEEE1275 platform.
6304 @item baremetal_hints
6305 Search hints for platforms where disks are addressed directly rather than
6308 Search hints for the EFI platform.
6310 Search hints for the ARC platform.
6311 @item compatibility_hint
6312 A guess at a reasonable GRUB drive name for this device, which may be
6313 used as a fallback if the @command{search} command fails.
6315 System device name for the whole disk.
6320 Print verbose messages.
6324 @node Invoking grub-script-check
6325 @chapter Invoking grub-script-check
6327 The program @command{grub-script-check} takes a GRUB script file
6328 (@pxref{Shell-like scripting}) and checks it for syntax errors, similar to
6329 commands such as @command{sh -n}. It may take a @var{path} as a non-option
6330 argument; if none is supplied, it will read from standard input.
6333 grub-script-check /boot/grub/grub.cfg
6336 @command{grub-script-check} accepts the following options:
6340 Print a summary of the command-line options and exit.
6343 Print the version number of GRUB and exit.
6347 Print each line of input after reading it.
6351 @node Obtaining and Building GRUB
6352 @appendix How to obtain and build GRUB
6355 @strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the
6356 GNU assembler has been changed so that it can produce real 16bits
6357 machine code between 2.9.1 and 2.9.1.0.x. See
6358 @uref{http://sources.redhat.com/binutils/}, to obtain information on
6359 how to get the latest version.
6362 GRUB is available from the GNU alpha archive site
6363 @uref{ftp://ftp.gnu.org/gnu/grub} or any of its mirrors. The file
6364 will be named grub-version.tar.gz. The current version is
6365 @value{VERSION}, so the file you should grab is:
6367 @uref{ftp://ftp.gnu.org/gnu/grub/grub-@value{VERSION}.tar.gz}
6369 To unbundle GRUB use the instruction:
6372 @kbd{zcat grub-@value{VERSION}.tar.gz | tar xvf -}
6375 which will create a directory called @file{grub-@value{VERSION}} with
6376 all the sources. You can look at the file @file{INSTALL} for detailed
6377 instructions on how to build and install GRUB, but you should be able to
6382 @kbd{cd grub-@value{VERSION}}
6388 Also, the latest version is available using Git. See
6389 @uref{http://www.gnu.org/software/grub/grub-download.html} for more
6392 @node Reporting bugs
6393 @appendix Reporting bugs
6395 These are the guideline for how to report bugs. Take a look at this
6396 list below before you submit bugs:
6400 Before getting unsettled, read this manual through and through. Also,
6401 see the @uref{http://www.gnu.org/software/grub/grub-faq.html, GNU GRUB FAQ}.
6404 Always mention the information on your GRUB. The version number and the
6405 configuration are quite important. If you build it yourself, write the
6406 options specified to the configure script and your operating system,
6407 including the versions of gcc and binutils.
6410 If you have trouble with the installation, inform us of how you
6411 installed GRUB. Don't omit error messages, if any. Just @samp{GRUB hangs
6412 up when it boots} is not enough.
6414 The information on your hardware is also essential. These are especially
6415 important: the geometries and the partition tables of your hard disk
6416 drives and your BIOS.
6419 If GRUB cannot boot your operating system, write down
6420 @emph{everything} you see on the screen. Don't paraphrase them, like
6421 @samp{The foo OS crashes with GRUB, even though it can boot with the
6422 bar boot loader just fine}. Mention the commands you executed, the
6423 messages printed by them, and information on your operating system
6424 including the version number.
6427 Explain what you wanted to do. It is very useful to know your purpose
6428 and your wish, and how GRUB didn't satisfy you.
6431 If you can investigate the problem yourself, please do. That will give
6432 you and us much more information on the problem. Attaching a patch is
6435 When you attach a patch, make the patch in unified diff format, and
6436 write ChangeLog entries. But, even when you make a patch, don't forget
6437 to explain the problem, so that we can understand what your patch is
6441 Write down anything that you think might be related. Please understand
6442 that we often need to reproduce the same problem you encountered in our
6443 environment. So your information should be sufficient for us to do the
6444 same thing---Don't forget that we cannot see your computer directly. If
6445 you are not sure whether to state a fact or leave it out, state it!
6446 Reporting too many things is much better than omitting something
6450 If you follow the guideline above, submit a report to the
6451 @uref{http://savannah.gnu.org/bugs/?group=grub, Bug Tracking System}.
6452 Alternatively, you can submit a report via electronic mail to
6453 @email{bug-grub@@gnu.org}, but we strongly recommend that you use the
6454 Bug Tracking System, because e-mail can be passed over easily.
6456 Once we get your report, we will try to fix the bugs.
6460 @appendix Where GRUB will go
6462 GRUB 2 is now quite stable and used in many production systems. We are
6463 currently working towards a 2.0 release.
6465 If you are interested in the development of GRUB 2, take a look at
6466 @uref{http://www.gnu.org/software/grub/grub.html, the homepage}.
6472 @node Copying This Manual
6473 @appendix Copying This Manual
6476 * GNU Free Documentation License:: License for copying this manual.
6485 @c Currently, we use only the Concept Index.
6493 This is an attempt to make a manual for GRUB 2. The contents are
6494 copied from the GRUB manual in GRUB Legacy, so they are not always
6495 appropriate yet for GRUB 2.