Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- Osstest/TestSupport.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 8f798a3..cebeb0d 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -2635,7 +2635,10 @@ sub setup_netboot_local_uefi ($) { my %efi_archs = qw(amd64 X64 arm32 ARM arm64 AA64 - i386 IA32); + i386 X64); + # i386 is X64 because when we are trying to install i386 + # on a UEFI box, it's actually an amd64-capable UEFI box + # which expects a 64-bit EFI loader die "EFI arch" unless $efi_archs{ $r{arch} }; my $efi = $efi_archs{ $r{arch} }; setup_netboot_bootcfg($ho, <<END); -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel