Lines Matching refs:grub
1 This is ../../docs/grub.info, produced by makeinfo version 4.8 from
2 ../../docs/grub.texi.
6 * GRUB: (grub). The GRand Unified Bootloader
7 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive
8 * grub-md5-crypt: (grub)Invoking grub-md5-crypt. Encrypt a password
10 * grub-terminfo: (grub)Invoking grub-terminfo. Generate a terminfo
13 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
15 * mbchk: (grub)Invoking mbchk. Check for the format of a Multiboot kernel
34 File: grub.info, Node: Top, Next: Introduction, Up: (dir)
60 * Invoking the grub shell:: How to use the grub shell
61 * Invoking grub-install:: How to use the GRUB installer
62 * Invoking grub-md5-crypt:: How to generate a cryptic password
63 * Invoking grub-terminfo:: How to generate a terminfo command
64 * Invoking grub-set-default:: How to set a default boot entry
73 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top
86 File: grub.info, Node: Overview, Next: History, Up: Introduction
125 Besides the GRUB boot loader itself, there is a "grub shell" `grub'
126 (*note Invoking the grub shell::) which can be run when you are in your
131 File: grub.info, Node: Overview-Footnotes, Up: Overview
138 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction
163 File: grub.info, Node: Features, Next: Role of a boot loader, Prev: History, Up: Introduction
290 File: grub.info, Node: Features-Footnotes, Up: Features
297 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
328 File: grub.info, Node: Role of a boot loader-Footnotes, Up: Role of a boot loader
334 File: grub.info, Node: Naming convention, Next: Installation, Prev: Introduction, Up: Top
410 File: grub.info, Node: Installation, Next: Booting, Prev: Naming convention, Up: Top
422 using the utility `grub-install' (*note Invoking grub-install::) on a
433 `/usr/lib/grub/i386-pc'. If you do not use grub-install, then you need
435 `/boot/grub', and run the `grub-set-default' (*note Invoking
436 grub-set-default::) if you intend to use `default saved' (*note
438 GRUB images are initially placed (normally `/usr/lib/grub/i386-pc')
440 loader needs to find them (usually `/boot/grub') will be called the
447 * Installing GRUB using grub-install::
451 File: grub.info, Node: Creating a GRUB boot floppy, Next: Installing GRUB natively, Up: Installa…
466 # cd /usr/lib/grub/i386-pc
479 File: grub.info, Node: Installing GRUB natively, Next: Installing GRUB using grub-install, Prev:…
498 using grub-install::.
505 grub> root (hd0,0)
510 grub> find /boot/grub/stage1
512 This will search for the file name `/boot/grub/stage1' and show the
518 grub> setup (hd0)
525 grub> setup (hd0,0)
536 File: grub.info, Node: Installing GRUB natively-Footnotes, Up: Installing GRUB natively
543 File: grub.info, Node: Installing GRUB using grub-install, Next: Making a GRUB bootable CD-ROM, …
545 3.3 Installing GRUB using grub-install
557 GNU), invoke the program `grub-install' (*note Invoking grub-install::)
566 # grub-install /dev/hda
570 # grub-install /dev/hd0
574 # grub-install '(hd0)'
578 # grub-install hd0
588 # grub-install --root-directory=/mnt fd0
593 anything about mountpoints at all. Thus, you need to run `grub-install'
596 # grub-install --root-directory=/boot /dev/hda
599 drives correctly under a UNIX-like OS. Thus, `grub-install' will prompt
605 Note that `grub-install' is actually just a shell script and the
606 real task is done by the grub shell `grub' (*note Invoking the grub
607 shell::). Therefore, you may run `grub' directly to install GRUB,
608 without using `grub-install'. Don't do that, however, unless you are
613 File: grub.info, Node: Making a GRUB bootable CD-ROM, Prev: Installing GRUB using grub-install, …
636 $ mkdir -p iso/boot/grub
640 $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub
642 If desired, make the config file `menu.lst' under `iso/boot/grub'
648 $ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
649 -boot-load-size 4 -boot-info-table -o grub.iso iso
651 This produces a file named `grub.iso', which then can be burned into
653 the `boot/grub/stage2_eltorito' file, so there is no need to setup GRUB
663 File: grub.info, Node: Making a GRUB bootable CD-ROM-Footnotes, Up: Making a GRUB bootable CD-ROM
669 File: grub.info, Node: Booting, Next: Configuration, Prev: Installation, Up: Top
684 File: grub.info, Node: General boot methods, Next: OS-specific notes, Up: Booting
704 File: grub.info, Node: Loading an operating system directly, Next: Chain-loading, Up: General bo…
736 File: grub.info, Node: Chain-loading, Prev: Loading an operating system directly, Up: General bo…
749 grub> rootnoverify (hd0,0)
755 grub> makeactive
760 grub> chainloader +1
773 File: grub.info, Node: Chain-loading-Footnotes, Up: Chain-loading
778 File: grub.info, Node: OS-specific notes, Next: Making your system robust, Prev: General boot me…
797 File: grub.info, Node: GNU/Hurd, Next: GNU/Linux, Up: OS-specific notes
812 grub> kernel /boot/gnumach root=hd0s1
813 grub> module /boot/serverboot
818 File: grub.info, Node: GNU/Linux, Next: FreeBSD, Prev: GNU/Hurd, Up: OS-specific notes
831 grub> kernel /vmlinuz root=/dev/hda1
836 grub> kernel /vmlinuz root=/dev/hda1 vga=ext
844 grub> initrd /initrd
855 File: grub.info, Node: FreeBSD, Next: NetBSD, Prev: GNU/Linux, Up: OS-specific notes
868 grub> root (hd0,a)
869 grub> kernel /boot/loader
870 grub> boot
873 File: grub.info, Node: NetBSD, Next: OpenBSD, Prev: FreeBSD, Up: OS-specific notes
886 grub> kernel --type=netbsd /netbsd-elf
895 File: grub.info, Node: OpenBSD, Next: DOS/Windows, Prev: NetBSD, Up: OS-specific notes
904 File: grub.info, Node: DOS/Windows, Next: SCO UnixWare, Prev: OpenBSD, Up: OS-specific notes
919 grub> map (hd0) (hd1)
920 grub> map (hd1) (hd0)
942 grub> unhide (hd0,0)
943 grub> hide (hd0,1)
944 grub> rootnoverify (hd0,0)
945 grub> chainloader +1
946 grub> makeactive
947 grub> boot
950 File: grub.info, Node: SCO UnixWare, Next: QNX, Prev: DOS/Windows, Up: OS-specific notes
959 grub> rootnoverify (hd1,0)
960 grub> chainloader --force +1
961 grub> makeactive
962 grub> boot
965 File: grub.info, Node: QNX, Prev: SCO UnixWare, Up: OS-specific notes
973 grub> rootnoverify (hd1,1)
974 grub> chainloader +4
975 grub> boot
978 File: grub.info, Node: Making your system robust, Prev: OS-specific notes, Up: Booting
1012 File: grub.info, Node: Booting once-only, Next: Booting fallback systems, Up: Making your system…
1052 time. For this, execute `grub-set-default' (*note Invoking
1053 grub-set-default::):
1055 # grub-set-default 1
1066 File: grub.info, Node: Booting fallback systems, Prev: Booting once-only, Up: Making your system…
1121 However, you need to run `grub-set-default' (*note Invoking
1122 grub-set-default::) when `A' starts correctly or you fix `A' after it
1127 # grub-set-default 0
1132 file `/boot/grub/default' (or `/grub/default' in some systems). Because
1137 `grub-set-default' when you need to change the default entry.
1140 File: grub.info, Node: Configuration, Next: Network, Prev: Booting, Up: Top
1272 File: grub.info, Node: Network, Next: Serial terminal, Prev: Configuration, Up: Top
1288 File: grub.info, Node: General usage of network support, Next: Diskless, Up: Network
1310 grub> ifconfig --address=192.168.110.23 --server=192.168.110.14
1322 grub> bootp
1328 grub> root (nd)
1329 grub> kernel /tftproot/gnumach.gz root=sd0s1
1330 grub> module /tftproot/serverboot.gz
1331 grub> boot
1334 File: grub.info, Node: General usage of network support-Footnotes, Up: General usage of network s…
1339 File: grub.info, Node: Diskless, Prev: General usage of network support, Up: Network
1387 File: grub.info, Node: Serial terminal, Next: Preset Menu, Prev: Network, Up: Top
1412 grub> serial --unit=0 --speed=9600
1413 grub> terminal serial
1435 File: grub.info, Node: Preset Menu, Next: Security, Prev: Serial terminal, Up: Top
1489 File: grub.info, Node: Security, Next: Images, Prev: Preset Menu, Up: Top
1519 md5crypt::). For example, run the grub shell (*note Invoking the grub
1522 grub> md5crypt
1532 password PASSWORD /boot/grub/menu-admin.lst
1534 In this case, GRUB will load `/boot/grub/menu-admin.lst' as a
1561 File: grub.info, Node: Images, Next: Filesystem, Prev: Security, Up: Top
1625 File: grub.info, Node: Filesystem, Next: Interface, Prev: Images, Up: Top
1643 File: grub.info, Node: Device syntax, Next: File name syntax, Up: Filesystem
1686 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: File…
1696 `(hd0,0)/boot/grub/menu.lst'. This means the file `/boot/grub/menu.lst'
1704 File: grub.info, Node: Block list syntax, Prev: File name syntax, Up: Filesystem
1724 File: grub.info, Node: Interface, Next: Commands, Prev: Filesystem, Up: Top
1747 File: grub.info, Node: Command-line interface, Next: Menu interface, Up: Interface
1816 File: grub.info, Node: Command-line interface-Footnotes, Up: Command-line interface
1822 File: grub.info, Node: Menu interface, Next: Menu entry editor, Prev: Command-line interface, U…
1846 File: grub.info, Node: Menu entry editor, Next: Hidden menu interface, Prev: Menu interface, Up…
1872 File: grub.info, Node: Hidden menu interface, Prev: Menu entry editor, Up: Interface
1887 File: grub.info, Node: Commands, Next: Troubleshooting, Prev: Interface, Up: Top
1906 File: grub.info, Node: Menu-specific commands, Next: General commands, Up: Commands
1942 File: grub.info, Node: default, Next: fallback, Up: Menu-specific commands
1957 File: grub.info, Node: fallback, Next: hiddenmenu, Prev: default, Up: Menu-specific commands
1971 File: grub.info, Node: hiddenmenu, Next: timeout, Prev: fallback, Up: Menu-specific commands
1984 File: grub.info, Node: timeout, Next: title, Prev: hiddenmenu, Up: Menu-specific commands
1994 File: grub.info, Node: title, Prev: timeout, Up: Menu-specific commands
2004 File: grub.info, Node: General commands, Next: Command-line and menu entry commands, Prev: Menu-…
2032 File: grub.info, Node: bootp, Next: color, Up: General commands
2047 File: grub.info, Node: color, Next: device, Prev: bootp, Up: General commands
2111 File: grub.info, Node: device, Next: dhcp, Prev: color, Up: General commands
2117 In the grub shell, specify the file FILE as the actual drive for a
2122 grub> device (fd0) /floppy-image
2123 grub> device (hd0) /dev/sd0
2125 This command can be used only in the grub shell (*note Invoking
2126 the grub shell::).
2129 File: grub.info, Node: dhcp, Next: hide, Prev: device, Up: General commands
2145 File: grub.info, Node: hide, Next: ifconfig, Prev: dhcp, Up: General commands
2157 File: grub.info, Node: ifconfig, Next: pager, Prev: hide, Up: General commands
2171 File: grub.info, Node: pager, Next: partnew, Prev: ifconfig, Up: General commands
2182 File: grub.info, Node: partnew, Next: parttype, Prev: pager, Up: General commands
2194 File: grub.info, Node: parttype, Next: password, Prev: partnew, Up: General commands
2205 File: grub.info, Node: password, Next: rarp, Prev: parttype, Up: General commands
2223 File: grub.info, Node: rarp, Next: serial, Prev: password, Up: General commands
2234 File: grub.info, Node: serial, Next: setkey, Prev: rarp, Up: General commands
2251 grub shell and is used to specify the tty device to be used in the
2252 host operating system (*note Invoking the grub shell::).
2261 File: grub.info, Node: setkey, Next: terminal, Prev: serial, Up: General commands
2273 grub> setkey capslock control
2274 grub> setkey control capslock
2387 File: grub.info, Node: terminal, Next: terminfo, Prev: setkey, Up: General commands
2422 File: grub.info, Node: terminfo, Next: tftpserver, Prev: terminal, Up: General commands
2434 You can use the utility `grub-terminfo' to generate appropriate
2435 arguments to this command. *Note Invoking grub-terminfo::.
2440 File: grub.info, Node: tftpserver, Next: unhide, Prev: terminfo, Up: General commands
2455 File: grub.info, Node: unhide, Prev: tftpserver, Up: General commands
2467 File: grub.info, Node: Command-line and menu entry commands, Prev: General commands, Up: Commands
2504 * quit:: Exit from the grub shell
2517 File: grub.info, Node: blocklist, Next: boot, Up: Command-line and menu entry commands
2527 File: grub.info, Node: boot, Next: cat, Prev: blocklist, Up: Command-line and menu entry comman…
2538 File: grub.info, Node: cat, Next: chainloader, Prev: boot, Up: Command-line and menu entry comm…
2547 grub> cat /etc/fstab
2550 File: grub.info, Node: chainloader, Next: cmp, Prev: cat, Up: Command-line and menu entry comma…
2565 File: grub.info, Node: cmp, Next: configfile, Prev: chainloader, Up: Command-line and menu entr…
2584 File: grub.info, Node: configfile, Next: debug, Prev: cmp, Up: Command-line and menu entry comm…
2593 File: grub.info, Node: debug, Next: displayapm, Prev: configfile, Up: Command-line and menu ent…
2605 File: grub.info, Node: displayapm, Next: displaymem, Prev: debug, Up: Command-line and menu ent…
2614 File: grub.info, Node: displaymem, Next: embed, Prev: displayapm, Up: Command-line and menu ent…
2630 File: grub.info, Node: embed, Next: find, Prev: displaymem, Up: Command-line and menu entry com…
2645 File: grub.info, Node: embed-Footnotes, Up: embed
2650 File: grub.info, Node: find, Next: fstest, Prev: embed, Up: Command-line and menu entry commands
2659 `/boot/grub/stage1'.
2662 File: grub.info, Node: fstest, Next: geometry, Prev: find, Up: Command-line and menu entry comm…
2678 File: grub.info, Node: geometry, Next: halt, Prev: fstest, Up: Command-line and menu entry comm…
2684 Print the information for the drive DRIVE. In the grub shell, you
2692 File: grub.info, Node: halt, Next: help, Prev: geometry, Up: Command-line and menu entry comman…
2703 File: grub.info, Node: help, Next: impsprobe, Prev: halt, Up: Command-line and menu entry comma…
2719 File: grub.info, Node: impsprobe, Next: initrd, Prev: help, Up: Command-line and menu entry com…
2728 not in the grub shell.
2731 File: grub.info, Node: initrd, Next: install, Prev: impsprobe, Up: Command-line and menu entry …
2742 File: grub.info, Node: install, Next: ioprobe, Prev: initrd, Up: Command-line and menu entry co…
2796 *Caution3:* You must specify the option `--stage2' in the grub
2802 File: grub.info, Node: install-Footnotes, Up: install
2808 File: grub.info, Node: ioprobe, Next: kernel, Prev: install, Up: Command-line and menu entry co…
2819 File: grub.info, Node: kernel, Next: lock, Prev: ioprobe, Up: Command-line and menu entry comma…
2844 File: grub.info, Node: lock, Next: makeactive, Prev: kernel, Up: Command-line and menu entry co…
2864 File: grub.info, Node: makeactive, Next: map, Prev: lock, Up: Command-line and menu entry comma…
2874 File: grub.info, Node: map, Next: md5crypt, Prev: makeactive, Up: Command-line and menu entry c…
2884 grub> map (hd0) (hd1)
2885 grub> map (hd1) (hd0)
2891 File: grub.info, Node: md5crypt, Next: module, Prev: map, Up: Command-line and menu entry comma…
2902 File: grub.info, Node: module, Next: modulenounzip, Prev: md5crypt, Up: Command-line and menu e…
2916 File: grub.info, Node: modulenounzip, Next: pause, Prev: module, Up: Command-line and menu entr…
2926 File: grub.info, Node: pause, Next: quit, Prev: modulenounzip, Up: Command-line and menu entry …
2938 File: grub.info, Node: quit, Next: reboot, Prev: pause, Up: Command-line and menu entry commands
2944 Exit from the grub shell `grub' (*note Invoking the grub shell::).
2945 This command can be used only in the grub shell.
2948 File: grub.info, Node: reboot, Next: read, Prev: quit, Up: Command-line and menu entry commands
2957 File: grub.info, Node: read, Next: root, Prev: reboot, Up: Command-line and menu entry commands
2967 File: grub.info, Node: root, Next: rootnoverify, Prev: read, Up: Command-line and menu entry co…
2987 File: grub.info, Node: rootnoverify, Next: savedefault, Prev: root, Up: Command-line and menu e…
3000 File: grub.info, Node: savedefault, Next: setup, Prev: rootnoverify, Up: Command-line and menu …
3031 See also *Note default:: and *Note Invoking grub-set-default::.
3034 File: grub.info, Node: setup, Next: testload, Prev: savedefault, Up: Command-line and menu entr…
3052 searches them in `/boot/grub' and `/grub'.
3058 File: grub.info, Node: testload, Next: testvbe, Prev: setup, Up: Command-line and menu entry co…
3073 File: grub.info, Node: testvbe, Next: uppermem, Prev: testload, Up: Command-line and menu entry…
3084 File: grub.info, Node: uppermem, Next: vbeprobe, Prev: testvbe, Up: Command-line and menu entry…
3099 File: grub.info, Node: vbeprobe, Prev: uppermem, Up: Command-line and menu entry commands
3111 File: grub.info, Node: Troubleshooting, Next: Invoking the grub shell, Prev: Commands, Up: Top
3117 encounter trouble. *Note Invoking the grub shell::, if your problem is
3118 specific to the grub shell.
3127 File: grub.info, Node: Stage1 errors, Next: Stage1.5 errors, Up: Troubleshooting
3162 File: grub.info, Node: Stage1.5 errors, Next: Stage2 errors, Prev: Stage1 errors, Up: Troublesh…
3175 File: grub.info, Node: Stage2 errors, Prev: Stage1.5 errors, Up: Troubleshooting
3351 File: grub.info, Node: Invoking the grub shell, Next: Invoking grub-install, Prev: Troubleshooti…
3353 15 Invoking the grub shell
3356 This chapter documents the grub shell `grub'. Note that the grub shell
3365 * Basic usage:: How to use the grub shell
3366 * Installation under UNIX:: How to install GRUB via `grub'
3370 File: grub.info, Node: Basic usage, Next: Installation under UNIX, Up: Invoking the grub shell
3372 15.1 Introduction into the grub shell
3375 You can use the command `grub' for installing GRUB under your operating
3377 fixing a bug. `grub' is almost the same as the Stage 2, and, in fact,
3379 commands (*note Commands::) in `grub'. It is emulated by replacing BIOS
3382 The command `grub' accepts the following options:
3403 the grub shell does not probe it, as that sometimes takes a long
3405 grub shell just ignores this option.
3408 Read the configuration file FILE instead of `/boot/grub/menu.lst'.
3438 File: grub.info, Node: Installation under UNIX, Next: Device map, Prev: Basic usage, Up: Invoki…
3440 15.2 How to install GRUB via `grub'
3444 *Note Installation::, for more information. The command `grub'-specific
3447 What you should be careful about is "buffer cache". `grub' makes use
3453 data, unmount them before running `grub'.
3459 that no activity is being done on it while the command `grub' is
3475 # Use /usr/sbin/grub if you are on an older system.
3476 /sbin/grub --batch <<EOT 1>/dev/null 2>/dev/null
3483 File: grub.info, Node: Device map, Prev: Installation under UNIX, Up: Invoking the grub shell
3489 grub shell creates the "device map file" automatically unless it
3490 already exists. The file name `/boot/grub/device.map' is preferred.
3492 If the device map file exists, the grub shell reads it to map BIOS
3500 The reason why the grub shell gives you the device map file is that
3505 Thus, edit the file if the grub shell makes a mistake. You can put
3506 any comments in the file if needed, as the grub shell assumes that a
3510 File: grub.info, Node: Invoking grub-install, Next: Invoking grub-md5-crypt, Prev: Invoking the …
3512 16 Invoking grub-install
3515 The program `grub-install' installs GRUB on your drive using the grub
3516 shell (*note Invoking the grub shell::). You must specify the device
3519 grub-install INSTALL_DEVICE
3524 `grub-install' accepts the following options:
3544 grub-install --root-directory=/boot hd0
3546 `--grub-shell=FILE'
3547 Use FILE as the grub shell. You can append arbitrary options to
3550 grub-install --grub-shell="grub --read-only" /dev/fd0
3553 Recheck the device map, even if `/boot/grub/device.map' already
3558 File: grub.info, Node: Invoking grub-md5-crypt, Next: Invoking grub-terminfo, Prev: Invoking gru…
3560 17 Invoking grub-md5-crypt
3563 The program `grub-md5-crypt' encrypts a password in MD5 format. This
3564 is just a frontend of the grub shell (*note Invoking the grub shell::).
3568 `grub-md5-crypt' accepts the following options:
3576 `--grub-shell=FILE'
3577 Use FILE as the grub shell.
3580 File: grub.info, Node: Invoking grub-terminfo, Next: Invoking grub-set-default, Prev: Invoking g…
3582 18 Invoking grub-terminfo
3585 The program `grub-terminfo' generates a terminfo command from a
3591 `grub-terminfo' accepts the following options:
3601 grub-terminfo vt52
3604 File: grub.info, Node: Invoking grub-set-default, Next: Invoking mbchk, Prev: Invoking grub-term…
3606 19 Invoking grub-set-default
3609 The program `grub-set-default' sets the default boot entry for GRUB.
3611 directory (i.e. `/boot/grub'), if it is not present. This file is used
3617 `grub-set-default' accepts the following options:
3630 You must specify a single argument to `grub-set-default'. This
3648 grub-set-default 1
3659 File: grub.info, Node: Invoking mbchk, Next: Obtaining and Building GRUB, Prev: Invoking grub-se…
3679 File: grub.info, Node: Obtaining and Building GRUB, Next: Reporting bugs, Prev: Invoking mbchk, …
3691 `ftp://alpha.gnu.org/gnu/grub' or any of its mirrors. The file will be
3692 named grub-version.tar.gz. The current version is 0.97, so the file you
3695 `ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz'
3699 zcat grub-0.97.tar.gz | tar xvf -
3701 which will create a directory called `grub-0.97' with all the
3705 cd grub-0.97
3709 This will install the grub shell `grub' (*note Invoking the grub
3714 `http://savannah.gnu.org/cvs/?group=grub' for more information.
3717 File: grub.info, Node: Reporting bugs, Next: Future, Prev: Obtaining and Building GRUB, Up: Top
3727 (http://www.gnu.org/software/grub/grub-faq.html).
3770 Tracking System (http://savannah.gnu.org/bugs/?group=grub).
3772 <bug-grub@gnu.org>, but we strongly recommend that you use the Bug
3778 File: grub.info, Node: Future, Next: Internals, Prev: Reporting bugs, Up: Top
3787 a look at the homepage (http://www.gnu.org/software/grub/grub.html).
3790 File: grub.info, Node: Internals, Next: Index, Prev: Future, Up: Top
3818 File: grub.info, Node: Memory map, Next: Embedded data, Up: Internals
3880 File: grub.info, Node: Embedded data, Next: Filesystem interface, Prev: Memory map, Up: Interna…
3954 File: grub.info, Node: Filesystem interface, Next: Command interface, Prev: Embedded data, Up: …
4049 File: grub.info, Node: Command interface, Next: Bootstrap tricks, Prev: Filesystem interface, U…
4077 File: grub.info, Node: Bootstrap tricks, Next: I/O ports detection, Prev: Command interface, Up…
4129 File: grub.info, Node: I/O ports detection, Next: Memory detection, Prev: Bootstrap tricks, Up:…
4137 File: grub.info, Node: Memory detection, Next: Low-level disk I/O, Prev: I/O ports detection, U…
4146 File: grub.info, Node: Low-level disk I/O, Next: MBR, Prev: Memory detection, Up: Internals
4155 File: grub.info, Node: MBR, Next: Partition table, Prev: Low-level disk I/O, Up: Internals
4163 File: grub.info, Node: Partition table, Next: Submitting patches, Prev: MBR, Up: Internals
4172 File: grub.info, Node: Submitting patches, Prev: Partition table, Up: Internals
4178 <bug-grub@gnu.org>. Here is the list of items of which you should take
4209 File: grub.info, Node: Index, Prev: Internals, Up: Top
4314 Node: Installing GRUB using grub-install22739
4429 Node: Invoking the grub shell124033
4433 Node: Invoking grub-install129896
4434 Node: Invoking grub-md5-crypt131484
4435 Node: Invoking grub-terminfo132133
4436 Node: Invoking grub-set-default132899