Skip to content

Instantly share code, notes, and snippets.

@admkng
admkng / arch_linux_installation.md
Created November 10, 2019 13:30 — forked from OdinsPlasmaRifle/arch_linux_installation.md
LVM on LUKS Arch installation with systemd-boot

Arch Linux Installation

LVM on LUKS Arch installation with systemd-boot

USB

Download Arch Linux

Find out the name of your USB drive with lsblk. Make sure that it is not mounted.

@admkng
admkng / ARCH_INSTALL.MD
Last active November 11, 2019 14:20 — forked from heppu/ARCH_INSTALL.MD
Installing Arch with cgdisk, dm-crypt, LUKS, LVM and systemd-boot

Create bootable USB

dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

Boot from USB and set prepare system

timedatectl set-ntp true