Skip to content

Instantly share code, notes, and snippets.

@tjcim
tjcim / Arch Linux - UEFI 2 HDDs Install
Last active December 9, 2017 06:27 — forked from HardenedArray/Efficient Encrypted UEFI-Booting Arch Installation
How I install a new computer for a workstation
# Download and verify iso
gpg --verify archlinux-2017.01.01-dual.iso.sig
# Burn iso to USB
dd if=archlinux-*.iso of=/dev/sdX bs=16M && sync
# Boot usb image and set root passwd (this is a temp password used for install only)
passwd
# Ensure time is correct