We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeb16b commit 2cae779Copy full SHA for 2cae779
source/_posts/lnx/arch.md
@@ -21,6 +21,11 @@ categories: linux
21
22
## CLI boot
23
24
+### 基于 UEFI/GPT 的硬盘分区
25
+
26
+- boot 分区 (EFI System Partition, ESP) 必须是 **FAT32** 文件系统
27
+- boot 分区除了放 bootloader (GRUB) 的配置文件外,还会放 vmlinuz, initrd 这些,最好弄到 5G ~ 10G, 以容纳多个内核版本的 elf 和 initrd
28
29
### iwctl
30
31
### pacman
@@ -29,7 +34,7 @@ categories: linux
34
35
## GUI boot
36
32
-### DE
37
+### GNOME Desktop Environment
33
38
39
```bash
40
pacman -S gnome gnome-extra
0 commit comments