Arch linux install procedure:
- iwctl (device list) (station wlan0 get networks) (station wlan0 connect network_name)
- pacman -Sy
- pacman -Sy archlinux-keyring
- lsblk (show disk)
- cfdisk /dev/nvme0n1
- make 800 mb EFI system partition (lets refer to this partition as nvme0n1p5)
- make linux filesystem (your main space) (lets refer to this partition as nvme0n1p6)
- 8 gb linux swap partition (lets refer to this partition as nvme0n1p7)
- write changes
- mkfs.fat -F32 /dev/nvme0n1p5
- mkfs.ext4 /dev/nvme0n1p6
- mkswap /dev/nvme0n1p7
- mount /dev/nvme0n1p6 /mnt # ALWAYS DO THIS FIRST
- mkdir /mnt/boot
- mount /dev/nvme0n1p5 /mnt/boot
- swapon /dev/nvme0n1p7
- lsblk
- pacman -S archinstall
- archinstall
- disk configuration - pre-mounted disk configuration - /mnt
- install!