[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / linuxboot.c
index 10c2017..5aea40c 100644 (file)
@@ -97,13 +97,6 @@ VOID LoadAndBootLinux(PCSTR OperatingSystemName, PCSTR Description)
                goto LinuxBootFailed;
        }
 
-       // Open the boot volume
-       if (!MachDiskNormalizeSystemPath(LinuxBootPath, sizeof(LinuxBootPath)))
-       {
-               UiMessageBox("Invalid boot path");
-               goto LinuxBootFailed;
-       }
-
        // Open the kernel
        LinuxKernel = FsOpenFile(LinuxKernelName);
        if (!LinuxKernel)