Skip to main content

Install Base System

  1. Install Packages

packages

CAUTION: Be sure to replace amd-ucode with intel-ucode if you're on Intel!

ATTENTION: If you've chosen to use LUKS disk encryption make sure to include the cryptsetup package!

pacstrap /mnt base linux linux-firmware amd-ucode btrfs-progs dosfstools lvm2 nano networkmanager

  • Generate fstab

  • genfstab -U /mnt >> /mnt/etc/fstab
    

  • chroot into installation

  • arch-chroot /mnt