blob: 8fd3109dd57e6f1c5eff66b7537c5e06159a0838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
tags:
- linux
- grub
---
I've learnt that to install GRUB we need an EF02 partition as the first partition.
MBR -> first sector of disk contains boot loader
GPT -> a seperate partition
EF00 -> EFI System Partition (ESP)
EF02 -> BIOS boot partition
Both are partitions for GPT partitioned disks, just the type of firmware is different,.
|