Skip to content

Instantly share code, notes, and snippets.

View michaelrinderle's full-sized avatar
👽
at least i know how to exit vim!

michael michaelrinderle

👽
at least i know how to exit vim!
View GitHub Profile
@michaelrinderle
michaelrinderle / Encrypted Arch Base Install
Last active November 4, 2019 02:43 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
wifi-menu
cgdisk /dev/nvme0n1
1 - 100MB EFI partition # Hex code ef00
2 - 250MB Boot partition # Hex code 8300
3 - 100% size partiton # (to be encrypted) Hex code 8300
mkfs.vfat -F32 /dev/nvme0n1p1
mkfs.ext2 /dev/nvme0n1p2