From 3bb03d3fe8ebbc98c058892f98a97fffb4134470 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 21 Nov 2025 15:30:21 -0800 Subject: [PATCH] select_rescue_mode: wait a bit longer for bootloader It can take quite a while to show up with UEFI firmware on aarch64. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index eb84d2af..c3079333 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1291,7 +1291,7 @@ sub advisory_check_nonmatching_packages { sub select_rescue_mode { # handle bootloader screen - assert_screen "bootloader", 30; + assert_screen "bootloader", 60; if (get_var('OFW')) { # select "rescue system" directly send_key "down";