Windows 8 boots up in 2 seconds

Yes, you read it right. It takes that much time for Windows 8 to boot for a newer system with a solid state drive (SSD). Traditional spinning HDDs and wide variety of systems are taking less than 10 seconds to boot. Reason: Kernel session is hibernated instead of closing it out competely. Check out the video in the link below. 

Delivering fast boot times in Windows 8

The key thing to remember though is that in a traditional shutdown, we close all of the user sessions, and in the kernel session we close services and devices to prepare for a complete shutdown.

Now here’s the key difference for Windows 8: as in Windows 7, we close the user sessions, but instead of closing the kernel session, we hibernate it. Compared to a full hibernate, which includes a lot of memory pages in use by apps, session 0 hibernation data is much smaller, which takes substantially less time to write to disk. If you’re not familiar with hibernation, we’re effectively saving the system state and memory contents to a file on disk (hiberfil.sys) and then reading that back in on resume and restoring contents back to memory. Using this technique with boot gives us a significant advantage for boot times, since reading the hiberfile in and reinitializing drivers is much faster on most systems (30-70% faster on most systems we’ve tested).