From ec2ee247af8def218715eda62b4585658b3d6089 Mon Sep 17 00:00:00 2001 From: "lemon.li" Date: Thu, 26 Dec 2024 04:45:11 -0500 Subject: [PATCH] Workaround remote_vnc_controller boot from uefi --- lib/opensusebasetest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opensusebasetest.pm b/lib/opensusebasetest.pm index e84f618d6d34..3b93ef41873f 100644 --- a/lib/opensusebasetest.pm +++ b/lib/opensusebasetest.pm @@ -435,7 +435,7 @@ sub wait_grub { if (is_aarch64_uefi_boot_hdd && !is_jeos && !$in_grub - && (!(isotovideo::get_version() >= 12 && get_var('UEFI_PFLASH_VARS')) || get_var('ONLINE_MIGRATION') || get_var('UPGRADE') || get_var('ZDUP') || (get_var('LIVE_UPGRADE') && get_var('PATCH_BEFORE_MIGRATION')))); + && (!(isotovideo::get_version() >= 12 && get_var('UEFI_PFLASH_VARS')) || get_var('ONLINE_MIGRATION') || get_var('UPGRADE') || get_var('ZDUP') || (get_var('LIVE_UPGRADE') && get_var('PATCH_BEFORE_MIGRATION')) || (get_var('WORKAROUND_BSC1022064')))); # sle micro on ppc64le with qemu backend has low performance, so skip the first bootloader check assert_screen(\@tags, $bootloader_time) unless (is_sle_micro && is_ppc64le && is_qemu); if (match_has_tag("bootloader-shim-import-prompt")) {