On this page
download
Pre-Installation
Essential pre-installation steps: verify system, create bootable media, and configure BIOS/UEFI for a smooth installation.
Pre-Installation
Preparation & Research
- Review the Arch Linux Installation Guide for a detailed walkthrough.
- Backup any important data (recommended if working on a non empty storage).
- Download the latest Arch Linux ISO from the official Arch Linux website.
Create Bootable Media
Use tools such as Balena Etcher, Ventoy, or, if you prefer the command line, the dd
utility to write the ISO to a USB drive.
Verify Download Integrity (Optional)
Download checksum file from this page and use gpg to verify the signature.
gpg --keyserver-options auto-key-retrieve --verify archlinux-version-x86_64.iso.sig
Alternatively, from an existing Arch Linux installation run:
pacman-key -v archlinux-version-x86_64.iso.sig
BIOS/UEFI Configuration
Enter the BIOS/UEFI settings:
- Enable UEFI mode (it could also be the only one available)
- Disable Secure Boot if necessary.
- Set USB as the primary boot device.
Last updated 22 Feb 2025, 05:03 +0100 .
Was this page helpful?