diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 1bcb4d16899..c3c72e314c5 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -1603,7 +1603,7 @@ static int verb_list(int argc, char *argv[], void *userdata) { else if (r < 0) log_warning_errno(r, "Failed to determine entries reported by boot loader, ignoring: %m"); else - (void) boot_entries_augment_from_loader(&config, efi_entries, false); + (void) boot_entries_augment_from_loader(&config, efi_entries, true); if (config.n_entries == 0) log_info("No boot loader entries found.");