Bootflag
BootFlag is a term used to describe a flag in disk partition tables that marks a partition as bootable in the context of legacy BIOS booting. It is most commonly associated with the Master Boot Record (MBR) partitioning scheme, where each partition entry includes a boot indicator byte. When this byte is set (typically 0x80), the partition is designated as bootable and a BIOS bootloader may attempt to load code from that partition’s boot sector during startup.
In practice, the BootFlag serves as a hint to the firmware or bootloader about which partition to
GPT-based disks and UEFI systems largely render the traditional boot flag obsolete. UEFI firmware boots from
Common tooling and procedures exist to view and set BootFlag. In Linux, fdisk can display the bootable