Skip to main content

Master Boot Record (MBR)

The Master Boot Record (MBR) is a small but essential section of a hard drive that is responsible for booting up an operating system. It is located at the very beginning of the hard drive and contains information about the partition table and boot loader.

The MBR consists of three parts:

Boot loader code

The boot loader code is the first piece of code that is executed when the computer boots up, and it is responsible for finding and loading the operating system.

Disk signature

Disk signature is a unique identifier that is used to differentiate between different hard drives.

Partition table

Partition table contains information about the layout of the hard drive, including the size and location of each partition.


When a computer boots up, the BIOS (Basic Input/Output System) reads the MBR from the hard drive and loads the boot loader code into memory. The boot loader code then searches for the active partition and loads the operating system from that partition into memory.

The MBR is a critical component of the boot process, and any corruption or damage to the MBR can result in the inability to boot the computer. In such cases, tools like boot-repair disks or specialized software can be used to repair or replace the MBR.

Comments

Popular posts from this blog

WIFI adapter not showing in the windows device manager why ?

First Reason :-  First you should go to the BIOS program and check the status of the wifi adapter. If wifi adapter disabled form the BIOS device manager will not show the wifi adapter. If it is disabled. Enable it and boot the Laptop.   Second Reason :- This can be a Hardware Faulty. Open the laptop cover and find the PCI wifi adapter then replace with a same adapter.( This work is need a some technical skill. If you do not have it. Hand over to the laptop repair tech guy or you can use an USB wifi adapater )

Master Boot Record (MBR) & Globally Unique Identifier Partition (GPT) based partion disks

As a IT Professional you should familiar with these MBR and GPT based  partition disks.  If you need a install a hard disk on a PC that running windows 7 you can chose two partitioning systems. Partition schemes are Master Boot Record (MBR) based partition scheme Globally Unique Identifier Partition (GPT) based partition scheme Master Boot Record (MBR) based partition scheme In the Master Boot Record you can find the partition table for the disk and master boot code. during the computer start-up process BIOS read MBR and find the which partition is the marked as active in the disk. In the active partition contains operating system. Limitations of the MBR. Only four partitions for each disk. Maximum partition size is 2TB Can not create a redundancy options. Globally Unique Identifier Partition (GPT) based partition scheme GPT based partition avoided limitations of the MBR partitions scheme GPT supports. 128 partitions Ability to create partition ...