1GRUB-MKRESCUE(3)           Library Functions Manual           GRUB-MKRESCUE(3)
2
3
4

NAME

6       grub-mkrescue — Generate a GRUB rescue image using GNU Xorriso.
7
8

SYNOPSIS

10       grub-mkrescue [-o | --output=FILE] [--modules=MODULES]
11                      [--install-modules=MODULES] [--themes=THEMES]
12                      [--fonts=FONTS] [--locales=LOCALES]
13                      [--compress[=no,xz,gz,lzo]] [-d | --directory=DIR]
14                      [--grub-mkimage=FILE] [--rom-directory=DIR]
15                      [--xorriso=FILE] [--grub-glue-efi=FILE]
16                      [--grub-render-label=FILE] [--label-font=FILE]
17                      [--label-color=COLOR] [--label-bgcolor=FILE]
18                      [--product-name=STRING] [--product-version=STRING]
19                      [--sparc-boot] [--arcs-boot]
20
21

DESCRIPTION

23       grub-mkrescue  can  be  used  to  generate a rescue image with the GRUB
24       bootloader.
25
26

OPTIONS

28       --output=FILE
29              Write the generated file to FILE.  The default is  to  write  to
30              standard output.
31
32
33       --modules=MODULES
34              Pre-load modules specified by MODULES.
35
36
37       --install-modules=MODULES
38              Install  only MODULES and their dependencies.  The default is to
39              install all available modules.
40
41
42       --themes=THEMES
43              Install THEMES.  The default is to install the starfield  theme,
44              if available.
45
46
47       --fonts=FONTS
48              Install FONTS.  The default is to install the unicode font.
49
50
51       --locales=LOCALES
52              Install  only  locales  listed  in  LOCALES.   The default is to
53              install all available locales.
54
55
56       --compress[=no,xz,gz,lzo]
57              Compress GRUB files using the specified compression algorithm.
58
59
60       --directory=DIR
61              Use images and modules in DIR.
62
63
64       --grub-mkimage=FILE
65              Use FILE as grub-mkimage(1).  The default is /usr/bin/grub-mkim‐
66              age.
67
68
69       --rom-directory=DIR
70              Save ROM images in DIR.
71
72
73       --xorriso=FILE
74              Use FILE as xorriso.
75
76
77       --grub-glue-efi=FILE
78              Use FILE as grub-glue-efi(3).
79
80
81       --grub-render-label=FILE
82              Use FILE as grub-render-label(3).
83
84
85       --label-font=FILE
86              Use FILE as the font file for generated labels.
87
88
89       --label-color=COLOR
90              Use COLOR as the color for generated labels.
91
92
93       --label-bgcolor=COLOR
94              Use COLOR as the background color for generated labels.
95
96
97       --product-name=STRING
98              Use STRING as the product name in generated labels.
99
100
101       --product-version=STRING
102              Use STRING as the product version in generated labels.
103
104
105       --sparc-boot
106              Enable  booting  the  SPARC  platform.  This disables HFS+, APM,
107              ARCS, and "boot as disk image" on the i386-pc target platform.
108
109
110       --arcs-boot
111              Enable ARCS booting.  This  is  typically  for  big-endian  MIPS
112              machines,  and  disables  HFS+,  APM, sparc64, and "boot as disk
113              image" on the i386-pc target platform.
114
115
116       --     All options after a -- will be passed directly to xorriso's com‐
117              mand line when generating the image.
118
119

SEE ALSO

121       info grub
122
123
124
125                                Wed Feb 26 2014               GRUB-MKRESCUE(3)
Impressum