mirror of https://github.com/ventoy/Ventoy.git
Fix the boot issue for Windows UEFI on some Dell server. (introduced since 1.0.48)
This commit is contained in:
parent
bafac7479d
commit
6db513a067
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue