1GRUB-PROBE(8) System Administration Utilities GRUB-PROBE(8)
2
3
4
6 grub-probe - probe device information for GRUB
7
9 grub-probe [OPTION...] [OPTION]... [PATH|DEVICE]
10
12 Probe device information for a given path (or device, if the -d option
13 is given).
14
15 -0 separate items in output using ASCII NUL characters
16
17 -d, --device
18 given argument is a system device, not a path
19
20 -m, --device-map=FILE
21 use FILE as the device map [default=/boot/grub2/device.map]
22
23 -t, --target=TARGET
24 print TARGET available targets: abstraction, arc_hints,
25 baremetal_hints, bios_hints, compatibility_hint, cryp‐
26 todisk_uuid, device, disk, drive, efi_hints, fs, fs_label,
27 fs_uuid, gpt_parttype, hints_string, ieee1275_hints, msdos_part‐
28 type, partmap, partuuid, zero_check [default=fs]
29
30 -v, --verbose
31 print verbose messages.
32
33 -?, --help
34 give this help list
35
36 --usage
37 give a short usage message
38
39 -V, --version
40 print program version
41
42 Mandatory or optional arguments to long options are also mandatory or
43 optional for any corresponding short options.
44
46 Report bugs to <bug-grub@gnu.org>.
47
49 grub-fstest(1)
50
51 The full documentation for grub-probe is maintained as a Texinfo man‐
52 ual. If the info and grub-probe programs are properly installed at
53 your site, the command
54
55 info grub-probe
56
57 should give you access to the complete manual.
58
59
60
61GRUB 2.06 May 2022 GRUB-PROBE(8)