mirror of
https://github.com/opsschool/curriculum.git
synced 2025-12-06 00:19:45 +01:00
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:
parent
d997c15c18
commit
0958439e2c
|
|
@ -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
|
||||
---------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user