Intel x86bBased system boot sequence and files
Article ID: 100323
Article Last Modified on 11/1/2006
APPLIES TO
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT Workstation 3.1
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
- Microsoft Windows NT Workstation 4.0 Developer Edition
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Server 4.0 Standard Edition
This article was previously published under Q100323
SUMMARY
There are four key files used during the boot process of Windows NT on
Intel x86-based systems: BOOT.INI, NTLDR, NTDETECT.COM, and
NTOSKRNL.EXE. They are responsible for starting the Boot Loader,
building the hardware list, and loading the Windows NT kernel. The
following describes the steps taken during the boot sequence.
Boot Sequence for x86-Based Machines
- Power on self-test (POST).
- Find boot device and load boot record (handled by the system
BIOS). The master boot record (MBR) reads the partition table,
determines the location of the boot record, and then jumps to that
sector and begins execution there.
- Windows NT bootstrap routine finds and loads NTLDR.
NOTE: Steps 2 and 3 as documented on page 474 of the Windows NT
System Guide are in reverse, incorrect order. The step order listed
here is correct.
- NTLDR switches processor to 32-bit flat memory mode.
- NTLDR reads the BOOT.INI and displays operating system choices.
- User selects an operating system (Windows NT in this example).
- NTLDR loads NTDETECT.COM.
- NTDETECT.COM builds the hardware list. It then passes the list and
control back to NTLDR. If an operating system other than Windows
NT is selected, BOOTSECT.DOS is loaded and control is passed to it.
- NTLDR loads NTOSKRNL.EXE.
- NTOSKRNL.EXE loads and initializes Windows NT using information
from the Registry to load and initialize drivers and other system
settings.
Additional query words: prodnt
Keywords: kbother KB100323