Installing Arch Linux - creationsoftre/Arch-Linux-wiki GitHub Wiki
Download Arch Linux ISO
- Go to https://archlinux.org/download/
- Download uTorrent > Convert torrent file into ISO
- Download Rufus to make a bootable device
Install Arch Linux
- Setup wireless connection for install (hardwire preferred)
Open Internet wireless control utility
iwctl
Lists wireless adapter
device list
Scan WiFi networks
station wlan0 scan
get-networks
Station wlan0
Connect to WiFi Network
Station wlan0 connect 'YOUR NETWORK'
Exit WiFi connection menu
exit
Install Arch
Install Arch Linux (modify settings to your liking then click install)
archinstall
Required configuration:
- Use Network Manager
- Disk Part for install
- Root password
Ping a website to make sure you have a connection
ping archlinux.org
Setup Network
Network Manager Overview
NetworkManager is a program for providing detection and configuration for systems to automatically connect to networks. NetworkManager's functionality can be useful for both wireless and wired networks.
Install Network Manager
pacman -S networkmanager network-manager-applet
Start network manager service
systemctl start NetworkManager
Enable network manager service
systemctl enable NetworkManager
Connect to Network
Nmtui (Press CTRL+L)
Reboot System
reboot