Index: trunk/i386/boot2/boot.c =================================================================== --- trunk/i386/boot2/boot.c (revision 1220) +++ trunk/i386/boot2/boot.c (revision 1221) @@ -604,14 +604,7 @@ verbose("Kernel cache did not load %s\n ", bootFile); } - if (checkOSVersion("10.7")) - { - bootFile = gBootKernelCacheFile; - } - else - { - sprintf(bootFile, "/%s", bootInfo->bootFile); - } + bootFile = bootInfo->bootFile; // Try to load kernel image from alternate locations on boot helper partitions. sprintf(bootFileSpec, "com.apple.boot.P%s", bootFile);