Index: ntoskrnl/ex/init.c =================================================================== --- ntoskrnl/ex/init.c (revision 52053) +++ ntoskrnl/ex/init.c (working copy) @@ -1564,6 +1564,10 @@ /* Display RAM and CPU count */ InbvDisplayString(StringBuffer); + { + LARGE_INTEGER _3SecondsTime = {{-3 * 10 * 1000 * 1000, -1}}; //3 relative seconds + KeDelayExecutionThread(KernelMode, FALSE, &_3SecondsTime); + } /* Update the progress bar */ InbvUpdateProgressBar(5);