installing arch linux

Preparing for Installation

Booting into Arch Linux Live Environment

Partitioning and Formatting Disks

Installing Arch Linux Base System

Configuring System

Installing Boot Loader

  • Install GRUB: 'pacman -S grub'
  • Install systemd-boot: 'bootctl install'
  • For GRUB: 'grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB'
  • For systemd-boot: edit '/boot/loader/loader.conf' and '/boot/loader/entries/arch.conf'

Post-Installation