Penguin
Blame: grub-install(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of grub-install(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 IanMcDonald 1 <verbatim>
2 NAME
3 grub-install - install GRUB on your drive
4
5 SYNOPSIS
6 grub-install [OPTION] install_device
7
8 DESCRIPTION
9 Install GRUB on your drive.
10
11 -h, --help
12 print this message and exit
13
14 -v, --version
15 print the version information and exit
16
17 --root-directory=DIR
18 install GRUB images under the directory DIR instead of the root
19 directory
20
21 --grub-shell=FILE
22 use FILE as the grub shell
23
24 --no-floppy
25 do not probe any floppy drive
26
27 --force-lba
28 force GRUB to use LBA mode even for a buggy BIOS
29
30 --recheck
31 probe a device map even if it already exists
32
33 INSTALL_DEVICE can be a GRUB device name or a system device filename.
34
35 grub-install copies GRUB images into the DIR/boot directory specfied by
36 --root-directory, and uses the grub shell to install grub into the boot
37 sector.
38
39 REPORTING BUGS
40 Report bugs to <bug-grub@gnu.org>.
41 </verbatim>
42 <pre>
43 SEE ALSO
44 [grub(8)], [update-grub(8)].
45
46 The full documentation for grub-install is maintained as a Texinfo man-
47 ual in the grub-doc package. If the info and grub-install programs are
48 properly installed at your site, the command
49
50 info grub-install
51
52 should give you access to the complete manual.
53 </pre>
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.