Talk:BIOS boot partition

This is an old revision of this page, as edited by Itu (talk | contribs) at 10:56, 14 June 2015 (still usable gap with GPT: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Latest comment: 10 years ago by Itu in topic still usable gap with GPT
WikiProject iconComputing Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

[Untitled]

GPT-MBR goes to the all-your-base meme page. This probably isnt what you wanted.

Attribution to Mr. Millan ?

Since it appears that GNU GRUB developer User:Robertmh came up with this concept (and integrated it into GRUB), should he be credited? Or should it at least be clearly stated that this is an invention by the GNU GRUB team, so people know where this concept came from? —Hobart (talk) 07:29, 28 February 2012 (UTC)Reply

Not just that, this is proprietary to GRUB. It should be listed as "GRUB BIOS Boot partition"; claiming that it is somehow a standard of some kind is not merely nonsense, but it is actively harmful since the whole point of GUIDs is to avoid collisions. This is the GRUB partition, plain and simple. 2601:9:3300:5B:E269:95FF:FE35:9F3C (talk) 04:17, 25 April 2013 (UTC)Reply

Similarly, the practice of squatting on unpartitioned space in MBR partition tables claiming it is somehow "reserved for the bootloader" also is largely a GRUB "standard" (in fact, a number of utilities are known to squat on that space in a highly uncontrolled manner.) 2601:9:3300:5B:E269:95FF:FE35:9F3C (talk) 04:19, 25 April 2013 (UTC)Reply

Hah!IdontNeedEFI confusion regarding endianness

Much confusion has arisen regarding endianness of the "Hah!IdontNeedEFI" GUID:

Look at the fine history:

Sure you want to report a false positive. 2607:FCD0:100:9:0:0:0:3 (talk) 03:33, 8 August 2012 (UTC)Reply


i accidently looked it up before seeing your discussion:

$ dd if=/dev/sda bs=512 count=40 | xxd | grep 000580
40+0 records in
40+0 records out
20480 bytes (20 kB) copied, 8.4399e-05 s, 243 MB/s
0000580: 4861 6821 4964 6f6e 744e 6565 6445 4649 Hah!IdontNeedEFI


Juli@n (talk) —Preceding undated comment added 13:02, 29 August 2012 (UTC)Reply

I've gathered the following pieces of information in trying to understand it all:

  • The first three fields of a UUID/GUID are a 4-byte value, then 2 2-byte values. All subsequent values are single bytes or byte arrays, so only the first 8 bytes are affected by endianness concerns.
  • The typical way to write a UUID/GUID's string form in RFCs / Linux-centric documentation is big endian.
  • However Microsoft sources tend to write UUID/GUID string forms little endian.
  • The byte order of an on-disk GPT is little endian.

MaxBowsher (talk) 01:57, 19 April 2013 (UTC)Reply

second stages

I find it misleading to talk about second stages, while this is, afaik, in most cases the so called stage 1.5 precding stage 2 in grub . --Itu (talk) 10:40, 14 June 2015 (UTC)Reply

still usable gap with GPT

So, there is still a gap with GPT, practically, because of good-practice Alignment (typically 1MB). But this may be even less reliable und undefined as the 63-block MBR-gap. Furthermore with GPT it is not to bold to claim a partition, where in MBR this would have cost 1 of only 4 primary partitions. Just saying/thinking. --Itu (talk) 10:56, 14 June 2015 (UTC)Reply