Monday, April 5, 2010

Windows XP & Vista boot Process

Windows Vista Boot Process different than Windows XPPosted by Aseem on Monday, November 19th 2007 19
NovWindows Vista boot-up process is slightly different than windows XP, and to have an understanding on how windows vista boot process differ from windows XP, we should start by reviewing the XP process, follow by vista boot process, then we shall review the changes after that.

Windows XP boot up process:

System is powered on
The CMOS loads the BIOS and then runs POST
Looks for the MBR on the bootable device, and loads NTLDR
The BIOS/CMOS transfers control to the NTLDR
NTLDR first looks for Hiberfil.sys ( if present, the system resumes from where it was hibernated)
if the hiberfil.sys is not present, NTLDR looks for boot.ini
If you have more than one operating system installed on your computer, Boot.ini will give you the option to choose the operating system to boot from.
The selected operating system then boots, in windows XP involves the loading of the kernel
After system services and user required DLLs are loaded, finally msgina.dll brings up the login screen.
When the user logs on, the system checks for the user’s credentials in the SAM, if the credentials are correct, the user profile is loaded from documents and settings folder.
This brings up the desktop and at that point, the ControlSets are copied to the CurrentControlSet in the registry. Now, the system is considered booted.

Windows Vista boot-up process:

System is powered on
The CMOS loads the BIOS and then runs POST
Looks for the MBR on the bootable device
Through the MBR the boot sector is located and the BOOTMGR is loaded
BOOTMGR looks for active partition
BOOTMGR reads the BCD file from the \boot directory on the active partition
The BCD (boot configuration database) contains various configuration parameters( this information was previously stored in the boot.ini)
When windows vista is selected, BOOTMGR transfer control to the Windows Loader (winload.exe) or winresume.exe in case the system was hibernated.
Winloader loads drivers that are set to start at boot and then transfers the control to the windows kernel.
There is not msgina.dll in windows vista ( the shell draws the login screen)
OK. Now that we have the two boot-up processes on the board, we should examine what is different on windows vista boot up process. As we can see the difference starts at the MBR. In windows vista, NTLDR was replaced by three new boot loader components, supposedly designed to load windows quicker and more securely. Those components are;

Windows Boot Manager (Bootmgr.exe)
Windows OS Loader (Winload.exe)
Windows Resume Loader (Winresume.exe)

Windows Boot Manager reads the boot configuration data (BCD) and display an operating system selection menu to the user

Windows OS loader is the operating system boot loader. It is invoked by the windows boot manager in order to load the operating system kernel (ntoskrnl.exe) and boot-class device drivers.

Notice the Boot Configuration Data ( BCD) This new data store serves essentially the same purpose as boot.ini. However, BCD abstracts the underlying firmware and provides a common programming interface to manipulate the boot environment for all Windows-supported computer platforms) Boot Configuration Data allows for third party integration so anyone can implement tools like diagnostics or recovery options

Windows Resume loader replaces the Hiberfil.sys.

Another change that is worth noting is the msgina.dll file, I guess Microsoft sensed that was being abused too much and integrated the logon screen into the shell. Msgina.dll was used on windows XP to change custom login screens.

Well, as you can see it was quite a bit change, what do you think about

2 comments:

  1. hai, blogger. u just copy the contents from this http://helpdeskgeek.com/windows-vista-tips/windows-vista-boot-process-different-than-windows-xp/.... please clarify more out of these.

    thanks
    rajkumar
    rbmrajkumar@gmail.com

    ReplyDelete
    Replies
    1. What is that you are looking for ?

      Where are you stuck ?

      Let me know, will be happy to help you

      Delete