Skip to content

Instantly share code, notes, and snippets.

@mindbender444
mindbender444 / install-arch-linux-on-btrfs-subvolume-inside-luks
Created February 9, 2022 15:35 — forked from ansulev/install-arch-linux-on-btrfs-subvolume-inside-luks
Install Arch Linux with full encrypted btrfs subvolume inside luks
# Install Arch Linux with full encrypted btrfs subvolume inside luks
# Hardware: BIOS system, Intel GPU, Nvidia Optimus, Toshiba SSD, Wifi
# Please adjust for your needs.
# filename: install-arch-linux-on-btrfs-subvolume-inside-luks.txt
# The official guide: https://wiki.archlinux.org/index.php/Installation_Guide
# Download the archiso image from https://www.archlinux.org/download/
# Copy to a usb-drive
dd bs=4M if=archlinux.iso of=/dev/sdx status=progress oflag=sync # on linux
@mindbender444
mindbender444 / arch-install-guide.md
Created February 3, 2022 03:35 — forked from f4str/arch-install-guide.md
Guide to install Arch Linux

Arch Linux Installation Guide

Guide to install Arch Linux on an EFI system. Uses the following features:

  • Btrfs with @, @home, @snapshots, @var, @tmp subvolumes
  • Snapshots using snapper
  • Swapfile on a @swap subvolume
  • GRUB bootloader
  • A bootable recovery live ISO partition.
  • SDDM display manager