Fix the boot issue for Windows UEFI on some Dell server. (introduced since 1.0.48)

This commit is contained in:
longpanda 2021-08-12 14:26:47 +08:00
parent bafac7479d
commit 6db513a067
1 changed files with 0 additions and 5 deletions

View 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;