Index: branches/meklort/i386/boot2/boot.c =================================================================== --- branches/meklort/i386/boot2/boot.c (revision 607) +++ branches/meklort/i386/boot2/boot.c (revision 608) @@ -155,6 +155,9 @@ // Load boot drivers from the specifed root path. + + setupFakeEfi(); + if (!gHaveKernelCache) { LoadDrivers("/"); } @@ -169,8 +172,6 @@ md0Ramdisk(); - setupFakeEfi(); - verbose("Starting Darwin %s\n",( archCpuType == CPU_TYPE_I386 ) ? "x86" : "x86_64"); #ifndef OPTION_ROM // Cleanup the PXE base code.