Penguin
Annotated edit history of grub(8) version 2, including all changes. View license author blame.
Rev Author # Line
2 IanMcDonald 1 <verbatim>
2 NAME
3 grub - the grub shell
1 JohnMcPherson 4
2 IanMcDonald 5 SYNOPSIS
6 grub [OPTION]...
1 JohnMcPherson 7
2 IanMcDonald 8 DESCRIPTION
9 Enter the GRand Unified Bootloader command shell.
1 JohnMcPherson 10
2 IanMcDonald 11 --batch
12 turn on batch mode for non-interactive use
1 JohnMcPherson 13
2 IanMcDonald 14 --boot-drive=DRIVE
15 specify stage2 boot_drive [default=0x0]
1 JohnMcPherson 16
2 IanMcDonald 17 --config-file=FILE
18 specify stage2 config_file [default=/boot/grub/menu.lst]
19
20 --device-map=FILE
21 use the device map file FILE
22
23 --help display this message and exit
24
25 --hold wait until a debugger will attach
26
27 --install-partition=PAR
28 specify stage2 install_partition [default=0x20000]
29
30 --no-config-file
31 do not use the config file
32
33 --no-curses
34 do not use curses
35
36 --no-floppy
37 do not probe any floppy drive
38
39 --no-pager
40 do not use internal pager
41
42 --preset-menu
43 use the preset menu
44
45 --probe-second-floppy
46 probe the second floppy drive
47
48 --read-only
49 do not write anything to devices
50
51 --verbose
52 print verbose messages
53
54 --version
55 print version information and exit
56
57 REPORTING BUGS
58 Report bugs to <bug-grub@gnu.org>.
59 </verbatim>
60 <pre>
61 SEE ALSO
62 [update-grub(8)], [grub-install(8)].
63
64 The full documentation for grub is maintained as a Texinfo manual in
65 the grub-doc package. If the info and grub programs are properly
66 installed at your site, the command
67
68 info grub
69
70 should give you access to the complete manual.
71 </pre>
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.