install_archlinux_with_lvm_on_luks_bios:gpt
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install_archlinux_with_lvm_on_luks_bios:gpt [2023/11/22 10:09] – dougy147 | install_archlinux_with_lvm_on_luks_bios:gpt [2024/08/18 13:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 175: | Line 175: | ||
# Install | # Install | ||
- | Partitioning is finally done. Let's write the partition table to our future system `fstab` | + | Partitioning is finally done. Let' |
``` | ``` | ||
- | genfstab -U /mnt >> / | ||
pacstrap -K /mnt base base-devel linux linux-firmware neovim lvm2 grub git sudo openssh mkinitcpio dhcpcd iwd # my usual programs | pacstrap -K /mnt base base-devel linux linux-firmware neovim lvm2 grub git sudo openssh mkinitcpio dhcpcd iwd # my usual programs | ||
+ | genfstab -U /mnt >> / | ||
``` | ``` | ||
Line 230: | Line 230: | ||
## Bootloader (GRUB) | ## Bootloader (GRUB) | ||
- | |||
- | ## Configure | ||
Configure GRUB to allow booting from `/boot` on a LUKS1 encrypted partition. | Configure GRUB to allow booting from `/boot` on a LUKS1 encrypted partition. | ||
Line 247: | Line 245: | ||
To find UUID : `blkid` for GPT (else `lsblk -f`). | To find UUID : `blkid` for GPT (else `lsblk -f`). | ||
- | |||
- | ## Install | ||
``` | ``` |
install_archlinux_with_lvm_on_luks_bios/gpt.1700647771.txt.gz · Last modified: (external edit)