BIOS boot partition: Difference between revisions

Content deleted Content added
Creation: GRUB doesn't CREATE partitions it just utilizes them for the purpose of bootloading. Adding cfdisk and fdisk as utilities that can create BIOS boot partitions.
Rephrasing
Line 8:
}}</ref>
 
A BIOS boot partition is needed becauseon GPT-partitioned usesstorage devices to hold the [[disksecond sector]]sstages immediatelyof followingGRUB. On traditional MBR-partitioned devices, the [[Masterdisk Boot Recordsector]]s (MBR)immediately to holdfollowing the actualfirst partitionare tableusually unused, whereasas the traditional MBR-based partitioning scheme does not designate them for any special purpose. and Aspartitioning atools result,avoid therethem isfor notalignment enoughpurposes. unusedOn spaceGPT-based availabledevices, forthe storingsectors secondhold stagesthe actual partition table, necessitating the use of [[bootan loader]]sextra onpartition. GPTOn MBR-partitioned disks;, boot loaders are usually implemented so the portion of their code stored within the MBR, which cannot hold more than 512 bytes, operates as a first stage that serves primarily to load a more sophisticated second stage, which is, for example, capable of reading and loading an [[operating system kernel]] from a [[file system]].
 
== Overview ==