Last active
August 17, 2024 12:16
-
-
Save justinbalaguer/3758a0723cdfbc5183177d26785096fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. sudo vim /etc/systemd/timesyncd.conf | |
0.1 set NTP=time.google.com | |
0.2 uncomment Fallback_NTP | |
0.3 save and run `systemctl restart systemd-timesyncd.service` | |
-- setting NTP will the time sync error if encountering | |
1. Before running archinstall make sure to be connected to the internet (if using Ethernet it should be automatic, if you only have Wi-Fi, connect via iwctl) | |
1.1 `iwctl` | |
1.2 `device list` run this command to check the device name | |
1.3 `station DEVICENAME connect-hidden SSID` use connect if the network is not hidden | |
2. Run `archinstall` | |
2.1 Select preferred mirrors | |
2.2 Disk configuration - use best-effort, select btrfs, use compression | |
2.3 Add root password and add user account | |
2.4 For audio use pipewire | |
2.5 Network configuration - use NetworkManager | |
2.6 Install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment