Unix and Linux Discussions Tagged with install |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
6,427 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,323 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,454 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
50,433 |
Solaris |
|
|
|
3 |
30,781 |
Solaris |
|
|
|
8 |
19,699 |
Shell Programming and Scripting |
|
|
|
9 |
37,437 |
Red Hat |
|
|
|
2 |
44,746 |
Solaris |
|
|
|
7 |
19,107 |
Linux |
|
|
|
0 |
4,171 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,288 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
4,163 |
Shell Programming and Scripting |
|
|
|
3 |
4,455 |
AIX |
|
|
|
1 |
11,345 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,123 |
UNIX for Beginners Questions & Answers |
|
|
|
21 |
10,353 |
UNIX for Advanced & Expert Users |
|
|
|
10 |
13,041 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,426 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
17,519 |
SCO |
|
|
|
8 |
11,070 |
AIX |
|
|
|
0 |
2,410 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
5,385 |
Solaris |
|
|
|
1 |
11,544 |
Answers to Frequently Asked Questions |
|
|
|
3 |
6,459 |
Solaris |
|
|
|
1 |
3,368 |
Ubuntu |
|
|
|
0 |
2,428 |
Shell Programming and Scripting |
|
|
|
0 |
2,691 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,629 |
Shell Programming and Scripting |
|
|
|
4 |
4,139 |
Linux |
|
|
|
2 |
3,601 |
Red Hat |
|
|
|
3 |
4,656 |
UNIX and Linux Applications |
|
|
|
1 |
3,455 |
Solaris |
|
|
|
2 |
4,320 |
Linux |
|
|
|
1 |
6,952 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,558 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
15,061 |
Answers to Frequently Asked Questions |
|
|
|
2 |
3,333 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
3,719 |
Red Hat |
|
|
|
0 |
4,341 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
2,975 |
Solaris |
GRUB-INSTALL(8) FSF GRUB-INSTALL(8)
NAME
grub-install - install GRUB on your drive
SYNOPSIS
grub-install [OPTION] install_device
DESCRIPTION
Install GRUB on your drive.
-h, --help
print this message and exit
-v, --version
print the version information and exit
--root-directory=DIR
install GRUB images under the directory DIR instead of the root directory
--grub-shell=FILE
use FILE as the grub shell
--no-floppy
do not probe any floppy drive
--force-lba
force GRUB to use LBA mode even for a buggy BIOS
--recheck
probe a device map even if it already exists
INSTALL_DEVICE can be a GRUB device name or a system device filename.
grub-install copies GRUB images into the DIR/boot directory specfied by --root-directory, and uses the grub shell to install grub into the
boot sector.
REPORTING BUGS
Report bugs to <bug-grub@gnu.org>.
SEE ALSO
grub(8), update-grub(8).
The full documentation for grub-install is maintained as a Texinfo manual in the grub-legacy-doc package. If the info and grub-install
programs are properly installed at your site, the command
info grub-install
should give you access to the complete manual.
grub-install (GNU GRUB 0.97) January 2013 GRUB-INSTALL(8)