Content deleted Content added
Rewrite second paragraph of lead |
|||
Line 3:
[[GRUB]]'s '''BIOS boot partition''' is a [[partition (computing)|partition]] on a [[data storage device]] that GRUB uses on [[BIOS]]-based systems in order to boot, when the actual boot device contains a [[GUID Partition Table]] (GPT).
It is needed because GPT uses the [[disk sector|sectors]] immediately following the [[Master Boot Record]] (MBR) to hold the actual partition table (whereas the traditional MBR-based partitioning scheme doesn't designate them for anything), making it unavailable to hold the code the [[boot loader]] needs to load in order to read from a [[filesystem]]. (The space available in the MBR is severely limited (<512 bytes), so the code stored there isn't really able to do anything more complicated than loading a larger block of code from a simple-to-find ___location on disk and run that.)
== Overview ==
|