Skip to content

Instantly share code, notes, and snippets.

View silicondosa's full-sized avatar

Suraj Chakravarthi Raja silicondosa

View GitHub Profile
@silicondosa
silicondosa / arch-linux-install_2020
Last active July 12, 2023 14:49 — forked from mattiaslundberg/arch-linux-install
Arch Linux install guide for a UEFI system with full system encryption using btrfs subvolumes inside LVM on luks (dm-crypt)
# THIS IS STILL A WORK IN PROGRESS!
# Install ARCH Linux with a whole-disk encrypted BTRFS file-system on UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/download/
# Copy to a USB drive (Replace X with device number of USB)
dd bs=4M if=path/to/archlinux.iso of=/dev/sdX status=progress oflag=sync