Content deleted Content added
m ereased second blank space |
m Rm duplicate links per MOS:DUPLINK. |
||
Line 1:
{{Refimprove|date=June 2014}}
The '''BIOS boot partition''' is a [[
| url = https://wiki.archlinux.org/index.php/GUID_Partition_Table
| title = GUID Partition Table
Line 13:
[[File:GNU GRUB components.svg|thumb|upright=2|In the example 2 above, [[GRUB 2]] stores its {{Mono|core.img}} in a BIOS boot partition.]]
When used, the BIOS boot partition contains the second stage of the [[boot loader]] program, such as the
The [[globally unique identifier]] (GUID) for the BIOS boot partition in the GPT scheme is <tt>21686148-6449-6E6F-744E-656564454649</tt><ref>{{cite web
Line 20:
| accessdate = 2014-06-26
| website = gnu.org
}}</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
The size requirements for a BIOS boot partition are quite low so it can be as small as about 30 KiB; however, as future boot loaders might require more space, 1 MiB might be a reasonable BIOS boot partition size. Due to the [[1 MB partition alignment|1 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{{
== Creation ==
Line 34:
== See also ==
* [[Unified Extensible Firmware Interface]] (UEFI)
* [[Windows To Go]]
|