-
Download the latest iso from the ArchLinux website
-
Create the image
dd if=archlinux-2021.07.01-x86_64.iso of=/dev/sdb status=progress && sync
- You need to disable UEFI secure boot in your bios
- Reboot and boot the pendrive
- Start Arch Linux install
- You should be seeing something like the image below.
- If you don't know, run the first command to list the available options
localectl list-keymaps
- Load your keyboard mapping
loadkeys br-abnt2
- Discover your wireless interface
iwctl device list
Name | Address | Powered | Adapter | Mode |
---|---|---|---|---|
wlan0 | 80:30:49:0c:be:9b | on | phy0 | station |
- Scan nearby networks
iwctl station wlan0 scan
- Connect
iwctl station wlan0 connect 'Mamut 5GHz'
- Install git
pacman -Sy git --noconfirm
- Clone this repository and enter the folder
git clone https://github.com/mamutal91/myarch
cd myarch
- Run script
./install.sh
This installation does not provide a graphical interface, but if you want you can try my dotfiles or search for other interface installation tutorials.