Boot flag

A boot flag is a 1-byte value in a non-extended partition record, within a master boot record. It appears at the beginning of a partition record, as the value 0x80. A value of 0x00 indicates the partition does not have the boot flag set.[1][2] Any other value is invalid.

Its primary function is to indicate to a MS-DOS/MS Windows-type boot loader which partition to boot. In some cases it is used by Windows XP/2000 to assign the active partition the letter "C:".[3] The active partition is the partition where the boot flag is set. DOS and Windows allow only one boot partition to be set with the boot flag.[4]

Other boot loaders used by third-party boot managers (such as GRUB or XOSL) can be installed to a master boot record and can boot primary or extended partitions, which do not have the boot flag set.

There are many disk editors that can modify the boot flag, such as Disk Management in Windows[5] and fdisk.

Some modern BIOS test if the bootflag of at least one partition is set. Otherwise they ignore the device in boot-order. So even if the bootloader does not need the flag, it has to be set to start the bootcode from BIOS.

See also

References

  1. "The MBR (master boot record) and the Partition Tables.". DIY DataRecovery. Retrieved 2014-12-14.
  2. "Master Boot Record". Microsoft TechNet. Retrieved 2015-04-20. 0x01BE [...] Boot Indicator. Indicates whether the volume is the active partition. Legal values include: 00. Do not use for booting. 80. Active partition.
  3. Goodell, Dan. "Fixing Windows 2000/XP Drive Letters". Understanding MultiBooting and Booting Windows from an Extended Partition. Retrieved 2014-12-14.
  4. "Parted User's Manual - 4. Boot Loaders". GNU Project. Retrieved 2014-12-14.
  5. "Mark a partition as active". Microsoft. Retrieved 2014-12-14.
This article is issued from Wikipedia - version of the 3/15/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.