Penguin

Differences between current version and predecessor to the previous major change of grub(8).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, September 11, 2007 11:44:57 am by IanMcDonald
Older page: version 1 Last edited on Monday, April 5, 2004 1:18:14 pm by JohnMcPherson Revert
@@ -1,33 +1,71 @@
-!! NAME  
-grub - the grub shell 
+<verbatim>  
+ NAME  
+ grub - the grub shell 
  
-!! SYNOPSIS  
-__ grub__ [['' OPTION'' ]... 
+SYNOPSIS  
+ grub [OPTION]... 
  
-!! DESCRIPTION  
-Enter the GRand Unified Bootloader command shell.  
-;__- batch__ : turn on batch mode for non-interactive use  
-;__- boot-drive__=''DRIVE'' : specify stage2 boot_drive [[default=0x0]  
-;__- config-file__=''FILE'' : specify stage2 config_file [[default=/boot/grub/grub.conf]  
-;__- device-map__=''FILE'' : use the device map file FILE  
-;__- help__ : display this message and exit  
-;__- hold__ : wait until a debugger will attach  
-;__- install-partition__=''PAR'' : specify stage2 install_partition [[default=0x20000]  
-;__- no-config-file__ : do not use the config file  
-;__- no-curses__ : do not use curses  
-;__- no-floppy__ : do not probe any floppy drive  
-;__- no-pager__ : do not use internal pager  
-;__- preset-menu__ : use the preset menu  
-;__- probe-second-floppy__ : probe the second floppy drive  
-;__- read-only__ : do not write anything to devices  
-;__- verbose__ : print verbose messages  
-;__- version__ : print version information and exit  
+DESCRIPTION  
+ Enter the GRand Unified Bootloader command shell. 
  
-!!REPORTING BUGS  
-Report bugs to <bug -grub@gnu.org>.  
+ --batch  
+ turn on batch mode for non -interactive use  
  
-!!SEE ALSO  
-The full documentation for __grub__ is maintained as a Texinfo manual. If the __info__ and __grub__ programs are properly installed at your site, the command  
-;: __info grub_
+ --boot-drive=DRIVE  
+ specify stage2 boot _drive [default=0x0]  
  
-should give you access to the complete manual. 
+ --config-file=FILE  
+ specify stage2 config_file [default=/boot/grub/menu.lst]  
+  
+ --device-map=FILE  
+ use the device map file FILE  
+  
+ --help display this message and exit  
+  
+ --hold wait until a debugger will attach  
+  
+ --install-partition=PAR  
+ specify stage2 install_partition [default=0x20000]  
+  
+ --no-config-file  
+ do not use the config file  
+  
+ --no-curses  
+ do not use curses  
+  
+ --no-floppy  
+ do not probe any floppy drive  
+  
+ --no-pager  
+ do not use internal pager  
+  
+ --preset-menu  
+ use the preset menu  
+  
+ --probe-second-floppy  
+ probe the second floppy drive  
+  
+ --read-only  
+ do not write anything to devices  
+  
+ --verbose  
+ print verbose messages  
+  
+ --version  
+ print version information and exit  
+  
+REPORTING BUGS  
+ Report bugs to <bug-grub@gnu.org>.  
+</verbatim>  
+<pre>  
+SEE ALSO  
+ [update-grub(8)], [grub-install(8)].  
+  
+ The full documentation for grub is maintained as a Texinfo manual in  
+ the grub-doc package. If the info and grub programs are properly  
+ installed at your site, the command  
+  
+ info grub  
+  
+ should give you access to the complete manual.  
+</pre>  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.