1GRUB-MKRESCUE(1)                 User Commands                GRUB-MKRESCUE(1)
2
3
4

NAME

6       grub-mkrescue - make a GRUB rescue image
7

SYNOPSIS

9       grub-mkrescue [OPTION...] [OPTION] SOURCE...
10

DESCRIPTION

12       Make GRUB CD-ROM, disk, pendrive and floppy bootable image.
13
14       --appended-signature-size=SIZE
15              Add  a  note segment reserving SIZE bytes for an appended signa‐
16              ture
17
18       --compress=no|xz|gz|lzo
19              compress GRUB files [optional]
20
21       --disable-shim-lock
22              disable shim_lock verifier
23
24       --dtb=FILE
25              embed a specific DTB
26
27       -d, --directory=DIR
28              use images and modules under  DIR  [default=/usr/lib/grub/<plat‐
29              form>]
30
31       --fonts=FONTS
32              install FONTS [default=unicode]
33
34       --install-modules=MODULES
35              install only MODULES and their dependencies [default=all]
36
37       -k, --pubkey=FILE
38              embed FILE as public key for signature checking
39
40       --locale-directory=DIR use translations under DIR
41              [default=/usr/share/locale]
42
43       --locales=LOCALES
44              install only LOCALES [default=all]
45
46       --modules=MODULES
47              pre-load specified modules MODULES
48
49       --sbat=FILE
50              SBAT metadata
51
52       --themes=THEMES
53              install THEMES [default=starfield]
54
55       -v, --verbose
56              print verbose messages.
57
58       -x, --x509key=FILE
59              embed FILE as an x509 certificate for signature checking
60
61       --arcs-boot
62              enable  ARCS  (big-endian  mips machines, mostly SGI) boot. Dis‐
63              ables HFS+, APM, sparc64 and boot as disk image for i386-pc
64
65       --core-compress=xz|none|auto
66              choose the compression to use for core image
67
68       --label-bgcolor=COLOR
69              use COLOR for label background
70
71       --label-color=COLOR
72              use COLOR for label
73
74       --label-font=FILE
75              use FILE as font for label
76
77       -o, --output=FILE
78              save output in FILE [required]
79
80       --product-name=STRING
81              use STRING as product name
82
83       --product-version=STRING
84              use STRING as product version
85
86       --rom-directory=DIR
87              save ROM images in DIR [optional]
88
89       --sparc-boot
90              enable sparc boot. Disables HFS+, APM, ARCS and boot as disk im‐
91              age for i386-pc
92
93       --xorriso=FILE
94              use FILE as xorriso [optional]
95
96       -?, --help
97              give this help list
98
99       --usage
100              give a short usage message
101
102       -V, --version
103              print program version
104
105       Mandatory  or  optional arguments to long options are also mandatory or
106       optional for any corresponding short options.
107
108       Generates a bootable CD/USB/floppy image.  Arguments other than options
109       to  this  program  are  passed  to  xorriso, and indicate source files,
110       source directories, or any of the mkisofs options listed by the  output
111       of `xorriso -as mkisofs -help'.
112
113       Option -- switches to native xorriso command mode.
114
115       Mail xorriso support requests to <bug-xorriso@gnu.org>.
116

REPORTING BUGS

118       Report bugs to <bug-grub@gnu.org>.
119

SEE ALSO

121       grub-mkimage(1)
122
123       The  full  documentation  for  grub-mkrescue is maintained as a Texinfo
124       manual.  If the info and grub-mkrescue programs are properly  installed
125       at your site, the command
126
127              info grub-mkrescue
128
129       should give you access to the complete manual.
130
131
132
133GRUB 2.06                        January 2023                 GRUB-MKRESCUE(1)
Impressum