Skip to content

Instantly share code, notes, and snippets.

View KevCui's full-sized avatar
🖤

K̶e̶v̶i̶n̶ KevCui

🖤
View GitHub Profile
@KevCui
KevCui / arch-linux-install
Last active September 30, 2017 20:27 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system
# Install ARCH Linux
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/download/
# Make USB flash installation media https://wiki.archlinux.org/index.php/USB_flash_installation_media
dd bs=4M if=/path/to/archlinux.iso of=/dev/sdX status=progress && sync
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# This assumes a wifi only system...