Skip to content

Instantly share code, notes, and snippets.

View robdex's full-sized avatar

Roberto Dessì robdex

  • Net7 S.r.l.
  • Pisa - Italy
View GitHub Profile
@robdex
robdex / arch-linux-install
Last active July 13, 2022 14:21 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/title/Installation_guide) contains a more verbose description.
# fork from https://gist.github.com/mattiaslundberg/8620837
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.