> For the complete documentation index, see [llms.txt](https://book.ferro.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ferro.pro/linux/arch.md).

# arch

* [Install](#install)

## Install

<https://wiki.archlinux.org/title/installation\\_guide#Verify\\_the\\_boot\\_mode>

```
# sshd started by default, `passwd root` to login
ls /sys/firmware/efi/efivars
vi /etc/pacman.d/mirrorlist
pacstrap -K /mnt base linux linux-firmware
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt
```
