blob: 0511d2059134aed37e651ed50344ef66733eaa82 (
plain)
1
2
3
4
5
6
7
8
9
|
---
tags:
- linux
- 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 partition]] contains all tools needed to boot, such as the boot loader and kernel images.
Typically this partition is mounted as `/boot`.
|