[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / arch / i386 / miscboot.c
index e0aa98c..1f30141 100644 (file)
@@ -44,12 +44,6 @@ VOID LoadAndBootBootSector(PCSTR OperatingSystemName)
                return;
        }
 
-       if (!MachDiskNormalizeSystemPath(FileName, sizeof(FileName)))
-       {
-               UiMessageBox("Invalid path to boot sector file");
-               return;
-       }
-
        FilePointer = FsOpenFile(FileName);
        if (!FilePointer)
        {