1GRUB-MKSTANDALONE(1) User Commands GRUB-MKSTANDALONE(1)
2
3
4
6 grub-mkstandalone - make a memdisk-based GRUB image
7
9 grub-mkstandalone [OPTION...] [OPTION] SOURCE...
10
12 Generate a standalone image (containing all modules) in the selected
13 format
14
15 --appended-signature-size=SIZE
16 Add a note segment reserving SIZE bytes for an appended signa‐
17 ture
18
19 --compress=no|xz|gz|lzo
20 compress GRUB files [optional]
21
22 --disable-shim-lock
23 disable shim_lock verifier
24
25 --dtb=FILE
26 embed a specific DTB
27
28 -d, --directory=DIR
29 use images and modules under DIR [default=/usr/lib/grub/<plat‐
30 form>]
31
32 --fonts=FONTS
33 install FONTS [default=unicode]
34
35 --install-modules=MODULES
36 install only MODULES and their dependencies [default=all]
37
38 -k, --pubkey=FILE
39 embed FILE as public key for signature checking
40
41 --locale-directory=DIR use translations under DIR
42 [default=/usr/share/locale]
43
44 --locales=LOCALES
45 install only LOCALES [default=all]
46
47 --modules=MODULES
48 pre-load specified modules MODULES
49
50 --sbat=FILE
51 SBAT metadata
52
53 --themes=THEMES
54 install THEMES [default=starfield]
55
56 -v, --verbose
57 print verbose messages.
58
59 -x, --x509key=FILE
60 embed FILE as an x509 certificate for signature checking
61
62 --core-compress=xz|none|auto
63 choose the compression to use for core image
64
65 -o, --output=FILE
66 save output in FILE [required]
67
68 -O, --format=FILE
69 generate an image in FORMAT available formats: i386-coreboot,
70 i386-multiboot, i386-pc, i386-xen_pvh, i386-pc-pxe, i386-pc-el‐
71 torito, i386-efi, i386-ieee1275, i386-qemu, x86_64-efi,
72 i386-xen, x86_64-xen, mipsel-yeeloong-flash, mipsel-fu‐
73 loong2f-flash, mipsel-loongson-elf, powerpc-ieee1275,
74 sparc64-ieee1275-raw, sparc64-ieee1275-cdcore,
75 sparc64-ieee1275-aout, ia64-efi, mips-arc, mipsel-arc,
76 mipsel-qemu_mips-elf, mips-qemu_mips-flash,
77 mipsel-qemu_mips-flash, mips-qemu_mips-elf, arm-uboot, arm-core‐
78 boot-vexpress, arm-coreboot-veyron, arm-efi, arm64-efi,
79 riscv32-efi, riscv64-efi
80
81 -?, --help
82 give this help list
83
84 --usage
85 give a short usage message
86
87 -V, --version
88 print program version
89
90 Mandatory or optional arguments to long options are also mandatory or
91 optional for any corresponding short options.
92
93 Graft point syntax (E.g. /boot/grub/grub.cfg=./grub.cfg) is accepted
94
96 Report bugs to <bug-grub@gnu.org>.
97
99 grub-mkimage(1)
100
101 The full documentation for grub-mkstandalone is maintained as a Texinfo
102 manual. If the info and grub-mkstandalone programs are properly in‐
103 stalled at your site, the command
104
105 info grub-mkstandalone
106
107 should give you access to the complete manual.
108
109
110
111GRUB 2.06 December 2023 GRUB-MKSTANDALONE(1)