diff options
| -rw-r--r-- | load-options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/load-options.c b/load-options.c index e34aa381..c6bb7427 100644 --- a/load-options.c +++ b/load-options.c @@ -310,6 +310,9 @@ parse_load_options(EFI_LOADED_IMAGE *li) UINT32 remaining_size; CHAR16 *loader_str = NULL; + dprint(L"full load options:\n"); + dhexdumpat(li->LoadOptions, li->LoadOptionsSize, 0); + /* * Sanity check since we make several assumptions about the length * Some firmware feeds the following load option when booting from |
