Lines Matching refs:grub

1 This is grub.info, produced by makeinfo version 4.0 from grub.texi.
5 * GRUB: (grub). The GRand Unified Bootloader
6 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive
7 * grub-md5-crypt: (grub)Invoking grub-md5-crypt. Encrypt a password
9 * grub-terminfo: (grub)Invoking grub-terminfo. Generate a terminfo
12 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
14 * mbchk: (grub)Invoking mbchk. Check for the format of a Multiboot kernel
33 File: grub.info, Node: install, Next: ioprobe, Prev: initrd, Up: Command-line and menu entry co…
87 *Caution3:* You must specify the option `--stage2' in the grub
93 File: grub.info, Node: install-Footnotes, Up: install
99 File: grub.info, Node: ioprobe, Next: kernel, Prev: install, Up: Command-line and menu entry co…
110 File: grub.info, Node: kernel, Next: lock, Prev: ioprobe, Up: Command-line and menu entry comma…
135 File: grub.info, Node: lock, Next: makeactive, Prev: kernel, Up: Command-line and menu entry co…
155 File: grub.info, Node: makeactive, Next: map, Prev: lock, Up: Command-line and menu entry comma…
165 File: grub.info, Node: map, Next: md5crypt, Prev: makeactive, Up: Command-line and menu entry c…
175 grub> map (hd0) (hd1)
176 grub> map (hd1) (hd0)
182 File: grub.info, Node: md5crypt, Next: module, Prev: map, Up: Command-line and menu entry comma…
193 File: grub.info, Node: module, Next: modulenounzip, Prev: md5crypt, Up: Command-line and menu e…
207 File: grub.info, Node: modulenounzip, Next: pause, Prev: module, Up: Command-line and menu entr…
217 File: grub.info, Node: pause, Next: quit, Prev: modulenounzip, Up: Command-line and menu entry …
229 File: grub.info, Node: quit, Next: reboot, Prev: pause, Up: Command-line and menu entry commands
235 Exit from the grub shell `grub' (*note Invoking the grub shell::).
236 This command can be used only in the grub shell.
239 File: grub.info, Node: reboot, Next: read, Prev: quit, Up: Command-line and menu entry commands
248 File: grub.info, Node: read, Next: root, Prev: reboot, Up: Command-line and menu entry commands
258 File: grub.info, Node: root, Next: rootnoverify, Prev: read, Up: Command-line and menu entry co…
278 File: grub.info, Node: rootnoverify, Next: savedefault, Prev: root, Up: Command-line and menu e…
291 File: grub.info, Node: savedefault, Next: setup, Prev: rootnoverify, Up: Command-line and menu …
322 See also *Note default:: and *Note Invoking grub-set-default::.
325 File: grub.info, Node: setup, Next: testload, Prev: savedefault, Up: Command-line and menu entr…
343 searches them in `/boot/grub' and `/grub'.
349 File: grub.info, Node: testload, Next: testvbe, Prev: setup, Up: Command-line and menu entry co…
364 File: grub.info, Node: testvbe, Next: uppermem, Prev: testload, Up: Command-line and menu entry…
375 File: grub.info, Node: uppermem, Next: vbeprobe, Prev: testvbe, Up: Command-line and menu entry…
390 File: grub.info, Node: vbeprobe, Prev: uppermem, Up: Command-line and menu entry commands
402 File: grub.info, Node: Troubleshooting, Next: Invoking the grub shell, Prev: Commands, Up: Top
408 encounter trouble. *Note Invoking the grub shell::, if your problem is
409 specific to the grub shell.
418 File: grub.info, Node: Stage1 errors, Next: Stage1.5 errors, Up: Troubleshooting
453 File: grub.info, Node: Stage1.5 errors, Next: Stage2 errors, Prev: Stage1 errors, Up: Troublesh…
466 File: grub.info, Node: Stage2 errors, Prev: Stage1.5 errors, Up: Troubleshooting
642 File: grub.info, Node: Invoking the grub shell, Next: Invoking grub-install, Prev: Troubleshooti…
644 Invoking the grub shell
647 This chapter documents the grub shell `grub'. Note that the grub
656 * Basic usage:: How to use the grub shell
657 * Installation under UNIX:: How to install GRUB via `grub'
661 File: grub.info, Node: Basic usage, Next: Installation under UNIX, Up: Invoking the grub shell
663 Introduction into the grub shell
666 You can use the command `grub' for installing GRUB under your
668 or when fixing a bug. `grub' is almost the same as the Stage 2, and, in
670 same commands (*note Commands::) in `grub'. It is emulated by replacing
673 The command `grub' accepts the following options:
694 the grub shell does not probe it, as that sometimes takes a long
696 grub shell just ignores this option.
699 Read the configuration file FILE instead of `/boot/grub/menu.lst'.
729 File: grub.info, Node: Installation under UNIX, Next: Device map, Prev: Basic usage, Up: Invoki…
731 How to install GRUB via `grub'
736 `grub'-specific information is described here.
738 What you should be careful about is "buffer cache". `grub' makes use
744 data, unmount them before running `grub'.
750 that no activity is being done on it while the command `grub' is
766 # Use /usr/sbin/grub if you are on an older system.
767 /sbin/grub --batch <<EOT 1>/dev/null 2>/dev/null
774 File: grub.info, Node: Device map, Prev: Installation under UNIX, Up: Invoking the grub shell
780 the grub shell creates the "device map file" automatically unless it
781 already exists. The file name `/boot/grub/device.map' is preferred.
783 If the device map file exists, the grub shell reads it to map BIOS
791 The reason why the grub shell gives you the device map file is that
796 Thus, edit the file if the grub shell makes a mistake. You can put
797 any comments in the file if needed, as the grub shell assumes that a
801 File: grub.info, Node: Invoking grub-install, Next: Invoking grub-md5-crypt, Prev: Invoking the
803 Invoking grub-install
806 The program `grub-install' installs GRUB on your drive using the
807 grub shell (*note Invoking the grub shell::). You must specify the
810 grub-install INSTALL_DEVICE
815 `grub-install' accepts the following options:
835 grub-install --root-directory=/boot hd0
837 `--grub-shell=FILE'
838 Use FILE as the grub shell. You can append arbitrary options to
841 grub-install --grub-shell="grub --read-only" /dev/fd0
844 Recheck the device map, even if `/boot/grub/device.map' already
849 File: grub.info, Node: Invoking grub-md5-crypt, Next: Invoking grub-terminfo, Prev: Invoking gru…
851 Invoking grub-md5-crypt
854 The program `grub-md5-crypt' encrypts a password in MD5 format.
855 This is just a frontend of the grub shell (*note Invoking the grub
859 `grub-md5-crypt' accepts the following options:
867 `--grub-shell=FILE'
868 Use FILE as the grub shell.
871 File: grub.info, Node: Invoking grub-terminfo, Next: Invoking grub-set-default, Prev: Invoking g…
873 Invoking grub-terminfo
876 The program `grub-terminfo' generates a terminfo command from a
882 `grub-terminfo' accepts the following options:
892 grub-terminfo vt52
895 File: grub.info, Node: Invoking grub-set-default, Next: Invoking mbchk, Prev: Invoking grub-term…
897 Invoking grub-set-default
900 The program `grub-set-default' sets the default boot entry for GRUB.
902 directory (i.e. `/boot/grub'), if it is not present. This file is used
908 `grub-set-default' accepts the following options:
921 You must specify a single argument to `grub-set-default'. This
939 grub-set-default 1
950 File: grub.info, Node: Invoking mbchk, Next: Obtaining and Building GRUB, Prev: Invoking grub-se…
970 File: grub.info, Node: Obtaining and Building GRUB, Next: Reporting bugs, Prev: Invoking mbchk, …
982 `ftp://alpha.gnu.org/gnu/grub' or any of its mirrors. The file will be
983 named grub-version.tar.gz. The current version is 0.95, so the file you
986 `ftp://alpha.gnu.org/gnu/grub/grub-0.95.tar.gz'
990 zcat grub-0.95.tar.gz | tar xvf -
992 which will create a directory called `grub-0.95' with all the
996 cd grub-0.95
1000 This will install the grub shell `grub' (*note Invoking the grub
1005 `http://savannah.gnu.org/cvs/?group=grub' for more information.
1008 File: grub.info, Node: Reporting bugs, Next: Future, Prev: Obtaining and Building GRUB, Up: Top
1018 (http://www.gnu.org/software/grub/grub-faq.html).
1061 Tracking System (http://savannah.gnu.org/bugs/?group=grub).
1063 <bug-grub@gnu.org>, but we strongly recommend that you use the Bug
1069 File: grub.info, Node: Future, Next: Internals, Prev: Reporting bugs, Up: Top
1078 a look at the homepage (http://www.gnu.org/software/grub/grub.html).
1081 File: grub.info, Node: Internals, Next: Index, Prev: Future, Up: Top
1109 File: grub.info, Node: Memory map, Next: Embedded data, Up: Internals
1171 File: grub.info, Node: Embedded data, Next: Filesystem interface, Prev: Memory map, Up: Interna…
1245 File: grub.info, Node: Filesystem interface, Next: Command interface, Prev: Embedded data, Up: …
1340 File: grub.info, Node: Command interface, Next: Bootstrap tricks, Prev: Filesystem interface, U…