Searched refs:GRUB (Results 1 – 25 of 35) sorted by relevance
12
/external/grub/docs/ |
D | grub.info | 6 * GRUB: (grub). The GRand Unified Bootloader 7 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive 36 GRUB manual 39 This is the documentation of GNU GRUB, the GRand Unified Bootloader, a 46 * Introduction:: Capturing the spirit of GRUB 47 * Naming convention:: Names of your drives in GRUB 48 * Installation:: Installing GRUB on your drive 52 * Serial terminal:: Using GRUB via a serial line 53 * Preset Menu:: Embedding a configuration file into GRUB 55 * Images:: GRUB image files [all …]
|
D | grub.texi | 5 @settitle GRUB Manual 23 * GRUB: (grub). The GRand Unified Bootloader 24 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive 63 @title the GRUB manual 94 @top GRUB manual 96 This is the documentation of GNU GRUB, the GRand Unified Bootloader, 103 * Introduction:: Capturing the spirit of GRUB 104 * Naming convention:: Names of your drives in GRUB 105 * Installation:: Installing GRUB on your drive 109 * Serial terminal:: Using GRUB via a serial line [all …]
|
D | internals.texi | 2 @appendix Hacking GRUB 4 This chapter documents the user-invisible aspect of GRUB. 14 * Embedded data:: Embedded variables in GRUB 17 * Bootstrap tricks:: The bootstrap mechanism used in GRUB 30 GRUB consists of two distinct components, called @dfn{stages}, which are 90 @section Embedded variables in GRUB 100 The version number (not GRUB's, but the installation mechanism's). 158 The version string (GRUB's). 270 GRUB built-in commands are defined in a uniformal interface, whether 295 @section The bootstrap mechanism used in GRUB [all …]
|
D | menu.lst | 75 # For installing GRUB into the hard disk 76 title Install GRUB into the hard disk
|
/external/grub/ |
D | README | 1 This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to 13 See the file NEWS for a description of recent changes to GRUB. 19 GRUB data and program files. See the GRUB manual for details about 20 using GRUB as your boot loader. Type "info grub" in the shell prompt. 22 Please visit the official web page of GNU GRUB, for more information.
|
D | NEWS | 1 NEWS - list of user-visible changes between releases of GRUB 31 * Display "GNU GRUB" instead of "GRUB" in the menu. 35 * Add support for an install device in GRUB's notation with no 42 Also, add the support into GRUB. 47 * The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on 53 ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back 54 input characters. If you specify ``--no-edit'', GRUB will disable the 59 * Support for booting Linux is rewritten, so GRUB now supports 77 lines to fit the screen, GRUB waits until you hit return key. This 89 * The utility ``grub-install'' makes sure that GRUB images have been [all …]
|
D | INSTALL | 3 This is the GRUB. Welcome. 5 This file contains instructions for compiling and installing the GRUB. 10 GRUB depends on some software packages installed into your system. If 12 configuring the GRUB. 36 If you'd like to develop GRUB, these below are also required. Don't 48 You should not need Automake just to compile GRUB, but you will need 55 Configuring the GRUB 79 Building the GRUB 144 Please note, however, that the GRUB knows where it is located in the 147 options for the GRUB is to allow you to "install" in some alternate [all …]
|
D | AUTHORS | 8 Erich Stefan Boleyn originally designed and implemented GRUB. 10 Gordon Matzigkeit adopted GRUB into the GNU Project. He fixed several 21 GRUB manual, and several new commands. He is the current official 52 Eric Kvaalen fixed a lot of problems in the GRUB manual.
|
D | TODO | 4 make contact with the core GRUB developers. Things herein might be 21 minimum GRUB image. This is useful for boot floppies because of the size 57 name into the corresponding GRUB drive representation. ! 59 * Add a command to run a GRUB script file. !! 100 GRUB, as pxegrub is merely a secondary boot loader. So whether this
|
D | config.log | 4 It was created by GRUB configure 0.97, which was 162 | #define PACKAGE_NAME "GRUB" 165 | #define PACKAGE_STRING "GRUB 0.97" 248 | #define PACKAGE_NAME "GRUB" 251 | #define PACKAGE_STRING "GRUB 0.97" 329 | #define PACKAGE_NAME "GRUB" 332 | #define PACKAGE_STRING "GRUB 0.97" 379 | #define PACKAGE_NAME "GRUB" 382 | #define PACKAGE_STRING "GRUB 0.97" 406 | #define PACKAGE_NAME "GRUB" [all …]
|
D | BUGS | 1 See the Bug Tracking System for GNU GRUB on Savannah. The URL is:
|
D | configure.ac | 1 dnl Configure script for GRUB. 16 AC_INIT([GRUB], [0.97], [bug-grub@gnu.org]) package 71 dnl instead for now. It is preferable when you cross-compile GRUB. 101 # stack smashing attacks, but GRUB doesn't want this feature. 164 AC_MSG_ERROR([GRUB requires a working absolute objcopy; upgrade your binutils]) 171 AC_MSG_ERROR([GRUB requires GAS .code16 addr32 support; upgrade your binutils]) 622 dnl Embed a menu string in GRUB itself.
|
D | MAINTENANCE | 3 This is a list of random notes for GRUB maintainers. If you are not a 11 3. Run ``~mohit/gnudoc/gendocs.sh grub "GNU GRUB Manual"''.
|
D | THANKS | 1 GRUB would not be what it is today without the invaluable help of 7 generally assist in the GRUB maintainership process:
|
D | ChangeLog | 160 makes it possible to set up a quite robust system using GRUB. 207 (Future): Replaced with a description about GRUB 2. 329 we build against kFreeBSD 5.x headers the GRUB shell will work on 360 * docs/grub.texi (Making a GRUB bootable CD-ROM): minor edits, 378 * docs/grub.texi (Making a GRUB bootable CD-ROM): New section. 411 defined as an alias of grub_memmove. This is copied from GRUB 2. 555 * docs/grub.texi (Obtaining and Building GRUB): Instead of 585 * util/grub-install.in: Support an install devices in GRUB's 588 * docs/grub.texi (Installing GRUB using grub-install): Added an 736 * util/mkbimage: New File. `mkbimage' depends on GRUB and [all …]
|
/external/grub/util/ |
D | grub-install | 62 Install GRUB on your drive. 66 --root-directory=DIR install GRUB images under the directory DIR 70 --force-lba force GRUB to use LBA mode even for a buggy 74 INSTALL_DEVICE can be a GRUB device name or a system device filename. 76 grub-install copies GRUB images into the DIR/boot directory specfied by
|
D | grub-install.in | 62 Install GRUB on your drive. 66 --root-directory=DIR install GRUB images under the directory DIR 70 --force-lba force GRUB to use LBA mode even for a buggy 74 INSTALL_DEVICE can be a GRUB device name or a system device filename. 76 grub-install copies GRUB images into the DIR/boot directory specfied by
|
D | grub-set-default.in | 32 Set the default boot entry for GRUB. 86 echo "No GRUB directory found under ${rootdir}/" 1>&2
|
D | grub-set-default | 32 Set the default boot entry for GRUB. 86 echo "No GRUB directory found under ${rootdir}/" 1>&2
|
/external/grub/stage2/ |
D | cmdline.c | 24 # define GRUB 1 macro
|
D | common.c | 24 # define GRUB 1 macro
|
/external/grub/netboot/ |
D | README.netboot | 31 unnecessary driver, because GRUB might crash if you include too many 167 The description about how to use the support can be found in the GRUB
|
D | misc.c | 22 #define GRUB 1 macro
|
D | etherboot.h | 542 #ifndef GRUB
|
D | fsys_tftp.c | 33 #define GRUB 1 macro
|
12