diff --git a/test/scripts/boot-image b/test/scripts/boot-image index bf96d00867..4bcf397345 100755 --- a/test/scripts/boot-image +++ b/test/scripts/boot-image @@ -86,6 +86,7 @@ def boot_ami(distro, arch, image_type, image_path): "--username", "osbuild", "--ssh-privkey", privkey, "--ssh-pubkey", pubkey, + "--boot-mode" , "uefi", raw_image_path, "test/scripts/base-host-check.sh"] runcmd(cmd)