/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-1 | 5 * GRUB: (grub). The GRand Unified Bootloader 6 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive 35 GRUB manual 38 This is the documentation of GNU GRUB, the GRand Unified Bootloader, 45 * Introduction:: Capturing the spirit of GRUB 46 * Naming convention:: Names of your drives in GRUB 47 * Installation:: Installing GRUB on your drive 51 * Serial terminal:: Using GRUB via a serial line 52 * Preset Menu:: Embedding a configuration file into GRUB 54 * Images:: GRUB image files [all …]
|
H A 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 …]
|
H A 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 …]
|
H A D | grub.info-2 | 5 * GRUB: (grub). The GRand Unified Bootloader 6 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive 46 GRUB provides two second stage images, `nbgrub' and `pxegrub' (*note 56 However, there is one thing specific to GRUB. Namely, how to specify 57 a configuration file in a BOOTP/DHCP server. For now, GRUB uses the tag 83 Using GRUB via a serial line 87 GRUB. 98 As for GRUB, the instruction to set up a serial terminal is quite 100 `--disable-serial' to the configure script when you built your GRUB 104 Then, initialize your serial terminal after GRUB starts up. Here is [all …]
|
H A D | grub.info-3 | 5 * GRUB: (grub). The GRand Unified Bootloader 6 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive 42 unless you are familiar with GRUB. Use `setup' (*note setup::) 50 it is a GRUB Stage 1 of the right version number, install in it a 56 present, GRUB will determine the address automatically. It then 82 bitmap even if they do have the support. So GRUB provides a 126 if you want to load a NetBSD ELF kernel, because GRUB can 131 option is specified, GRUB doesn't pass the option `mem=' to the 161 Set the active partition on the root disk to GRUB's root device. 286 the disk that GRUB can read, but setting the correct root device [all …]
|
H A D | grub.info-4 | 5 * GRUB: (grub). The GRand Unified Bootloader 6 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive 35 The bootstrap mechanism used in GRUB 43 However, GRUB is a very large program, so we break GRUB into 2 (or 3) 57 GRUB should support both the CHS mode and the LBA mode (*note Low-level 60 The solution used by GRUB is that Stage 1 loads only the first 134 When you write patches for GRUB, please send them to the mailing list 144 Building GRUB::). 156 GRUB is under GNU General Public License, you may not steal code 159 copyrights. Feel free to ask GRUB maintainers, whenever you are
|
H A 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 …]
|
H A D | menu.lst | 75 # For installing GRUB into the hard disk 76 title Install GRUB into the hard disk
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A 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.
|
H A D | NEWS | 1 NEWS - list of user-visible changes between releases of GRUB 38 * Display "GNU GRUB" instead of "GRUB" in the menu. 42 * Add support for an install device in GRUB's notation with no 49 Also, add the support into GRUB. 54 * The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on 60 ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back 61 input characters. If you specify ``--no-edit'', GRUB will disable the 66 * Support for booting Linux is rewritten, so GRUB now supports 84 lines to fit the screen, GRUB waits until you hit return key. This 96 * The utility ``grub-install'' makes sure that GRUB images have been [all …]
|
H A 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 …]
|
H A D | AUTHORS | 17 Erich Stefan Boleyn originally designed and implemented GRUB. 19 Gordon Matzigkeit adopted GRUB into the GNU Project. He fixed several 30 GRUB manual, and several new commands. He is the current official 61 Eric Kvaalen fixed a lot of problems in the GRUB manual.
|
H A 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
|
H A D | AUTHORS.descrip | 1 GRUB SOFTWARE
|
H A D | COPYING.descrip | 1 GRUB SOFTWARE
|
H A D | BUGS | 1 See the Bug Tracking System for GNU GRUB on Savannah. The URL is:
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | Makefile.solaris | 11 GRUB = grub 13 $(GRUB) := LIBS = ../stage2/libgrub.a ../lib/libcommon.a -lcurses 14 $(GRUB) := LDFLAGS += $(LDLIBS.cmd) 15 $(GRUB) := CCLD = $(CC) 33 PROGRAMS = $(GRUB) 51 $(GRUB): $(GRUB_OBJS) $(MAPFILES)
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_errno.def | 44 grub_errno_def(EG_INVALIDCMD, "Invalid GRUB command") 45 grub_errno_def(EG_INVALIDMENU, "Invalid GRUB menu") 46 grub_errno_def(EG_INVALIDENT, "Invalid GRUB entry") 47 grub_errno_def(EG_INVALIDLINE, "Invalid GRUB line") 48 grub_errno_def(EG_INVALIDBARG, "Invalid GRUB boot arguments") 69 grub_errno_def(EG_ROOTNOTSUPP, "Selected GRUB menu entry contains "\
|
/illumos-gate/usr/src/grub/ |
H A D | README.grub | 3 The current version of GRUB is based on 16 which is for GRUB 0.93. The file grub-0.95-graphics.patch 17 is for GRUB 0.95 (after manually patched with the 0.93 changes 23 GRUB 0.95 diskless patches by Feng Shuo:
|
H A D | Makefile | 17 GRUB = grub-0.97 macro 19 SUBDIRS = $(GRUB) 42 $(GRUB): FRC
|
H A D | capability | 27 # This file defines the current capabilities of GRUB over and above that 30 # The version field contains the version of the associated GRUB software. The 32 # GRUB necessitating that the boot blocks be reinstalled for that fix or
|
H A D | menu.lst | 23 # Uncomment the following line to enable GRUB splashimage on console 40 # If GRUB determines if the booting system is 64-bit capable,
|
/illumos-gate/usr/src/grub/grub-0.97/util/ |
H A 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
|
H A D | grub-set-default.in | 32 Set the default boot entry for GRUB. 86 echo "No GRUB directory found under ${rootdir}/" 1>&2
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-boot-grub.p5m | 35 set name=pkg.summary value="GNU GRUB - GNU GRand Unified Bootloader" 74 name="GNU GRUB - GNU GRand Unified Bootloader" 75 legacy pkg=SUNWgrubr desc="GRUB libraries" name="GRUB (Root)"
|