Windows Boot Manager
The Windows Boot Manager ( The boot sector or UEFI loads the Windows Boot Manager (a file named LaunchingOn system with BIOS firmware, the BIOS invokes MBR boot code from a hard disk drive at startup. The MBR boot code and the VBR boot code are OS-specific. In Microsoft Windows, the MBR boot code tries to find an active partition (the MBR is only 512 bytes), then executes the VBR boot code of an active partition. The VBR boot code tries to find and execute the On systems with UEFI firmware, UEFI invokes OperationOnce launched the Windows Boot Manager reads the Boot Configuration Data to determine what operating systems are present and if it should present the user with a menu allowing them to select which operating system to boot. Before Windows Vista, this data was contained in boot.ini. These menu entries can include:
Operating system loadingThe operating system is loaded by individual boot loaders for each install of Windows, called the Windows Boot Loader. winload.exeThe Windows Boot Manager invokes winresume.exeIf the computer has recently hibernated, then Boot Configuration DataBoot Configuration Data (BCD) is a firmware-independent database for boot-time configuration data.[5] It is used by Microsoft's Windows Boot Manager and replaces the boot.ini that was used by NTLDR. Boot Configuration Data is stored in a data file that has the same format as Windows Registry hives and is eventually mounted at registry key HKEY_LOCAL_MACHINE\BCD00000[6] (with restricted permissions[7]). For UEFI boot, the file is located at bcdedit
Boot Configuration Data may be altered using a command-line tool (bcdedit.exe), using the Registry Editor[6] (regedit.exe), using Windows Management Instrumentation, or with third-party tools such as EasyBCD, BOOTICE,[9] or Visual BCD Editor.[10] Boot Configuration Data allows for third-party integration, so anyone can implement tools like diagnostics or recovery options See alsoReferences
Further reading
|