]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix a bug when UEFI booting KaOS-2022.04-x86_64.iso
authorlongpanda <admin@ventoy.net>
Fri, 20 May 2022 15:22:37 +0000 (23:22 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 20 May 2022 15:22:37 +0000 (23:22 +0800)
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
INSTALL/ventoy/ventoy_aa64.efi
INSTALL/ventoy/ventoy_ia32.efi
INSTALL/ventoy/ventoy_x64.efi

index 544bfac18df729e5341c1e71053754f56f534d54..941575d1d428d40dd8ce9f65ae493d82f0448695 100644 (file)
@@ -1445,7 +1445,7 @@ STATIC EFI_STATUS EFIAPI ventoy_wrapper_file_open
         AsciiSPrint(TmpName, sizeof(TmpName), "%s", Name);
         for (j = 0; j < 4; j++)
         {
-            if (0 == AsciiStrCmp(g_file_replace_list[i].old_file_name[j], TmpName))
+            if (0 == AsciiStriCmp(g_file_replace_list[i].old_file_name[j], TmpName))
             {
                 g_original_fclose(*New);
                 *New = &g_efi_file_replace.WrapperHandle;
index 20823370252736b182bce6f115d7e3c956f5aa9a..c4d60ddffbe34560d7b461f1750e5af36a1a7493 100644 (file)
Binary files a/INSTALL/ventoy/ventoy_aa64.efi and b/INSTALL/ventoy/ventoy_aa64.efi differ
index dd1b9ec3e28d4a27b786df7c00d7d9e1e6b3c602..c53b859848dd86ae502cea339c1b49ae92c2d429 100644 (file)
Binary files a/INSTALL/ventoy/ventoy_ia32.efi and b/INSTALL/ventoy/ventoy_ia32.efi differ
index 24c3765876181a52039a72ce8b0e9366f03280e5..ab970ebbdafcab949a1e29520ec7e607a80be97a 100644 (file)
Binary files a/INSTALL/ventoy/ventoy_x64.efi and b/INSTALL/ventoy/ventoy_x64.efi differ