Download Arch Linux ISO and write it into a pendrive: # dd if=archlinux-2024.05.01-x86_64.iso of=/dev/sdc status="progress" Plug in the pendrive with Arch Linux and boot. Ping 8.8.8.8 to check if the internet is working. Get network interface name (eg. eno1), turn on/off: ip link ip a ip link set enp6s0 up/down Configure Wifi: iwctl [iwd] device list [iwd] station wlan0 scan [iwd] station wlan0 connect ... If not Wifi, configure static IP or DHCP: vim /etc/systemd/network/20-ethernet.network [Match] Name=en* [Network] [Network] Address=10.0.2.1/24 DHCP=yes Gateway=10.0.2.30 DNS=185.56.208.3 Run daemons: systemctl enable systemd-networkd --now systemctl enable systemd-resolved --now Run the installer: archinstall Install additional programs: git openssh zsh neovim curl rsync Chroot and continue with 2.txt. curl https://kmsoft.pl/guides/2.txt > 2 chmod +x 2 vim 2 ./2