MBRs
MBRs, or Master Boot Records, are boot sectors located at the beginning of storage devices that use BIOS-based startup. Each disk typically has a single MBR in the first sector, a 512-byte block that combines three components: a 446-byte bootloader, a 64-byte partition table with four 16-byte entries, and a 2-byte boot signature (0x55AA). The partition table allows up to four primary partitions, with the option to use an extended partition to host logical drives via an extended boot record.
During the boot process, the BIOS loads the MBR into memory and transfers control to the bootloader
MBRs are subject to corruption and certain forms of malware, including bootkits that overwrite the bootloader
Overall, the MBR is a legacy yet still relevant element in the boot process for BIOS-based systems,