143 lines
4.3 KiB
HTML
143 lines
4.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GRUB-MKRESCUE</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GRUB-MKRESCUE</H1>
|
|
Section: User Commands (1)<BR>Updated: February 2021<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
grub-mkrescue - make a GRUB rescue image
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>grub-mkrescue</B>
|
|
|
|
[<I>,OPTION/</I>...] [<I>,OPTION/</I>] <I>,SOURCE/</I>...
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
Make GRUB CD-ROM, disk, pendrive and floppy bootable image.
|
|
<DL COMPACT>
|
|
<DT id="1"><B>--compress</B>=<I>,no/</I>|xz|gz|lzo<DD>
|
|
compress GRUB files [optional]
|
|
<DT id="2"><B>--dtb</B>=<I>,FILE/</I><DD>
|
|
embed a specific DTB
|
|
<DT id="3"><B>-d</B>, <B>--directory</B>=<I>,DIR/</I><DD>
|
|
use images and modules under DIR
|
|
[default=/usr/lib/grub/<platform>]
|
|
<DT id="4"><B>--fonts</B>=<I>,FONTS/</I><DD>
|
|
install FONTS [default=unicode]
|
|
<DT id="5"><B>--install-modules</B>=<I>,MODULES/</I><DD>
|
|
install only MODULES and their dependencies
|
|
[default=all]
|
|
<DT id="6"><B>-k</B>, <B>--pubkey</B>=<I>,FILE/</I><DD>
|
|
embed FILE as public key for signature checking
|
|
<DT id="7"><B>--locale-directory</B>=<I>,DIR/</I> use translations under DIR<DD>
|
|
[default=/usr/share/locale]
|
|
<DT id="8"><B>--locales</B>=<I>,LOCALES/</I><DD>
|
|
install only LOCALES [default=all]
|
|
<DT id="9"><B>--modules</B>=<I>,MODULES/</I><DD>
|
|
pre-load specified modules MODULES
|
|
<DT id="10"><B>--themes</B>=<I>,THEMES/</I><DD>
|
|
install THEMES [default=starfield]
|
|
<DT id="11"><B>-v</B>, <B>--verbose</B><DD>
|
|
print verbose messages.
|
|
<DT id="12"><B>--arcs-boot</B><DD>
|
|
enable ARCS (big-endian mips machines, mostly
|
|
SGI) boot. Disables HFS+, APM, sparc64 and boot
|
|
as disk image for i386-pc
|
|
<DT id="13"><B>--core-compress</B>=<I>,xz/</I>|none|auto<DD>
|
|
choose the compression to use for core image
|
|
<DT id="14"><B>--label-bgcolor</B>=<I>,COLOR/</I><DD>
|
|
use COLOR for label background
|
|
<DT id="15"><B>--label-color</B>=<I>,COLOR/</I><DD>
|
|
use COLOR for label
|
|
<DT id="16"><B>--label-font</B>=<I>,FILE/</I><DD>
|
|
use FILE as font for label
|
|
<DT id="17"><B>-o</B>, <B>--output</B>=<I>,FILE/</I><DD>
|
|
save output in FILE [required]
|
|
<DT id="18"><B>--product-name</B>=<I>,STRING/</I><DD>
|
|
use STRING as product name
|
|
<DT id="19"><B>--product-version</B>=<I>,STRING/</I><DD>
|
|
use STRING as product version
|
|
<DT id="20"><B>--rom-directory</B>=<I>,DIR/</I><DD>
|
|
save ROM images in DIR [optional]
|
|
<DT id="21"><B>--sparc-boot</B><DD>
|
|
enable sparc boot. Disables HFS+, APM, ARCS and
|
|
boot as disk image for i386-pc
|
|
<DT id="22"><B>--xorriso</B>=<I>,FILE/</I><DD>
|
|
use FILE as xorriso [optional]
|
|
<DT id="23">-?, <B>--help</B><DD>
|
|
give this help list
|
|
<DT id="24"><B>--usage</B><DD>
|
|
give a short usage message
|
|
<DT id="25"><B>-V</B>, <B>--version</B><DD>
|
|
print program version
|
|
</DL>
|
|
<P>
|
|
|
|
Mandatory or optional arguments to long options are also mandatory or optional
|
|
for any corresponding short options.
|
|
<P>
|
|
|
|
Generates a bootable CD/USB/floppy image. Arguments other than options to
|
|
this program are passed to xorriso, and indicate source files, source
|
|
directories, or any of the mkisofs options listed by the output of `xorriso
|
|
<B>-as</B> mkisofs <B>-help</B>'.
|
|
<P>
|
|
|
|
Option <B>--</B> switches to native xorriso command mode.
|
|
<P>
|
|
|
|
Mail xorriso support requests to <<A HREF="mailto:bug-xorriso@gnu.org">bug-xorriso@gnu.org</A>>.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>REPORTING BUGS</H2>
|
|
|
|
Report bugs to <<A HREF="mailto:bug-grub@gnu.org">bug-grub@gnu.org</A>>.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+grub-mkimage">grub-mkimage</A></B>(1)
|
|
|
|
<P>
|
|
|
|
The full documentation for
|
|
<B>grub-mkrescue</B>
|
|
|
|
is maintained as a Texinfo manual. If the
|
|
<B>info</B>
|
|
|
|
and
|
|
<B>grub-mkrescue</B>
|
|
|
|
programs are properly installed at your site, the command
|
|
<DL COMPACT>
|
|
<DT id="26"><DD>
|
|
<B>info grub-mkrescue</B>
|
|
|
|
</DL>
|
|
<P>
|
|
|
|
should give you access to the complete manual.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="27"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="28"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="29"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="30"><A HREF="#lbAE">REPORTING BUGS</A><DD>
|
|
<DT id="31"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:16 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|