]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix the boot issue for Windows UEFI on some Dell server. (introduced since 1.0.48)
authorlongpanda <admin@ventoy.net>
Thu, 12 Aug 2021 06:26:47 +0000 (14:26 +0800)
committerlongpanda <admin@ventoy.net>
Thu, 12 Aug 2021 06:26:47 +0000 (14:26 +0800)
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c

index 8584d5c873dd7178210cadbe9ce4c8f682a97b54..957709e8f311808a1664f2fa782828ea83a0f83e 100644 (file)
@@ -809,11 +809,6 @@ STATIC BOOLEAN ventoy_filesystem_need_wrapper(IN CONST CHAR16 *DrvName)
      *
      */
     
-    if (StrStr(UpperDrvName, L"ISO9660") || StrStr(UpperDrvName, L"UDF"))
-    {
-        return TRUE;
-    }
-
     if (StrStr(UpperDrvName, L"REFIND") && StrStr(UpperDrvName, L"FILE SYSTEM"))
     {
         return TRUE;