The efidebug command is needed to manage UEFI boot options. To display them fully CONFIG_HEXDUMP is needed.
Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> --- cmd/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index ffef3cc76c..30a291fa3b 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1732,7 +1732,9 @@ config CMD_CLS config CMD_EFIDEBUG bool "efidebug - display/configure UEFI environment" depends on EFI_LOADER + default y select EFI_DEVICE_PATH_TO_TEXT + imply HEXDUMP default n help Enable the 'efidebug' command which provides a subset of UEFI -- 2.31.1