Master Boot Record At startup, the system BIOS on Intel computers looks for a MBR Master Boot Record at Cylinder 0, Head 0, Sector 1 on the hard disk. The MBR contains standard boot code along with a partition table that defines up to four partitions and identifies one as active. The active partition must contain an OS boot record.
Windows Boot Record The first sector of the active partition is a OS boot sector. This is created when the partition is formatted. Formatting a diskette with Windows will put this OS boot sector on the diskette. The BPB BIOS Parameter Block identifies the file system and its characteristics so that files on the root folder can be identified. The boot code finds NTLDR in the root folder of the active partition and runs it.
To recovery from partition table corruption, you must use the DISKSAVE utility from the NT Resource Kit. The Resource Kit contains a procedure to make a DOS diskette that includes DISKSAVE. A backup of your complete MBR including the partition table can be stored on the diskette. DISKSAVE can then restore this at a later time if the MBR gets corrupted. Avoid Using the DOS Command Fdisk /mbr
Once NTLDR runs, it does the following
BOOT.INI The Windows setup program WINNT automatically updates the records in the BOOT.INI file.The BOOT.INI file is an text file and its syntax must be understood if you intend to modify it with a program like Notepad. If necessary, use MSConfig to modify BOOT.INI. ![]() |