Skip to content

Instantly share code, notes, and snippets.

@davidpeach
Last active July 25, 2025 20:19
Show Gist options
  • Save davidpeach/71de7a956f913805b65911fee3050c68 to your computer and use it in GitHub Desktop.
Save davidpeach/71de7a956f913805b65911fee3050c68 to your computer and use it in GitHub Desktop.
Arch Linux Installation on EFI laptop (Thinkpad T470)
# Make a bootable usb stick with the latest version of Arch Linux on.
# Plug to into computer and boot.
# Connecting to Internet (wifi)
iwctl device list
iwctl station wlan0 scan
iwctl station wlan0 get-networks
iwctl --passphrase <YOUR_PASSPHRASE> station wlan0 connect <YOUR_SSID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment