Skip to main content

Install Base System

  1. Install 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
    
  2. Generate fstab

    genfstab -U /mnt >> /mnt/etc/fstab
    
  3. chroot into installation

    arch-chroot /mnt