-
Notifications
You must be signed in to change notification settings - Fork 0
/
Installation
103 lines (67 loc) · 2.13 KB
/
Installation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
######Changing Font Size
setfont ter-132n
(132 means large)
######Connect to a Network
>iwctl
>device list
>station wlan0 get-networks
>station wlan0 connect ABCNAME
(Password)
[exit]
#####To test your network data packets
>ping google.com
[Press Ctrl+C to exit]
If you get "Address unreachable" error, it's cuz your wifi frequency,
Try:
>ping -4 google.com
#####Synchronize and update the packages
>pacman -Syy
#####Configure Disk and partitions
>lsblk (To list the drives)
>fdisk -l (To view detailed info about the drives)
>gdisk /dev/sda (To format the drives.... Replace sda with your drive name)
>x (To enter expert mode)
>z (erase the drive)
>Y (yes)
>lsblk (Check your drive)
#####ArchLinux Keyring & Installation
>pacman -S archlinux-keyring
>pacman -Sy archinstall
**Look for any errors in this prompt, if any follow the instructions**
>archinstall
[You'll now see a list and bunch of options available on the screen]
#####Archinstall_Interface_Instructions
[ "--" means don't change]
#Lang: --
#Mirrors: -- OR define as per country by Mirrors>Mirror Region> Country name
#Locales: --
#Disk config
Best Effort default Partition > Select disk name > File System as btrfs > yes > yes (Default options)
#Disk Encryption
Leave it blank. Unless you want to enter a password before every boot (Recommended for Servers)
#Bootloader
Grub
#Unified Kernel images --
#Swap
True
#Hostname --
#Root password
Enter a really strong passwd
#User acc (Create one cuz it's not recommended to login as root everytime)
>Add a user > username > passwd > (Should user be a super user/sudo?) Yes > back
#Profile
>Type >Desktop >Kde (Choose as per your own req)
Graphics Driver: Select the appropriate brand
Greeter: --
#Audio : Pipewire
#Kernels: -- (Linux)
#Additional packages (package name separated by a space)
sudo nano vim neofetch git htop bpytop libreoffice-fresh kate
#Netowork Configuration
Use Network Manager
#Timezone (Press / to search)
#Automatic Time Sync(NTP)
True
#Optional Repositories
>Multilib (For opening 32 bit software packages)
#####~INSTALL~#####