Skip to content

Commit 2cae779

Browse files
committed
linux: arch: esp must be fat32
Signed-off-by: Luc Ma <[email protected]>
1 parent 0eeb16b commit 2cae779

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/_posts/lnx/arch.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ categories: linux
2121

2222
## CLI boot
2323

24+
### 基于 UEFI/GPT 的硬盘分区
25+
26+
- boot 分区 (EFI System Partition, ESP) 必须是 **FAT32** 文件系统
27+
- boot 分区除了放 bootloader (GRUB) 的配置文件外,还会放 vmlinuz, initrd 这些,最好弄到 5G ~ 10G, 以容纳多个内核版本的 elf 和 initrd
28+
2429
### iwctl
2530

2631
### pacman
@@ -29,7 +34,7 @@ categories: linux
2934

3035
## GUI boot
3136

32-
### DE
37+
### GNOME Desktop Environment
3338

3439
```bash
3540
pacman -S gnome gnome-extra

0 commit comments

Comments
 (0)