Merge branch 'master' of git://github.com/illumos/illumos-gate
[unleashed.git] / usr / src / grub / grub-0.97 / docs / grub-install.8
blobac588a333ed260310a63b6f5f0edbe00c2532a88
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
2 .TH GRUB-INSTALL "8" "May 2005" "grub-install (GNU GRUB 0.97)" FSF
3 .SH NAME
4 grub-install \- install GRUB on your drive
5 .SH SYNOPSIS
6 .B grub-install
7 [\fIOPTION\fR] \fIinstall_device\fR
8 .SH DESCRIPTION
9 Install GRUB on your drive.
10 .TP
11 \fB\-h\fR, \fB\-\-help\fR
12 print this message and exit
13 .TP
14 \fB\-v\fR, \fB\-\-version\fR
15 print the version information and exit
16 .TP
17 \fB\-\-root\-directory\fR=\fIDIR\fR
18 install GRUB images under the directory DIR
19 instead of the root directory
20 .TP
21 \fB\-\-grub\-shell\fR=\fIFILE\fR
22 use FILE as the grub shell
23 .TP
24 \fB\-\-no\-floppy\fR
25 do not probe any floppy drive
26 .TP
27 \fB\-\-force\-lba\fR
28 force GRUB to use LBA mode even for a buggy
29 BIOS
30 .TP
31 \fB\-\-recheck\fR
32 probe a device map even if it already exists
33 .PP
34 INSTALL_DEVICE can be a GRUB device name or a system device filename.
35 .PP
36 grub-install copies GRUB images into the DIR/boot directory specfied by
37 \fB\-\-root\-directory\fR, and uses the grub shell to install grub into the boot
38 sector.
39 .SH "REPORTING BUGS"
40 Report bugs to <bug-grub@gnu.org>.
41 .SH "SEE ALSO"
42 The full documentation for
43 .B grub-install
44 is maintained as a Texinfo manual.  If the
45 .B info
46 and
47 .B grub-install
48 programs are properly installed at your site, the command
49 .IP
50 .B info grub-install
51 .PP
52 should give you access to the complete manual.