1NVME-BOOT-PART-LO(1) NVMe Manual NVME-BOOT-PART-LO(1)
2
3
4
6 nvme-boot-part-log - Retrieves a Boot Partition log page from an NVMe
7 device
8
10 nvme boot-part-log <device> [--lsp=<field> | -s <field>]
11 [--output-file=<file> | -o <file>]
12 [--output-format=<fmt> | -o <fmt>]
13
15 Retrieves an Boot Partition log page from an NVMe device and provides
16 the returned structure.
17
18 The <device> parameter is mandatory and may be either the NVMe
19 character device (ex: /dev/nvme0), or a namespace block device (ex:
20 /dev/nvme0n1).
21
22 On success, the returned log structure will be in raw binary format
23 only with --output-file option which is mandatory.
24
26 -s <field>, --lsp=<field>
27 The log specified field of LID.
28
29 -o <file>, --output-file=<file>
30 File name to which raw binary data will be saved to.
31
32 -o <format>, --output-format=<format>
33 Set the reporting format to normal, json, or binary. Only one
34 output format can be used at a time.
35
37 • Retrieve Boot Partition data to boot_part_log.bin
38
39 # nvme boot-part-log /dev/nvme0 --output-file=boot_part_log.bin
40
42 Part of the nvme-user suite
43
44
45
46NVMe 11/04/2022 NVME-BOOT-PART-LO(1)