diff options
Diffstat (limited to 'EF00 partition.md')
-rw-r--r-- | EF00 partition.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/EF00 partition.md b/EF00 partition.md index ccd93e1..0511d20 100644 --- a/EF00 partition.md +++ b/EF00 partition.md @@ -4,4 +4,6 @@ tags: - boot - efi --- -This partition is the EFI system partition a.k.a ESP. UEFI firmware loads the bootloader from here. This partition as opposite to the [[EF02 boot partition]] contains all tools needed to boot, such as the boot loader and kernel images.
\ No newline at end of file +This partition is the EFI system partition a.k.a ESP. UEFI firmware loads the bootloader from here. This partition as opposite to the [[EF02 partition]] contains all tools needed to boot, such as the boot loader and kernel images. + +Typically this partition is mounted as `/boot`.
\ No newline at end of file |