Saltar al contenido principal

ArchInstall

  • Se navega con las flechas
  • Para selección múltiple o sencilla, usar la tecla Espacio
  • Para confirma, usar la tecla Enter

0. Inicio

  1. Secure boot debe estar desactivado en la BIOS
  2. Arch Linux install medium (x86_64, UEFI)
  3. Aumentar tamaño de la fuente setfont ter-122b o setfont ter-132n
  4. Conectarse a la red, cableada/WiFi
  5. Actualizar archinstall pacman -S archinstall
  6. Iniciar instalación archinstall

WiFi

iwctl                # Verificar configuración de red
device list # Muestra las tarjetas de red
<mode> <name> scan # Dispositivo para escanear las redes disponibles
<mode> <name> get-networks # Mostrar las redes encontradas
<mode> <name> connect "network name" # Conectarse a la red
<mode> <name> show # Información de la conexión
exit

Ejemplo

iwctl
station wlan0 get-networks
station wlan0 connect "network name"
exit

1. Archinstall language

  • Archinstall language -> English o Spanish

2. Locales

  1. Keyboard layout -> us o es
  2. Locale language -> en_US.UTF-8 o es_GT.UTF-8
  3. Locale encoding -> UTF-8

3. Mirrors and repositories

  1. Select regions -> Worldwide United States
  2. Add custom servers -> ---
  3. Optional repositores -> ---
  4. Add custom repository -> ---

4. Disk configuration

  1. Partitioning -> Use a best-effort default partition layout -> Select SSD -> File system -> btrfs or ext4

brtfs

  • Would you like to use BTRFS subvolumes with a default structure? Yes
  • Would you like to use compression or disable CoW? -> Use compression

ext4

  • Partition for /home -> No (or user preference)
  1. LVM -> ---
  2. Disk encryption -> ---
  3. Btrfs spanshots -> Timeshift

5. Swap

Default

  • Swap on zram -> Enabled

6. Bootloader

  • Bootloader -> Sistemd-boot or Grub
  • Unified kernel images -> Enabled

7. Kernels

Default

  • Kernel -> linux or linux-zen (or both)

8. Hostname

User preference

9. Authentication

  1. Root password -> User preference
  2. User account -> Add user
    • Should "username" be a superuser (sudo)? -> Yes
  3. Confirm and exit

10. Profile

  • Type -> Desktop -> User preference
  • Graphics driver -> Nvidia (propietary)
  • Greeter -> sddm (QT) or ly (TUI)

Nota

# NVIDIA Propietario
dkms
libva-nvidia-driver
nvidia-dkms # nvidia-open-dkms
xorg-server
xorg-xinit

# Intel (open-source)
intel-media-driver
libva-intel-driver
mesa
vulkan-intel
xorg-server
xorg-xinit

11. Applications

  • Bluetooth -> User preference
  • Audio -> Pipewire

13. Network configuration

  • Network configuration -> Use NetworkManager (necessary to configure internet graphically n GNOME and KDE Plasma) or Copy ISO network configuration installation

14. Additional package

Default (None)

15. Timezone

  • Timezone -> America/Guatemala

16. Automatic time sync (NTP)

  • Automatic time sync -> NTP

17. Final - Install

  • Install -> The specified configuration will be applied. Would you like to continue? -> Yes
  • Installation completed -> Reboot system

DE

Minimal

  • Packages: 321 (pacman)
  • Memory: 340.56 MiB
  • Disk: 1.30 GiB

Default Cosmic

  • Packages: 490 (pacman)
  • Memory: 937.58 MiB
  • Disk: 2.80 GiB

Cosmic

  • Packages: 446 (pacman)
  • Memory: 899.38 MiB
  • Disk: 1.96 GiB

Niri

  • Packages: 534 (pacman)
  • Memory: 551.03 MiB
  • Disk: 1.86 GiB

LXQt

  • Packages: 477 (pacman)
  • Memory: 557.90 MiB
  • Disk: 1.91 GiB

KDE Plasma

  • Packages: 739 (pacman)
  • Memory: 942.38 MiB
  • Disk: 3.00 GiB