Windows Boot Manager
This article needs additional citations for verification. (May 2010) |
The startup process of Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 8.1 and Windows Server 2012 R2 is different from that of previous versions of Windows. (In this article, unless otherwise specified, "Windows Vista" refers to any of these operating systems.)
For Windows Vista, the boot sector loads the Windows Boot Manager (hidden system file BOOTMGR in the System Reserved Volume or on the root of the local disk), accesses the Boot Configuration Data store and uses the information to load the operating system.
Boot Configuration Data
Boot Configuration Data (BCD) is a firmware-independent database for boot-time configuration data. It is used by Microsoft's new Windows Boot Manager and replaces the boot.ini that was used by NTLDR.
Boot Configuration Data are storfed in a data file that has the same format as the Windows Registry hives and is eventually loaded at registry key [HKEY_LOCAL_MACHINE\BCD00000].[1] The file is located either on the EFI System Partition (on machines that use Extensible Firmware Interface firmware) or in \Boot\Bcd on the system volume (on machines that use IBM PC compatible firmware).
Boot Configuration Data may be altered using a command-line tool (bcdedit.exe), using Registry Editor (regedit.exe), using Windows Management Instrumentation, or with third-party tools such as EasyBCD, BOOTICE,[2] or Visual BCD Editor.[3]
Boot Configuration Data contain the menu entries that are presented by the Windows Boot Manager, just as boot.ini contained the menu entries that were presented by NTLDR. These menu entries can include:
- Options to boot Windows Vista by invoking winload.exe.
- Options to resume Windows Vista from hibernation by invoking winresume.exe.
- Options to boot a prior version of the Windows NT family by invoking its NTLDR.
- Options to load and to execute a volume boot record.
Boot Configuration Data allows for third-party integration, so anyone can implement tools like diagnostics or recovery options.
winload.exe
The Windows Boot Manager invokes winload.exe—the operating system boot loader—to load the operating system kernel executive (ntoskrnl.exe) and core device drivers. In that respect, winload.exe is functionally equivalent to the operating system loader function of NTLDR in prior versions of Windows NT.
See also
References
- ^ Russinovich, Mark (8 November 2011). "Fixing Disk Signature Collisions". Mark's Blog. Microsoft Corporation. Microsoft TechNet. Retrieved 9 November 2011.
- ^ Pauly. "BOOTICE board index".
- ^ Bo Yans. "Visual BCD Editor".
Further reading
- Jonathan de Boyne Pollard. "The Windows NT 6 boot process". Frequently Given Answers.