1GRUB-MKNETDIR(1) User Commands GRUB-MKNETDIR(1)
2
3
4
6 grub-mknetdir - prepare a GRUB netboot directory.
7
9 grub-mknetdir [OPTION...]
10
12 Prepares GRUB network boot images at net_directory/subdir assuming
13 net_directory being TFTP root.
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 --net-directory=DIR
66 root directory of TFTP server
67
68 --subdir=DIR
69 relative subdirectory on network server
70
71 -?, --help
72 give this help list
73
74 --usage
75 give a short usage message
76
77 -V, --version
78 print program version
79
80 Mandatory or optional arguments to long options are also mandatory or
81 optional for any corresponding short options.
82
83 Prepares GRUB network boot images at net_directory/subdir assuming
84 net_directory being TFTP root.
85
87 Report bugs to <bug-grub@gnu.org>.
88
90 grub-mkimage(1)
91
92 The full documentation for grub-mknetdir is maintained as a Texinfo
93 manual. If the info and grub-mknetdir programs are properly installed
94 at your site, the command
95
96 info grub-mknetdir
97
98 should give you access to the complete manual.
99
100
101
102GRUB 2.06 December 2023 GRUB-MKNETDIR(1)