Set the keyboard layout, if different from US keyboard:
loadkeys it
Replace it
with your keyboard layout. Available layouts can be listed with:
ls /usr/share/kbd/keymaps/**/*.map.gz
Set the console font:
setfont ter-118b
Replace ter-118b
with your font name. Available fonts can be listed with:
ls /usr/share/kbd/consolefonts
Enable wireless connection:
iwctl
[iwd] device list
[iwd] station [wlan0] scan # replace [wlan0] with your device name from the previous command
[iwd] station [wlan0] get-networks
[iwd] station [wlan0] connect [SSID] # replace [SSID] with your network name from the previous command
[iwd] quit
To test the internet connection, use the command ping -c 3 www.google.com
.
Download and execute the arch-install.bash
script:
curl -LJO https://raw.githubusercontent.com/drakkar1969/arch-install/master/arch-install.bash
bash arch-install.bash
After completing installation, restart to boot into GNOME:
reboot
The step-by-step manual installation guide can be found here: Arch Linux Installation Guide.
See the Bootable USB Guide for how to create a bootable USB from the Arch Linux ISO.