BIOS boot partition: Difference between revisions

Content deleted Content added
Overview: Let's have it a bit smaller
Line 22:
}}</ref> (which, when written to a GPT in the required little endian fields, forms the ASCII string "<tt>Hah!IdontNeedEFI</tt>").<!-- See talk page for some notes on endianness confusion. --> In the context of GPT on a BIOS-based computer, a BIOS boot partition is similar in some respects to the [[EFI System partition]], which is used by systems based on [[Extensible Firmware Interface|EFI]]. The EFI System partition holds a filesystem and files used by the UEFI, while the BIOS boot partition is used in BIOS-based systems and accessed without a filesystem by holding raw binary code.
 
The size requirements for a BIOS boot partition are quite low so it can be as small as about 30&nbsp;KiB. Despite this, as future boot loaders might require more space, creating a larger BIOS boot partition is advisable{{cn}} and 1&nbsp;MiB might be a sensible size. Due to the [[1 MB partition alignment|1&nbsp;MiB partition alignment]] policies used by most modern disk partitioning tools to provide optimum performance with [[Advanced Format]] disks, [[Solid-state drive|SSD devices]] and certain [[RAID]] configurations, some room is left allowing the placement of a BIOS boot partition between the GPT and the first partition aligned that way. If created by utilizing that free space, the BIOS boot partition would be out of the GPT alignment specification, but that is not very important since it is written to very infrequently.
 
== Creation ==