til/install-archlinux.md

3.2 KiB

Install Archlinux

Install Archlinux is thing I always want to do for my laptop/PC since I had my laptop in ninth grade.

This is not a guide for everyone, this is just save for myself in a future and for anyone who want to taste a bit.

Assume your laptop/PC is UEFI-capable.

Installation guide

First USB flash installation media.

Connect to the internet

Enable wifi with wifi-menu.

Partition the disks

Identify:

lsblk

Partition:

cfdisk
Mount point Partition type Suggested size
/mnt/boot EFI system partition 1 GiB
/mnt Linux
/mnt/home Linux

Boot loader

systemd-boot

General recommendations

Always remember to check dependencies when install packages.

System administration

Read Users and groups:

  • Add user with Zsh shell.
  • Set password.
  • Enable Sudo access.

Graphical user interface

Display server: Xorg.

Desktop environments: GNOME.

Display manager: GDM, start/enable service:

systemctl start gdm.service

systemctl enable gdm.service

Networking

Network configuration: NetworkManager, start/enable service:

systemctl start NetworkManager.service

systemctl enable NetworkManager.service

Clock synchronization: systemd-timesyncd:

timedatectl set-ntp true

Optimization

Read Solid state drive.

Read Improving performance.

Read Watchdogs.

Read Staggered spin-up.

Read Silent boot.

Appearance

Read Fonts.

Misc

systemd-swap

systemd/Journal

List of applications

In the end

This is it. Future update is coming if I feel something need to be changed or I get boring and change my taste :)