Update boot_process_101.rst (#269)

Under the heading "On the MBR-formatted drive and standard BIOS" currently there is a reference to the "first 448 bytes of the partition table". Earlier, the heading "Master Boot Record (the old way)" mentions the "boot loader information block (448 bytes)"
I updated the content under heading "On the MBR-formatted drive and standard BIOS" to "first 448 bytes of the boot loader information 
block table"
This commit is contained in:
chaplin2000ad 2016-08-10 08:25:52 -04:00 committed by Mike Fiedler
parent d997c15c18
commit 0958439e2c

View File

@ -216,10 +216,10 @@ GRUB is a "chain bootloader" initializes itself in stages. These stages are:
On an MBR-formatted drive and standard BIOS
-------------------------------------------
These stages must fit in that first 448 bytes of the partition table. Generally,
Stage 1 and Stage 1.5 are small enough to exist in that first 448 bytes. They
contain the appropriate logic that allow the loader to read the filesystem that
Stage 2 is located on.
These stages must fit in that first 448 bytes of the boot loader information
block table. Generally, Stage 1 and Stage 1.5 are small enough to exist in that
first 448 bytes. They contain the appropriate logic that allow the loader to
read the filesystem that Stage 2 is located on.
On a GPT-formatted drive and UEFI
---------------------------------