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: Top, Next: Introduction, Up: (dir)
59 * Invoking the grub shell:: How to use the grub shell
60 * Invoking grub-install:: How to use the GRUB installer
61 * Invoking grub-md5-crypt:: How to generate a cryptic password
62 * Invoking grub-terminfo:: How to generate a terminfo command
63 * Invoking grub-set-default:: How to set a default boot entry
72 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top
85 File: grub.info, Node: Overview, Next: History, Up: Introduction
124 Besides the GRUB boot loader itself, there is a "grub shell" `grub'
125 (*note Invoking the grub shell::) which can be run when you are in your
130 File: grub.info, Node: Overview-Footnotes, Up: Overview
137 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction
162 File: grub.info, Node: Features, Next: Role of a boot loader, Prev: History, Up: Introduction
289 File: grub.info, Node: Features-Footnotes, Up: Features
296 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
327 File: grub.info, Node: Role of a boot loader-Footnotes, Up: Role of a boot loader
333 File: grub.info, Node: Naming convention, Next: Installation, Prev: Introduction, Up: Top
409 File: grub.info, Node: Installation, Next: Booting, Prev: Naming convention, Up: Top
421 using the utility `grub-install' (*note Invoking grub-install::) on a
432 `/usr/lib/grub/i386-pc'. If you do not use grub-install, then you need
434 `/boot/grub', and run the `grub-set-default' (*note Invoking
435 grub-set-default::) if you intend to use `default saved' (*note
437 GRUB images are initially placed (normally `/usr/lib/grub/i386-pc')
439 loader needs to find them (usually `/boot/grub') will be called the
446 * Installing GRUB using grub-install::
450 File: grub.info, Node: Creating a GRUB boot floppy, Next: Installing GRUB natively, Up: Installa…
465 # cd /usr/lib/grub/i386-pc
478 File: grub.info, Node: Installing GRUB natively, Next: Installing GRUB using grub-install, Prev:…
497 using grub-install::.
504 grub> root (hd0,0)
509 grub> find /boot/grub/stage1
511 This will search for the file name `/boot/grub/stage1' and show the
517 grub> setup (hd0)
524 grub> setup (hd0,0)
535 File: grub.info, Node: Installing GRUB natively-Footnotes, Up: Installing GRUB natively
542 File: grub.info, Node: Installing GRUB using grub-install, Next: Making a GRUB bootable CD-ROM, …
544 Installing GRUB using grub-install
556 GNU), invoke the program `grub-install' (*note Invoking grub-install::)
565 # grub-install /dev/hda
569 # grub-install /dev/hd0
573 # grub-install '(hd0)'
577 # grub-install hd0
587 # grub-install --root-directory=/mnt fd0
592 anything about mountpoints at all. Thus, you need to run `grub-install'
595 # grub-install --root-directory=/boot /dev/hda
598 drives correctly under a UNIX-like OS. Thus, `grub-install' will prompt
604 Note that `grub-install' is actually just a shell script and the
605 real task is done by the grub shell `grub' (*note Invoking the grub
606 shell::). Therefore, you may run `grub' directly to install GRUB,
607 without using `grub-install'. Don't do that, however, unless you are
612 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
1311 grub> ifconfig --address=192.168.110.23 --server=192.168.110.14
1323 grub> bootp
1329 grub> root (nd)
1330 grub> kernel /tftproot/gnumach.gz root=sd0s1
1331 grub> module /tftproot/serverboot.gz
1332 grub> boot
1335 File: grub.info, Node: General usage of network support-Footnotes, Up: General usage of network s…