Windows Vista startup process
From Wikipedia, the free encyclopedia
|
|
This article needs additional citations for verification. (May 2010) |
The startup process of Windows Vista, Windows Server 2008, Windows 7 and Windows Server 2008 R2 is different from 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), which first looks for an active partition, then accesses the Boot Configuration Data store and uses the information to load the operating system.
Contents |
Boot Configuration Data
Boot Configuration Data (BCD) is a firmware-independent database for boot-time configuration data. It replaces the boot.ini that was used by NTLDR, and is used by Microsoft's new Windows Boot Manager.
Boot Configuration Data are stored in a data file that has the same format as the Windows Registry.[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 like EasyBCD.
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 (ntoskrnl.exe) and (boot-class) device drivers. In that respect, winload.exe is functionally equivalent to the operating system loader function of NTLDR in prior versions of Windows NT.
References
- ^ Russinovich, Mark (8 November 2011). "Fixing Disk Signature Collisions". Mark's Blog. Microsoft TechNet (Microsoft Corporation). http://blogs.technet.com/b/markrussinovich/archive/2011/11/08/3463572.aspx. Retrieved 9 November 2011.
Further reading
- Jonathan de Boyne Pollard. "The Windows NT 6 boot process". Frequently Given Answers. http://homepage.ntlworld.com./jonathan.deboynepollard/FGA/windows-nt-6-boot-process.html.
| This operating system-related article is a stub. You can help Wikipedia by expanding it. |
| This Microsoft Windows article is a stub. You can help Wikipedia by expanding it. |




