Skip to content

Instantly share code, notes, and snippets.

View metamarcdw's full-sized avatar

Marc D. Wood metamarcdw

View GitHub Profile
@metamarcdw
metamarcdw / arch-linux-install
Last active February 11, 2023 22:10
Instructions for installing Arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/installation_guide) contains a more verbose description.
# Download the Arch iso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# Set American English keymap
### Keybase proof
I hereby claim:
* I am metamarcdw on github.
* I am metamarcdw (https://keybase.io/metamarcdw) on keybase.
* I have a public key ASBVm8qKOXf2CmiZkK3pmrJUQ1M7wFAMiAgbGl4uv--_3go
To claim this, I am signing this object:
@metamarcdw
metamarcdw / parabola-linux-install
Last active April 1, 2023 12:38 — forked from mattiaslundberg/arch-linux-install
Instructions for installing parabola linux on an UEFI system with full system encryption using dm-crypt and luks
# Install PARABOLA Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.parabola.nu/index.php/Installation_Guide) contains a more verbose description.
# Download the parabola iso image from https://www.parabola.nu/
# Copy to a usb-drive
dd if=parabolalinux.img of=/dev/sdX bs=16M && sync
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# Set American English keymap