Index: branches/azimutz/trunkAutoResolution/i386/boot2/boot.c =================================================================== --- branches/azimutz/trunkAutoResolution/i386/boot2/boot.c (revision 1431) +++ branches/azimutz/trunkAutoResolution/i386/boot2/boot.c (revision 1432) @@ -694,7 +694,7 @@ bootFile = gBootKernelCacheFile; } else { - sprintf(bootFile, "\%s", bootInfo->bootFile); + sprintf(bootFile, "/%s", bootInfo->bootFile); } // Try to load kernel image from alternate locations on boot helper partitions. Property changes on: branches/azimutz/trunkAutoResolution ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r1428-1431 Index: branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c =================================================================== --- branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c (revision 1431) +++ branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c (revision 1432) @@ -602,7 +602,7 @@ bootFile = gBootKernelCacheFile; } else { - sprintf(bootFile, "\%s", bootInfo->bootFile); + sprintf(bootFile, "/%s", bootInfo->bootFile); } // Try to load kernel image from alternate locations on boot helper partitions. Property changes on: branches/azimutz/trunkGraphicsEnablerModules ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r1428-1431 Index: branches/azimutz/Package/i386/boot2/boot.c =================================================================== --- branches/azimutz/Package/i386/boot2/boot.c (revision 1431) +++ branches/azimutz/Package/i386/boot2/boot.c (revision 1432) @@ -602,7 +602,7 @@ bootFile = gBootKernelCacheFile; } else { - sprintf(bootFile, "\%s", bootInfo->bootFile); + sprintf(bootFile, "/%s", bootInfo->bootFile); } // Try to load kernel image from alternate locations on boot helper partitions. Property changes on: branches/azimutz/Package ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r1430-1431