Arch Linux

Installation

Using archinstall

  1. Connect to Wi-Fi
    1. List available Wi-Fi devices:
      iwctl device list
    2. Scan for available Wi-Fi networks:
      iwctl station DEVICE scan
    3. Replace DEVICE with the name of your Wi-Fi device. Get a list of available networks:
      iwctl station DEVICE get-networks
    4. Connect to the desired network. If the network is not hidden, use the command:
      iwctl station DEVICE connect SSID
    5. Replace SSID with the name of the Wi-Fi network. If the network is hidden, you need to specify the SSID in double quotes. If a passphrase is required, you can provide it as a command line argument. Replace PASSPHRASE with the Wi-Fi network’s password.
      iwctl station DEVICE connect SSID --passphrase=PASSPHRASE
  2. Run archinstall