Improve Arch guide with more hints
This commit is contained in:
@@ -4,8 +4,8 @@ You have [different choices](https://wiki.archlinux.org/index.php/Dm-crypt/Encry
|
||||
This chapter describes [LVM on LUKS with encrypted boot partition](https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#Encrypted_boot_partition_.28GRUB.29 "Encrypted boot partition (GRUB)").
|
||||
Because we want to unlock all volumes at once.
|
||||
|
||||
List your disks with `lsblk` and run `gdisk /dev/[your disk]` e.g. `gdisk /dev/nvme0n1`. You can take a look at the
|
||||
`gdisk` Arch Wiki [en](https://wiki.archlinux.org/index.php/Fdisk#gdisk) / [de](https://wiki.archlinux.de/title/GPT#Partitionieren_mit_gdisk)
|
||||
List your disks with `lsblk` and run `gdisk /dev/[your disk]` e.g. `gdisk /dev/nvme0n1`. You can take a look at the
|
||||
`gdisk` Arch Wiki [en](https://wiki.archlinux.org/index.php/Gdisk) / [de](https://wiki.archlinux.de/title/GPT#Partitionieren_mit_gdisk)
|
||||
|
||||
> It's crucial to use `gdisk` because GPT is needed for UEFI boot.
|
||||
|
||||
@@ -20,8 +20,8 @@ Number Start (sector) End (sector) Size Code Name
|
||||
4 2461696 2000409230 952.7 GiB 8E00 Linux LVM
|
||||
```
|
||||
|
||||
The second partition contains the EFI System and must be of type FAT32.
|
||||
Format the second partition (replace `[device 2nd partition]` with the 2nd partition of your device e.g. `/dev/nvme0n1p2`) with:
|
||||
The second partition contains the EFI System and must be of type FAT32.
|
||||
Format the second partition (replace `[device 2nd partition]` with the 2nd partition of your device e.g. `/dev/nvme0n1p2`) with:
|
||||
|
||||
```
|
||||
mkfs.fat -F32 /dev/[device 2nd partition]
|
||||
|
||||
Reference in New Issue
Block a user