ISO image file
https://geo.mirror.pkgbuild.com/iso/
⇨ archlinux-x86_64.iso [~800MB]
VM disk image file
https://geo.mirror.pkgbuild.com/images/
Arch-Linux-x86_64-basic.qcow2 [~450MB]
Arch-Linux-x86_64-basic-20230527.154198.qcow2
login: arch
password: arch
[arch@archlinux ~]$ hostnamectl
Static hostname: archlinux
Icon name: computer-vm
Chassis: vm 🖴
Machine ID: ff127c5af4754f15b213fc9961b3384e
Boot ID: 1e918dd6a7064ad88d30dab2634515d6
Virtualization: kvm
Operating System: Arch Linux
Kernel: Linux 6.3.4-arch1-1
Architecture: x86-64
Hardware Vendor: QEMU
Hardware Model: Standard PC _i440FX + PIIX, 1996_
Firmware Version: Arch Linux 1.16.2-1-1
Firmware Date: Tue 2014-04-01
[arch@archlinux ~]$ sudo fdisk -l /dev/sda
Disk /dev/sda: 40 GiB, 42949672960 bytes, 83886080 sectors
Disk model: QEMU HARDDISK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: CA94CC03-B068-42F0-8C3A-19AFB51115BE
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 618495 614400 300M EFI System
/dev/sda3 618496 83884031 83265536 39.7G Linux root (x86-64)
[arch@archlinux ~]$ df -hT
Filesystem Type Size Used Avail Use% Mounted on
dev devtmpfs 1.9G 0 1.9G 0% /dev
run tmpfs 2.0G 488K 2.0G 1% /run
/dev/sda3 btrfs 40G 1.1G 39G 3% /
tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs tmpfs 2.0G 0 2.0G 0% /tmp
/dev/sda2 vfat 300M 292K 299M 1% /efi
tmpfs tmpfs 393M 0 393M 0% /run/user/1000
[arch@archlinux ~]$ cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
UUID=F45C-6611 /efi vfat noauto,x-systemd.automount,x-systemd.idle-timeout=300,rw,relatime,fmask=0133,dmask=0022,utf8 0 2
/swap/swapfile none swap defaults 0 0
[arch@archlinux ~]# ls -l /
total 24
lrwxrwxrwx 1 root root 7 Jan 31 20:51 bin -> usr/bin
drwxr-xr-x 1 root root 128 May 27 05:04 boot
drwxr-xr-x 18 root root 3720 May 28 11:01 dev
drwxr-xr-x 3 root root 4096 Jan 1 1970 efi
drwxr-xr-x 1 root root 1980 May 28 11:01 etc
drwxr-xr-x 1 root root 8 May 27 05:05 home
lrwxrwxrwx 1 root root 7 Jan 31 20:51 lib -> usr/lib
lrwxrwxrwx 1 root root 7 Jan 31 20:51 lib64 -> usr/lib
drwxr-xr-x 1 root root 0 Jan 31 20:51 mnt
drwxr-xr-x 1 root root 0 Jan 31 20:51 opt
dr-xr-xr-x 204 root root 0 May 28 11:01 proc
drwxr-x--- 1 root root 46 May 27 21:44 root
drwxr-xr-x 17 root root 440 May 28 11:01 run
lrwxrwxrwx 1 root root 7 Jan 31 20:51 sbin -> usr/bin
drwxr-xr-x 1 root root 14 May 27 05:04 srv
drwx------ 1 root root 16 May 27 05:04 swap
dr-xr-xr-x 13 root root 0 May 28 11:01 sys
drwxrwxrwt 9 root root 180 May 28 11:01 tmp
drwxr-xr-x 1 root root 70 May 28 10:56 usr
drwxr-xr-x 1 root root 116 May 28 11:01 var
[arch@archlinux ~]$ ls -l /home/
total 0
drwx------ 1 arch arch 190 May 28 12:33 arch
[arch@archlinux ~]# ls -lh /swap/
total 512M
-rw------- 1 root root 512M May 27 05:04 swapfile
[arch@archlinux ~]$ pacman -Qn | wc -l
130
[arch@archlinux ~]$ pacman -Qe | wc -l
8
[arch@archlinux ~]$ pacman -Qd | wc -l
122
[arch@archlinux ~]$ pacman -Qe
base 3-1
btrfs-progs 6.3-2
dosfstools 4.2-3
efibootmgr 18-2
grub 2:2.06.r499.ge67a551a4-1
linux 6.3.4.arch1-1
openssh 9.3p1-1
sudo 1.9.13.p3-1
[arch@archlinux ~]$ cat /var/log/pacman.log
[2023-05-27T05:04:06+0000] [PACMAN] Running 'pacman -r /builds/archlinux/arch-boxes/tmp/tmp.nX5piUsPFR/mount -Sy --config=pacman.conf --noconfirm base linux grub openssh sudo btrfs-progs dosfstools efibootmgr'
[2023-05-27T05:04:06+0000] [PACMAN] synchronizing package lists
[2023-05-27T05:04:15+0000] [ALPM] transaction started
[2023-05-27T05:04:15+0000] [ALPM] installed iana-etc (20230405-1)
[2023-05-27T05:04:15+0000] [ALPM] installed filesystem (2023.01.31-1)
[2023-05-27T05:04:15+0000] [ALPM] installed linux-api-headers (6.3-1)
[2023-05-27T05:04:15+0000] [ALPM] installed tzdata (2023c-2)
[2023-05-27T05:04:16+0000] [ALPM] installed glibc (2.37-3)
[2023-05-27T05:04:16+0000] [ALPM] installed gcc-libs (13.1.1-1)
[2023-05-27T05:04:16+0000] [ALPM] installed ncurses (6.4-1)
[2023-05-27T05:04:16+0000] [ALPM] installed readline (8.2.001-2)
[2023-05-27T05:04:16+0000] [ALPM] installed bash (5.1.016-4)
[2023-05-27T05:04:16+0000] [ALPM] installed acl (2.3.1-3)
[2023-05-27T05:04:16+0000] [ALPM] installed attr (2.5.1-3)
[2023-05-27T05:04:16+0000] [ALPM] installed gmp (6.2.1-2)
[2023-05-27T05:04:16+0000] [ALPM] installed util-linux-libs (2.39-3)
[2023-05-27T05:04:16+0000] [ALPM] installed e2fsprogs (1.47.0-1)
[2023-05-27T05:04:16+0000] [ALPM] installed gdbm (1.23-2)
[2023-05-27T05:04:17+0000] [ALPM] installed openssl (3.0.8-1)
[2023-05-27T05:04:17+0000] [ALPM] installed libsasl (2.1.28-4)
[2023-05-27T05:04:17+0000] [ALPM] installed libldap (2.6.4-2)
[2023-05-27T05:04:17+0000] [ALPM] installed keyutils (1.6.3-2)
[2023-05-27T05:04:17+0000] [ALPM] installed libevent (2.1.12-4)
[2023-05-27T05:04:17+0000] [ALPM] installed libverto (0.3.2-4)
[2023-05-27T05:04:17+0000] [ALPM] installed krb5 (1.20.1-1)
[2023-05-27T05:04:17+0000] [ALPM] installed libtirpc (1.3.3-2)
[2023-05-27T05:04:17+0000] [ALPM] installed pambase (20221020-1)
[2023-05-27T05:04:17+0000] [ALPM] installed libcap-ng (0.8.3-2)
[2023-05-27T05:04:17+0000] [ALPM] installed audit (3.1.1-1)
[2023-05-27T05:04:17+0000] [ALPM] installed libxcrypt (4.4.33-1)
[2023-05-27T05:04:17+0000] [ALPM] installed pam (1.5.3-2)
[2023-05-27T05:04:17+0000] [ALPM] installed libcap (2.69-1)
[2023-05-27T05:04:17+0000] [ALPM] installed coreutils (9.3-1)
[2023-05-27T05:04:17+0000] [ALPM] installed zlib (1:1.2.13-2)
[2023-05-27T05:04:17+0000] [ALPM] installed xz (5.4.3-1)
[2023-05-27T05:04:17+0000] [ALPM] installed bzip2 (1.0.8-5)
[2023-05-27T05:04:17+0000] [ALPM] installed libseccomp (2.5.4-2)
[2023-05-27T05:04:17+0000] [ALPM] installed lz4 (1:1.9.4-1)
[2023-05-27T05:04:17+0000] [ALPM] installed zstd (1.5.5-1)
[2023-05-27T05:04:17+0000] [ALPM] installed file (5.44-3)
[2023-05-27T05:04:17+0000] [ALPM] installed findutils (4.9.0-3)
[2023-05-27T05:04:17+0000] [ALPM] installed mpfr (4.2.0.p9-1)
[2023-05-27T05:04:17+0000] [ALPM] installed gawk (5.2.2-1)
[2023-05-27T05:04:17+0000] [ALPM] installed pcre2 (10.42-2)
[2023-05-27T05:04:17+0000] [ALPM] installed grep (3.11-1)
[2023-05-27T05:04:17+0000] [ALPM] installed libgpg-error (1.47-1)
[2023-05-27T05:04:17+0000] [ALPM] installed libgcrypt (1.10.2-1)
[2023-05-27T05:04:17+0000] [ALPM] installed systemd-libs (253.4-1)
[2023-05-27T05:04:17+0000] [ALPM] installed procps-ng (3.3.17-1)
[2023-05-27T05:04:17+0000] [ALPM] installed sed (4.9-3)
[2023-05-27T05:04:17+0000] [ALPM] installed tar (1.34-2)
[2023-05-27T05:04:17+0000] [ALPM] installed libunistring (1.1-2)
[2023-05-27T05:04:18+0000] [ALPM] installed icu (72.1-2)
[2023-05-27T05:04:18+0000] [ALPM] installed libxml2 (2.10.4-4)
[2023-05-27T05:04:18+0000] [ALPM] installed gettext (0.21.1-5)
[2023-05-27T05:04:18+0000] [ALPM] installed hwdata (0.370-1)
[2023-05-27T05:04:18+0000] [ALPM] installed kmod (30-3)
[2023-05-27T05:04:18+0000] [ALPM] installed pciutils (3.10.0-1)
[2023-05-27T05:04:18+0000] [ALPM] installed psmisc (23.6-1)
[2023-05-27T05:04:18+0000] [ALPM] installed shadow (4.13-2)
[2023-05-27T05:04:18+0000] [ALPM] installed util-linux (2.39-3)
[2023-05-27T05:04:18+0000] [ALPM] installed less (1:633-1)
[2023-05-27T05:04:18+0000] [ALPM] installed gzip (1.12-2)
[2023-05-27T05:04:18+0000] [ALPM] installed licenses (20220125-2)
[2023-05-27T05:04:18+0000] [ALPM] installed expat (2.5.0-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libarchive (3.6.2-2)
[2023-05-27T05:04:18+0000] [ALPM] installed libtasn1 (4.19.0-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libffi (3.4.4-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libp11-kit (0.24.1-1)
[2023-05-27T05:04:18+0000] [ALPM] installed p11-kit (0.24.1-1)
[2023-05-27T05:04:18+0000] [ALPM] installed ca-certificates-utils (20220905-1)
[2023-05-27T05:04:18+0000] [ALPM] installed ca-certificates-mozilla (3.89.1-1)
[2023-05-27T05:04:18+0000] [ALPM] installed ca-certificates (20220905-1)
[2023-05-27T05:04:18+0000] [ALPM] installed brotli (1.0.9-12)
[2023-05-27T05:04:18+0000] [ALPM] installed libidn2 (2.3.4-3)
[2023-05-27T05:04:18+0000] [ALPM] installed libnghttp2 (1.53.0-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libpsl (0.21.2-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libssh2 (1.10.0-3)
[2023-05-27T05:04:18+0000] [ALPM] installed curl (8.1.1-1)
[2023-05-27T05:04:18+0000] [ALPM] installed nettle (3.9-1)
[2023-05-27T05:04:18+0000] [ALPM] installed gnutls (3.8.0-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libksba (1.6.3-1)
[2023-05-27T05:04:18+0000] [ALPM] installed libassuan (2.5.5-2)
[2023-05-27T05:04:18+0000] [ALPM] installed npth (1.6-4)
[2023-05-27T05:04:18+0000] [ALPM] installed libsysprof-capture (3.48.0-1)
[2023-05-27T05:04:19+0000] [ALPM] installed glib2 (2.76.3-1)
[2023-05-27T05:04:19+0000] [ALPM] installed json-c (0.16-1)
[2023-05-27T05:04:19+0000] [ALPM] installed tpm2-tss (4.0.1-1)
[2023-05-27T05:04:19+0000] [ALPM] installed libsecret (0.20.5-2)
[2023-05-27T05:04:19+0000] [ALPM] installed pinentry (1.2.1-1)
[2023-05-27T05:04:19+0000] [ALPM] installed sqlite (3.42.0-1)
[2023-05-27T05:04:19+0000] [ALPM] installed gnupg (2.2.41-1)
[2023-05-27T05:04:19+0000] [ALPM] installed gpgme (1.20.0-3)
[2023-05-27T05:04:19+0000] [ALPM] installed pacman-mirrorlist (20230410-1)
[2023-05-27T05:04:19+0000] [ALPM] installed pacman (6.0.2-7)
[2023-05-27T05:04:19+0000] [ALPM] installed archlinux-keyring (20230504-1)
[2023-05-27T05:04:19+0000] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2023-05-27T05:04:21+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2023-05-27T05:04:21+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-07-12
[2023-05-27T05:04:21+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2023-05-27T05:04:21+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-07-12
[2023-05-27T05:04:21+0000] [ALPM] installed device-mapper (2.03.21-1)
[2023-05-27T05:04:21+0000] [ALPM] installed popt (1.19-1)
[2023-05-27T05:04:21+0000] [ALPM] installed argon2 (20190702-5)
[2023-05-27T05:04:21+0000] [ALPM] installed cryptsetup (2.6.1-3)
[2023-05-27T05:04:21+0000] [ALPM] installed dbus (1.14.6-2)
[2023-05-27T05:04:21+0000] [ALPM] installed libmnl (1.0.5-1)
[2023-05-27T05:04:21+0000] [ALPM] installed libnftnl (1.2.5-1)
[2023-05-27T05:04:21+0000] [ALPM] installed libnl (3.7.0-3)
[2023-05-27T05:04:21+0000] [ALPM] installed libpcap (1.10.4-1)
[2023-05-27T05:04:21+0000] [ALPM] installed libnfnetlink (1.0.2-1)
[2023-05-27T05:04:21+0000] [ALPM] installed libnetfilter_conntrack (1.0.9-1)
[2023-05-27T05:04:21+0000] [ALPM] installed iptables (1:1.8.9-1)
[2023-05-27T05:04:21+0000] [ALPM] installed kbd (2.5.1-2)
[2023-05-27T05:04:21+0000] [ALPM] installed libelf (0.189-1)
[2023-05-27T05:04:22+0000] [ALPM] installed systemd (253.4-1)
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'sys' with GID 3.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'mem' with GID 8.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'ftp' with GID 11.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'mail' with GID 12.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'log' with GID 19.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'smmsp' with GID 25.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'proc' with GID 26.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'games' with GID 50.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'lock' with GID 54.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'network' with GID 90.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'floppy' with GID 94.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'scanner' with GID 96.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'power' with GID 98.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'nobody' with GID 65534.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'adm' with GID 999.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'wheel' with GID 998.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'utmp' with GID 997.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'audio' with GID 996.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'disk' with GID 995.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'input' with GID 994.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'kmem' with GID 993.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'kvm' with GID 992.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'lp' with GID 991.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'optical' with GID 990.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'render' with GID 989.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'sgx' with GID 988.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'storage' with GID 987.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'tty' with GID 5.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'uucp' with GID 986.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'video' with GID 985.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'users' with GID 984.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal' with GID 983.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'rfkill' with GID 982.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'bin' with GID 1.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'bin' (n/a) with UID 1 and GID 1.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'daemon' with GID 2.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'daemon' (n/a) with UID 2 and GID 2.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'mail' (n/a) with UID 8 and GID 12.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'ftp' (n/a) with UID 14 and GID 11.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'http' with GID 33.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'http' (n/a) with UID 33 and GID 33.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'dbus' with GID 81.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-coredump' with GID 981.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'systemd-coredump' (systemd Core Dumper) with UID 981 and GID 981.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-network' with GID 980.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'systemd-network' (systemd Network Management) with UID 980 and GID 980.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-oom' with GID 979.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 979 and GID 979.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal-remote' with GID 978.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 978 and GID 978.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-resolve' with GID 977.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'systemd-resolve' (systemd Resolver) with UID 977 and GID 977.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'systemd-timesync' with GID 976.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 976 and GID 976.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'tss' with GID 975.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'tss' (tss user for tpm2) with UID 975 and GID 975.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating group 'uuidd' with GID 68.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Creating user 'uuidd' (n/a) with UID 68 and GID 68.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
[2023-05-27T05:04:22+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
[2023-05-27T05:04:22+0000] [ALPM] installed systemd-sysvcompat (253.4-1)
[2023-05-27T05:04:22+0000] [ALPM] installed iputils (20221126-1)
[2023-05-27T05:04:22+0000] [ALPM] installed libbpf (1.2.0-1)
[2023-05-27T05:04:22+0000] [ALPM] installed iproute2 (6.3.0-2)
[2023-05-27T05:04:22+0000] [ALPM] installed base (3-1)
[2023-05-27T05:04:22+0000] [ALPM] installed mkinitcpio-busybox (1.35.0-1)
[2023-05-27T05:04:22+0000] [ALPM] installed jansson (2.14-2)
[2023-05-27T05:04:23+0000] [ALPM] installed binutils (2.40-6)
[2023-05-27T05:04:23+0000] [ALPM] installed diffutils (3.10-1)
[2023-05-27T05:04:23+0000] [ALPM] installed mkinitcpio (35.2-1)
[2023-05-27T05:04:25+0000] [ALPM] installed linux (6.3.4.arch1-1)
[2023-05-27T05:04:26+0000] [ALPM] installed grub (2:2.06.r499.ge67a551a4-1)
[2023-05-27T05:04:26+0000] [ALPM-SCRIPTLET] :: Install your bootloader and generate configuration with:
[2023-05-27T05:04:26+0000] [ALPM-SCRIPTLET] $ grub-install ...
[2023-05-27T05:04:26+0000] [ALPM-SCRIPTLET] $ grub-mkconfig -o /boot/grub/grub.cfg
[2023-05-27T05:04:26+0000] [ALPM] installed dnssec-anchors (20190629-3)
[2023-05-27T05:04:26+0000] [ALPM] installed ldns (1.8.3-2)
[2023-05-27T05:04:26+0000] [ALPM] installed libedit (20221030_3.1-1)
[2023-05-27T05:04:26+0000] [ALPM] installed openssh (9.3p1-1)
[2023-05-27T05:04:26+0000] [ALPM] installed sudo (1.9.13.p3-1)
[2023-05-27T05:04:26+0000] [ALPM] installed lzo (2.10-5)
[2023-05-27T05:04:26+0000] [ALPM] installed btrfs-progs (6.3-2)
[2023-05-27T05:04:26+0000] [ALPM] installed dosfstools (4.2-3)
[2023-05-27T05:04:26+0000] [ALPM] installed efivar (38-3)
[2023-05-27T05:04:26+0000] [ALPM] installed efibootmgr (18-2)
[2023-05-27T05:04:27+0000] [ALPM] transaction completed
[2023-05-27T05:04:27+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-catalog.hook'...
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-05-27T05:04:27+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2023-05-27T05:04:27+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-05-27T05:04:27+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-05-27T05:04:27+0000] [ALPM] running '30-systemd-update.hook'...
[2023-05-27T05:04:27+0000] [ALPM] running '40-update-ca-trust.hook'...
[2023-05-27T05:04:28+0000] [ALPM] running '60-depmod.hook'...
[2023-05-27T05:04:30+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-05-27T05:04:30+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-05-27T05:04:30+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img --microcode /boot/*-ucode.img
[2023-05-27T05:04:30+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.3.4-arch1-1'
[2023-05-27T05:04:30+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/*-ucode.img
[2023-05-27T05:04:31+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.3.4-arch1-1'
[2023-05-27T05:04:32+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-05-27T05:04:32+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-05-27T05:04:32+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-05-27T05:04:32+0000] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-05-27T05:04:33+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2023-05-27T05:04:33+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2023-05-27T05:04:33+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2023-05-27T05:04:33+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2023-05-27T05:04:34+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2023-05-27T05:04:34+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-05-27T05:04:34+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2023-05-27T05:04:35+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2023-05-27T05:04:36+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
[2023-05-27T05:04:37+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2023-05-27T05:04:37+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-05-27T05:04:38+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-05-27T05:04:38+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2023-05-27T05:04:39+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-05-27T05:04:39+0000] [ALPM] running 'dbus-reload.hook'...
[2023-05-27T05:04:39+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
My ArchWiki User Page with notes on installation, configuration, tweaks, etc.
My AUR packages and some contributions [1] [2] [3]
Always perform all package operations within a terminal multiplexer in case of any potential GUI or application problems during the process.
$ screen -DRq maint
Keep the system updated (-Syy to force refresh).
$ pacman -Syu
Clean uninstalled packages cache and syncdb (-Scc for all packages including installed).
$ pacman -Sc
List and remove orphans (unused packages).
$ pacman -Qtd
$ pacman -Rsn $(pacman -Qtdq)
Check the integrity of installed packages (all / specific / filter by missing files).
$ pacman -Qk
$ pacman -Qk fontconfig
$ pacman -Qk | grep -v '0 missing'
List files modified after package installation.
$ pacman -Qii | awk '/^MODIFIED/ {print $2}'
Install additional tools.
$ pacman -S pacman-contrib
Scan for .pacorig, .pacnew, .pacsave files.
$ pacdiff -o
$ pacdiff -o -l # use locate
$ pacdiff -o -f # use find
Merge or delete modified config files.
$ pacdiff
$ pacdiff -s # use sudo
Install more libalpm package management library helper tools.
$ pacman -S pacutils
Find files not owned by any package.
$ pacreport --unowned-files > /root/pacreport.log
Find wrong permissions/ownership/size by checking package files against MTREE data.
$ paccheck --file-properties --quiet > /root/paccheck.log
Check if systemd is in a degraded state due to failed units.
$ systemctl --failed
Generate GRUB configuration from /etc/default/grub.
$ grub-mkconfig -o /boot/grub/grub.cfg
Generate initramfs for the default preset set in /etc/mkinitcpio.d/linux.preset.
$ mkinitcpio -p linux
for all presets (fallback, custom, etc.) use -P or --allpresets
$ mkinitcpio --allpresets
Back up disk partition to compressed image file:
# zstd -v -T0 < /dev/disk/by-label/arch_root > /mnt/arch_bkp/arch_root.img.zst
same but as regular user with sudo
$ sudo cat /dev/disk/by-label/arch_root | zstd -v -T0 -o /mnt/arch_bkp/arch_root.img.zst
(-19 for high compression level)
Restore:
# zstdcat /mnt/arch_bkp/arch_root.img.zst > /dev/disk/by-label/arch_root
or as regular user with sudo
$ zstdcat /mnt/arch_bkp/arch_root.img.zst | sudo tee /dev/disk/by-label/arch_root > /dev/null
Back up root filesystem tree to compressed archive:
$ sudo tar cv --one-file-system --exclude="/mnt/*" --exclude="/var/cache/pacman" --exclude="/var/run" --exclude="/var/tmp" --exclude="/lost+found" --exclude="/swapfile" / | pigz -9 > /mnt/arch_bkp/arch_root.tar.gz
(no other mount points with --one-file-system, use parallel implementation of gzip compression)
Restore:
$ sudo tar xvf /mnt/arch_bkp/arch_root.tar.gz -C /mnt/arch_root
Back up user files (with exceptions) to compressed archive:
$ tar cvpaf /mnt/arch_bkp/arch_home.tar.zst --exclude-from=~/.tarexclude $HOME
(-p preserve permissions as regular user, -a automatic compression method based on file extension instead of -z)
~/.tarexclude
/home/myusername/Desktop/*
/home/myusername/Downloads/*
/home/myusername/Documents/*
/home/myusername/Videos/*
/home/myusername/Music/*
/home/myusername/Pictures/*
/home/myusername/Public/*
/home/myusername/Templates/*
/home/myusername/.local/share/Trash
/home/myusername/.local/share/torbrowser
/home/myusername/.cache
/home/myusername/.wine
/home/myusername/.cargo
/home/myusername/.vagrant.d
Restore:
# tar xvf /mnt/arch_bkp/arch_home.tar.zst -C /
or with sudo (again -p, but also strip /home/myusername from paths)
$ tar xvpf /mnt/arch_bkp/arch_home.tar.zst --strip-components=2 -C $HOME
Clone the root / filesystem without any separate mount points like /home, /boot/efi, /dev, /proc, /sys, /tmp, /run, /mnt, /media
$ rsync -axHAXS --info=progress2 archhost:/ /mnt/archroot/
Clone the /home partition – mind the trailing slash in archhost:/home/
$ rsync -aHAXS --info=progress2 archhost:/home/ /mnt/archhome/
Sync additions and deletions to rootfs.
# rsync -axHAXS --delete --info=progress2 archhost:{/boot,/etc,/opt,/root,/srv,/usr,/var} /mnt/archroot/
buildpae
32-bit PAE kernel build script [GitHub]
Bash script that automates modification of the Arch Linux stock kernel PKGBUILD and its supporting files from ABS to build PAE-enabled kernel packages (linux+headers).
Also creates source packages [deleted — see archive] for AUR and signs binary packages and pacman database files with PGP.
Compiled kernel binary packages are hosted in the unofficial pacman repository. [defunct — see old snapshot]