menu: Fix issue introduced in 48053fd2 where TIMEOUT=0 would not show interface
diff --git a/common/menu.c b/common/menu.c
index f4040d45..d4bac48c 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -625,6 +625,8 @@ noreturn void _menu(bool first_run) {
#endif
}
+ term_fallback();
+
if (bad_config == false) {
#if defined (UEFI)
if (init_config_disk(boot_volume)) {
