Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.33 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.33 KB

Installation

Download Arch.Iso and create bootable USB and launch or go to ArchX.iso instead to skip all steps.

Boot and in prompt type the following commands

set console layout

loadkeys {Layout} // example it,en,es
curl -s https://raw.githubusercontent.com/X3ric/ArchX/master/install | bash

No ethernet?

No wifi?

1: Run iwctl

2: Run device list, and find your device name.

3: Run station [device name] scan

4: Run station [device name] get-networks

5: Run station [device name] connect [network name], enter your wifi password.

6: Ctrl and C to exit.

Optional ping archlinux.org, and then Press Ctrl and C to stop.

Wifi Blocked?

check if the WiFi is blocked by running rfkill list.

If says Soft blocked: yes, then run rfkill unblock wifi

Arch Linux