Skip to content

Instantly share code, notes, and snippets.

View urwx's full-sized avatar

urwx urwx

  • /home/urwx
View GitHub Profile
@urwx
urwx / sys-btrfs.txt
Last active May 6, 2024 08:38
Arch Linux Encrypted LVM Luks Btrfs Guide (EFI)
Arch Linux Encrypted LVM Luks Btrfs Guide (EFI)
# Wipe disk with random data (optional)
badblocks -c 10240 -s -w -t random -v /dev/sda
# Partition
parted -a minimal /dev/sda
- mklabel gpt
- unit Mib
- mkpart ESP fat32 0% 512
- set 1 boot on
- mkpart primary ext4 512 100%