Skip to content

Instantly share code, notes, and snippets.

View Thrilleratplay's full-sized avatar

Tom Hiller Thrilleratplay

  • Albany , NY USA
View GitHub Profile
@Thrilleratplay
Thrilleratplay / earlygrubcryptoimg.sh
Created November 27, 2021 16:23 — forked from ibressler/earlygrubcryptoimg.sh
Creates an early grub core image for ESP to cryptmount a LUKS+LVM partition where the grub files /boot/ and the kernel is stored
#!/bin/dash
# Creates a standalone core image with grub to be started by EFI.
# It complements the excellent cryptroot tutorial at
# https://community.linuxmint.com/tutorial/view/2061
# for grub on BTRFS inside LVM inside LUKS.
#
# It initiates decryption of the root device which contains
# LVM with BTRFS on the root volume where grub is installed.
# Therefore, it allows to load grub from an LUKS encrypted BTRFS
# root file system.
@Thrilleratplay
Thrilleratplay / arch-linux-install.md
Last active March 10, 2024 22:39 — forked from mattiaslundberg/arch-linux-install
Installing Arch Linux on an LUKS Encrpyted root and booting from UEFI