安装archlinux

这里为了省事,直接吧操作的每一步打出来

1、早期的版本是GUI版本的,后面没有了

2、即便是命令行安装有 archintall 命令,但是我遇到了问题,mirrors region 一直报错

3、这里则是直接自己手动一步步执行,界面安装是基于此的,可以参考其它的教程,系统安装好了之后可以选择自己想要那种风格的界面。

--------------------------------------------------------------------------------------------

Windows PowerShell
版权所有(C) Microsoft Corporation。保留所有权利。

安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows

PS C:\Users\Administrator> ssh root@192.168.239.137
The authenticity of host '192.168.239.137 (192.168.239.137)' can't be established.
ECDSA key fingerprint is SHA256:FcfGljfRaXxe6D6Z2P/VgRHHBj6SnA6gS5TpmFFpa5M.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.239.137' (ECDSA) to the list of known hosts.
root@192.168.239.137's password:
To install Arch Linux follow the installation guide:
https://wiki.archlinux.org/title/Installation_guide

For Wi-Fi, authenticate to the wireless network using the iwctl utility.
For mobile broadband (WWAN) modems, connect with the mmcli utility.
Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.

After connecting to the internet, the installation guide can be accessed
via the convenience script Installation_guide.


Last login: Sat Jul 20 10:17:09 2024
root@archiso ~ # fdisk -l
Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop0: 788.89 MiB, 827211776 bytes, 1615648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
root@archiso ~ # fdisk  /dev/sda

Welcome to fdisk (util-linux 2.40).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

Device does not contain a recognized partition table.
Created a new DOS (MBR) disklabel with disk identifier 0xd8b025f8.

Command (m for help): p
Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors
Disk model: VMware Virtual S
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: dos
Disk identifier: 0xd8b025f8

Command (m for help): m

Help:

  DOS (MBR)
   a   toggle a bootable flag
   b   edit nested BSD disklabel
   c   toggle the dos compatibility flag

  Generic
   d   delete a partition
   F   list free unpartitioned space
   l   list known partition types
   n   add a new partition
   p   print the partition table
   t   change a partition type
   v   verify the partition table
   i   print information about a partition
   e   resize a partition

  Misc
   m   print this menu
   u   change display/entry units
   x   extra functionality (experts only)

  Script
   I   load disk layout from sfdisk script file
   O   dump disk layout to sfdisk script file

  Save & Exit
   w   write table to disk and exit
   q   quit without saving changes

  Create a new label
   g   create a new empty GPT partition table
   G   create a new empty SGI (IRIX) partition table
   o   create a new empty MBR (DOS) partition table
   s   create a new empty Sun partition table


Command (m for help): g
Created a new GPT disklabel (GUID: 354393C5-E04B-45F6-9FC0-D543C92EA2B6).

Command (m for help): p
Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors
Disk model: VMware Virtual S
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: 354393C5-E04B-45F6-9FC0-D543C92EA2B6

Command (m for help): n
Partition number (1-128, default 1):
First sector (2048-167772126, default 2048):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-167772126, default 167770111): +1G

Created a new partition 1 of type 'Linux filesystem' and of size 1 GiB.

Command (m for help): n
Partition number (2-128, default 2):
First sector (2099200-167772126, default 2099200): +2G
Value out of range.
First sector (2099200-167772126, default 2099200):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2099200-167772126, default 167770111): +2G

Created a new partition 2 of type 'Linux filesystem' and of size 2 GiB.

Command (m for help): n
Partition number (3-128, default 3):
First sector (6293504-167772126, default 6293504):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (6293504-167772126, default 167770111):

Created a new partition 3 of type 'Linux filesystem' and of size 77 GiB.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

root@archiso ~ # lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0 788.9M  1 loop /run/archiso/airootfs
sda      8:0    0    80G  0 disk
├─sda1   8:1    0     1G  0 part
├─sda2   8:2    0     2G  0 part
└─sda3   8:3    0    77G  0 part
sr0     11:0    1   1.1G  0 rom  /run/archiso/bootmnt
root@archiso ~ # mkfs.ext4 /dev/sda3
mke2fs 1.47.0 (5-Feb-2023)
Creating filesystem with 20184576 4k blocks and 5046272 inodes
Filesystem UUID: 6dd2857e-7773-45b2-87f9-af3cbbf9ccd9
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000, 7962624, 11239424

Allocating group tables: done
Writing inode tables: done
Creating journal (131072 blocks): done
Writing superblocks and filesystem accounting information: done

root@archiso ~ # mkswap /dev/sda2
Setting up swapspace version 1, size = 2 GiB (2147479552 bytes)
no label, UUID=f72db055-7e6b-4057-b4ba-95d8b1a07e8c
root@archiso ~ # mkfs.fat -F 32 /dev/sda1
mkfs.fat 4.2 (2021-01-31)
root@archiso ~ # mount /dev/sda3 /mnt
root@archiso ~ # mount --nkdir /dev/sda1 /mnt/boot

mount: unrecognized option '--nkdir'
Try 'mount --help' for more information.
1 root@archiso ~ # mount --mkdir /dev/sda1 /mnt/boot
root@archiso ~ # swapon /dev/sda2


127 root@archiso ~ # vim /etc/pacman.conf

把 #Color 放开
root@archiso ~ # vim /etc/pacman.d/mirrorlist

在文件的前面加入国产源:

Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch


root@archiso ~ # pacman -Syyu
warning: config file /etc/pacman.conf, line 33: directive ':wqColor' in section 'options' not recognized.
:: Synchronizing package databases...
 core                                               118.1 KiB   288 KiB/s 00:00 [#############################################] 100% extra                                                7.2 MiB  16.3 MiB/s 00:00 [#############################################] 100%:: Starting full system upgrade...
:: Replace wezterm-terminfo with core/ncurses? [Y/n] Y
resolving dependencies...
looking for conflicting packages...

Packages (219) alsa-lib-1.2.12-1  alsa-topology-conf-1.2.5.1-4  alsa-ucm-conf-1.2.12-1  alsa-utils-1.2.12-1
               amd-ucode-20240703.e94a2a3b-1  arch-install-scripts-28-2  archinstall-2.8.1-1  archlinux-keyring-20240709-1
               b43-fwcutter-019-5  bash-5.2.026-5  bcachefs-tools-3:1.9.4-1  bind-9.18.27-1  binutils-2.42+r91+g6224493e457-1
               bluez-libs-5.77-1  bolt-0.9.8-1  brltty-6.6-11  broadcom-wl-6.30.223.271-559  btrfs-progs-6.9.2-1
               ca-certificates-20240618-1  ca-certificates-mozilla-3.102-1  ca-certificates-utils-20240618-1  cifs-utils-7.0-4
               cryptsetup-2.7.3-1  curl-8.8.0-1  device-mapper-2.03.25-2  dhclient-4.4.3.P1-3  dhcpcd-10.0.8-1  dmidecode-3.6-1
               dmraid-1.0.0.rc16.3-15  dnssec-anchors-20190629-4  dosfstools-4.2-4  duktape-2.7.0-7  e2fsprogs-1.47.1-4  ell-0.67-1
               espeak-ng-1.51.1-3  espeakup-0.90-3  ethtool-1:6.9-1  exfatprogs-1.2.4-1  fatresize-1.1.0-2  findutils-4.10.0-1
               flac-1.4.3-2  fsarchiver-0.8.7-2  fuse2-2.9.9-5  gcc-libs-14.1.1+r58+gfc9fb69ad62-1  gdbm-1.24-1
               gdk-pixbuf-xlib-2.40.2-3  gdk-pixbuf2-2.42.12-1  gettext-0.22.5-1  glib2-2.80.4-1  glibc-2.39+r52+gf8e4623421-1
               gnu-netcat-0.7.1-10  gnutls-3.8.6-1  groff-1.23.0-6  hdparm-9.65-2  hicolor-icon-theme-0.18-1  hwdata-0.384-1
               hyperv-6.9-2  iana-etc-20240612-1  icu-75.1-1  intel-ucode-20240531-1  iproute2-6.10.0-1  iptables-1:1.8.10-2
               iw-6.9-1  iwd-2.19-1  jansson-2.14-4  jbigkit-2.1-8  jemalloc-1:5.3.0-4  json-c-0.17-2  kitty-terminfo-0.35.2-1
               krb5-1.21.3-1  lame-3.100-5  lbzip2-2.5-6  less-1:661-1  libasyncns-1:0.8+r3+g68cd5af-3  libbpf-1.4.3-1
               libcap-2.70-1  libedit-20240517_3.1-1  libelf-0.191-3  libfido2-1.15.0-1  libgcrypt-1.11.0-2  libgpg-error-1.50-1
               libice-1.1.1-3  libimobiledevice-glue-1.3.0-1  libjpeg-turbo-3.0.3-1  libksba-1.6.7-1  libldap-2.6.8-1
               liblouis-3.30.0-1  libmaxminddb-1.10.0-1  libmd-1.1.0-2  libnftnl-1.2.7-1  libnghttp2-1.62.1-1  libnghttp3-1.4.0-1
               libnvme-1.9-1  libogg-1.3.5-2  libotr-4.1.1-5  libp11-kit-0.25.5-1  libplist-2.6.0-1  libproxy-0.5.8-1
               libpsl-0.21.5-2  libqrtr-glib-1.2.2-3  libsamplerate-0.2.2-3  libsm-1.2.4-2  libsodium-1.0.20-1  libsonic-0.2.0-2
               libsysprof-capture-46.0-3  libtasn1-4.19.0-2  libtiff-4.6.0-5  libtool-2.5.0+14+g9a4a0261-1  liburcu-0.14.0-2
               liburing-2.6-2  libwbclient-4.20.2-1  libxau-1.0.11-3  libxml2-2.13.2-2  libxslt-1.1.42-1  libxss-1.2.4-2
               libxt-1.3.0-2  libyaml-0.2.5-3  linux-6.9.10.arch1-1  linux-api-headers-6.8-1  linux-atm-2.5.2-9
               linux-firmware-20240703.e94a2a3b-1  linux-firmware-marvell-20240703.e94a2a3b-1
               linux-firmware-whence-20240703.e94a2a3b-1  livecd-sounds-1.0-3  lrzip-0.651-3  lsb-release-2.0.r53.a86f885-2
               lsscsi-0.32-2  lua-5.4.7-1  lvm2-2.03.25-2  lynx-2.9.2-1  lzop-1.04-4  man-pages-6.9.1-1  mkinitcpio-39.2-2
               mobile-broadband-provider-info-20240407-1  mpfr-4.2.1-3  mpg123-1.32.6-1  mtools-1:4.0.44-1  nano-8.1-1
               ncurses-6.5-3  nettle-3.10-1  nftables-1:1.1.0-2  nmap-7.95-1  nspr-4.35-3  nss-3.102-1  nvme-cli-2.9.1-1
               open-iscsi-2.1.10-1  open-vm-tools-6:12.4.5-1  openconnect-1:9.12-2  openpgp-card-tools-0.11.3-1  openssh-9.8p1-1
               openssl-3.3.1-1  openvpn-2.6.12-1  p11-kit-0.25.5-1  pacman-mirrorlist-20240717-1  partclone-0.3.31-1
               partimage-0.6.9-15  pcaudiolib-1.2-3  pciutils-3.13.0-1  pcre2-10.44-1  pcsclite-2.2.3-1  perl-5.38.2-2  pigz-2.8-2
               pinentry-1.3.1-2  pixz-1.0.7-5  pv-1.8.12-1  python-3.12.4-1  python-cryptography-42.0.6-1
               python-docutils-1:0.21.2-1  python-idna-3.7-1  python-jinja-1:3.1.4-1  python-jsonpointer-3.0.0-1
               python-jsonschema-4.22.0-1  python-packaging-24.1-1  python-pygments-2.18.0-1  python-referencing-0.35.1-1
               python-requests-2.32.3-1  python-rpds-py-0.18.1-1  python-sphinx-7.4.6-1  python-typing_extensions-4.12.2-1
               python-yaml-6.0.1-4  qemu-guest-agent-9.0.2-1  reiserfsprogs-3.6.27-5  rxvt-unicode-terminfo-9.31-5
               sequoia-sq-0.36.0-1  sg3_utils-1.47-2  shadow-4.16.0-1  slang-2.3.3-3  sof-firmware-2024.06-1  sqlite-3.46.0-1
               sshfs-3.7.3-2  sysfsutils-2.1.1-2  systemd-256.2-1  systemd-libs-256.2-1  systemd-resolvconf-256.2-1
               systemd-sysvcompat-256.2-1  talloc-2.4.2-3  tcl-8.6.14-4  tcpdump-4.99.4-2  terminus-font-4.49.1-7
               thin-provisioning-tools-1.0.13-1  tmux-3.4-9  tzdata-2024a-2  uriparser-0.9.8-1  usb_modeswitch-2.6.1-4
               usbmuxd-1.1.1-4  util-linux-2.40.2-1  util-linux-libs-2.40.2-1  vim-9.1.0532-1  vim-runtime-9.1.0532-1
               virtualbox-guest-utils-nox-7.0.20-1  vpnc-1:0.5.3.r539.r239-1  wezterm-terminfo-20240203.110809.5046fc22-1 [removal]
               wireless-regdb-2024.07.04-1  wireless_tools-30.pre9-4  xfsprogs-6.8.0-2  xorg-xset-1.2.5-2  xz-5.6.2-1
               zlib-1:1.3.1-2  zstd-1.5.6-1

Total Download Size:    675.52 MiB
Total Installed Size:  1449.39 MiB
Net Upgrade Size:        23.42 MiB

:: Proceed with installation? [Y/n] n
1 root@archiso ~ # pacman -Sy
warning: config file /etc/pacman.conf, line 33: directive ':wqColor' in section 'options' not recognized.
:: Synchronizing package databases...
 core is up to date
 extra is up to date
root@archiso ~ # pacman -Sy
warning: config file /etc/pacman.conf, line 33: directive ':wqColor' in section 'options' not recognized.
:: Synchronizing package databases...
 core is up to date
 extra is up to date
root@archiso ~ # pacman -Syy
warning: config file /etc/pacman.conf, line 33: directive ':wqColor' in section 'options' not recognized.
:: Synchronizing package databases...
 core                                               118.1 KiB   295 KiB/s 00:00 [#############################################] 100% extra                                                7.2 MiB  11.6 MiB/s 00:01 [#############################################] 100%root@archiso ~ # pacstrap -K /mnt base linux linux-firmware
==> Creating install root at /mnt
gpg: /mnt/etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/mnt/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
gpg: migration succeeded
==> Generating pacman master key. This may take some time.
gpg: Generating pacman keyring master key...
gpg: directory '/mnt/etc/pacman.d/gnupg/openpgp-revocs.d' created
gpg: revocation certificate stored as '/mnt/etc/pacman.d/gnupg/openpgp-revocs.d/73C73856B3258622561628B5AD59EC3B551C2503.rev'
gpg: Done
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Installing packages to /mnt
warning: config file /etc/pacman.conf, line 33: directive ':wqColor' in section 'options' not recognized.
:: Synchronizing package databases...
 core                                               118.1 KiB   292 KiB/s 00:00 [#############################################] 100% extra                                                7.2 MiB  15.9 MiB/s 00:00 [#############################################] 100%resolving dependencies...
:: There are 2 providers available for dbus-units:
:: Repository core
   1) dbus-broker-units  2) dbus-daemon-units

Enter a number (default=1):
:: There are 2 providers available for libxtables.so=12-64:
:: Repository core
   1) iptables  2) iptables-nft

Enter a number (default=1):
:: There are 3 providers available for initramfs:
:: Repository core
   1) mkinitcpio
:: Repository extra
   2) booster  3) dracut

Enter a number (default=1):
looking for conflicting packages...

Packages (126) acl-2.3.2-1  archlinux-keyring-20240709-1  argon2-20190702-5  attr-2.5.2-1  audit-4.0.1-3  bash-5.2.026-5
               binutils-2.42+r91+g6224493e457-1  brotli-1.1.0-2  bzip2-1.0.8-6  ca-certificates-20240618-1
               ca-certificates-mozilla-3.102-1  ca-certificates-utils-20240618-1  coreutils-9.5-1  cryptsetup-2.7.3-1  curl-8.8.0-1
               dbus-1.14.10-2  dbus-broker-36-2  dbus-broker-units-36-2  device-mapper-2.03.25-2  diffutils-3.10-1
               e2fsprogs-1.47.1-4  expat-2.6.2-1  file-5.45-1  filesystem-2024.04.07-1  findutils-4.10.0-1  gawk-5.3.0-1
               gcc-libs-14.1.1+r58+gfc9fb69ad62-1  gdbm-1.24-1  gettext-0.22.5-1  glib2-2.80.4-1  glibc-2.39+r52+gf8e4623421-1
               gmp-6.3.0-2  gnupg-2.4.5-1  gnutls-3.8.6-1  gpgme-1.23.2-4  grep-3.11-1  gzip-1.13-2  hwdata-0.384-1
               iana-etc-20240612-1  icu-75.1-1  iproute2-6.10.0-1  iptables-1:1.8.10-2  iputils-20240117-1  jansson-2.14-4
               json-c-0.17-2  kbd-2.6.4-1  keyutils-1.6.3-2  kmod-32-1  krb5-1.21.3-1  libarchive-3.7.4-1  libassuan-2.5.7-2
               libbpf-1.4.3-1  libcap-2.70-1  libcap-ng-0.8.5-2  libelf-0.191-3  libevent-2.1.12-4  libffi-3.4.6-1
               libgcrypt-1.11.0-2  libgpg-error-1.50-1  libidn2-2.3.7-1  libksba-1.6.7-1  libldap-2.6.8-1  libmnl-1.0.5-2
               libnetfilter_conntrack-1.0.9-2  libnfnetlink-1.0.2-2  libnftnl-1.2.7-1  libnghttp2-1.62.1-1  libnghttp3-1.4.0-1
               libnl-3.9.0-1  libnsl-2.0.1-1  libp11-kit-0.25.5-1  libpcap-1.10.4-1  libpsl-0.21.5-2  libsasl-2.1.28-4
               libseccomp-2.5.5-3  libsecret-0.21.4-1  libssh2-1.11.0-1  libsysprof-capture-46.0-3  libtasn1-4.19.0-2
               libtirpc-1.3.4-1  libunistring-1.2-1  libusb-1.0.27-1  libverto-0.3.2-5  libxcrypt-4.4.36-1  libxml2-2.13.2-2
               licenses-20240206-1  linux-api-headers-6.8-1  linux-firmware-whence-20240703.e94a2a3b-1  lmdb-0.9.32-1
               lz4-1:1.9.4-3  mkinitcpio-39.2-2  mkinitcpio-busybox-1.36.1-1  mpfr-4.2.1-3  ncurses-6.5-3  nettle-3.10-1
               npth-1.7-1  openssl-3.3.1-1  p11-kit-0.25.5-1  pacman-6.1.0-3  pacman-mirrorlist-20240717-1  pam-1.6.1-2
               pambase-20230918-1  pciutils-3.13.0-1  pcre2-10.44-1  pinentry-1.3.1-2  popt-1.19-1  procps-ng-4.0.4-3
               psmisc-23.7-1  readline-8.2.010-1  sed-4.9-3  shadow-4.16.0-1  sqlite-3.46.0-1  systemd-256.2-1
               systemd-libs-256.2-1  systemd-sysvcompat-256.2-1  tar-1.35-2  tpm2-tss-4.0.1-1  tzdata-2024a-2  util-linux-2.40.2-1
               util-linux-libs-2.40.2-1  xz-5.6.2-1  zlib-1:1.3.1-2  zstd-1.5.6-1  base-3-2  linux-6.9.10.arch1-1
               linux-firmware-20240703.e94a2a3b-1

Total Download Size:   505.13 MiB
Total Installed Size:  942.96 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 linux-firmware-20240703.e94a2a3b-1-any             232.0 MiB  46.7 MiB/s 00:05 [#############################################] 100% linux-6.9.10.arch1-1-x86_64                        134.0 MiB  51.0 MiB/s 00:03 [#############################################] 100% gcc-libs-14.1.1+r58+gfc9fb69ad62-1-x86_64           35.1 MiB  53.7 MiB/s 00:01 [#############################################] 100% icu-75.1-1-x86_64                                   11.2 MiB  37.4 MiB/s 00:00 [#############################################] 100% glibc-2.39+r52+gf8e4623421-1-x86_64                  9.9 MiB  44.8 MiB/s 00:00 [#############################################] 100% systemd-256.2-1-x86_64                               8.5 MiB  42.9 MiB/s 00:00 [#############################################] 100% binutils-2.42+r91+g6224493e457-1-x86_64              7.5 MiB  29.6 MiB/s 00:00 [#############################################] 100% openssl-3.3.1-1-x86_64                               4.9 MiB  22.2 MiB/s 00:00 [#############################################] 100% glib2-2.80.4-1-x86_64                                4.9 MiB  28.5 MiB/s 00:00 [#############################################] 100% util-linux-2.40.2-1-x86_64                           2.9 MiB  27.0 MiB/s 00:00 [#############################################] 100% gnutls-3.8.6-1-x86_64                                2.7 MiB  22.3 MiB/s 00:00 [#############################################] 100% coreutils-9.5-1-x86_64                               2.7 MiB  20.3 MiB/s 00:00 [#############################################] 100% gnupg-2.4.5-1-x86_64                                 2.7 MiB  20.6 MiB/s 00:00 [#############################################] 100% gettext-0.22.5-1-x86_64                              2.1 MiB  18.3 MiB/s 00:00 [#############################################] 100% bash-5.2.026-5-x86_64                             1854.8 KiB  10.7 MiB/s 00:00 [#############################################] 100% sqlite-3.46.0-1-x86_64                            1715.5 KiB  6.44 MiB/s 00:00 [#############################################] 100% hwdata-0.384-1-any                                1631.8 KiB  7.34 MiB/s 00:00 [#############################################] 100% pcre2-10.44-1-x86_64                              1513.9 KiB  8.35 MiB/s 00:00 [#############################################] 100% gawk-5.3.0-1-x86_64                               1321.8 KiB  8.61 MiB/s 00:00 [#############################################] 100% krb5-1.21.3-1-x86_64                              1310.1 KiB  8.76 MiB/s 00:00 [#############################################] 100% kbd-2.6.4-1-x86_64                                1278.1 KiB  8.92 MiB/s 00:00 [#############################################] 100% e2fsprogs-1.47.1-4-x86_64                         1264.5 KiB  9.28 MiB/s 00:00 [#############################################] 100% linux-api-headers-6.8-1-x86_64                    1253.6 KiB  9.72 MiB/s 00:00 [#############################################] 100% shadow-4.16.0-1-x86_64                            1249.8 KiB  9.84 MiB/s 00:00 [#############################################] 100% archlinux-keyring-20240709-1-any                  1198.2 KiB  9.75 MiB/s 00:00 [#############################################] 100% ncurses-6.5-3-x86_64                              1156.7 KiB  9.65 MiB/s 00:00 [#############################################] 100% systemd-libs-256.2-1-x86_64                       1130.1 KiB  9.68 MiB/s 00:00 [#############################################] 100% iproute2-6.10.0-1-x86_64                          1124.1 KiB  9.38 MiB/s 00:00 [#############################################] 100% curl-8.8.0-1-x86_64                               1089.4 KiB  9.09 MiB/s 00:00 [#############################################] 100% tpm2-tss-4.0.1-1-x86_64                            964.5 KiB  8.56 MiB/s 00:00 [#############################################] 100% pacman-6.1.0-3-x86_64                              936.0 KiB  8.62 MiB/s 00:00 [#############################################] 100% procps-ng-4.0.4-3-x86_64                           899.3 KiB  8.53 MiB/s 00:00 [#############################################] 100% pam-1.6.1-2-x86_64                                 898.8 KiB  8.52 MiB/s 00:00 [#############################################] 100% libxml2-2.13.2-2-x86_64                            818.1 KiB  8.24 MiB/s 00:00 [#############################################] 100% tar-1.35-2-x86_64                                  777.6 KiB  7.59 MiB/s 00:00 [#############################################] 100% cryptsetup-2.7.3-1-x86_64                          750.8 KiB  7.56 MiB/s 00:00 [#############################################] 100% xz-5.6.2-1-x86_64                                  701.5 KiB  7.61 MiB/s 00:00 [#############################################] 100% libgcrypt-1.11.0-2-x86_64                          701.1 KiB  7.36 MiB/s 00:00 [#############################################] 100% libcap-2.70-1-x86_64                               701.1 KiB  7.28 MiB/s 00:00 [#############################################] 100% libunistring-1.2-1-x86_64                          669.5 KiB  6.96 MiB/s 00:00 [#############################################] 100% libelf-0.191-3-x86_64                              564.2 KiB  5.68 MiB/s 00:00 [#############################################] 100% libarchive-3.7.4-1-x86_64                          541.8 KiB  5.51 MiB/s 00:00 [#############################################] 100% zstd-1.5.6-1-x86_64                                499.6 KiB  5.42 MiB/s 00:00 [#############################################] 100% gpgme-1.23.2-4-x86_64                              479.0 KiB  5.20 MiB/s 00:00 [#############################################] 100% util-linux-libs-2.40.2-1-x86_64                    474.0 KiB  5.51 MiB/s 00:00 [#############################################] 100% findutils-4.10.0-1-x86_64                          473.5 KiB  5.51 MiB/s 00:00 [#############################################] 100% nettle-3.10-1-x86_64                               458.4 KiB  5.60 MiB/s 00:00 [#############################################] 100% libp11-kit-0.25.5-1-x86_64                         456.9 KiB  5.58 MiB/s 00:00 [#############################################] 100% gmp-6.3.0-2-x86_64                                 442.9 KiB  4.81 MiB/s 00:00 [#############################################] 100% mpfr-4.2.1-3-x86_64                                434.3 KiB  5.30 MiB/s 00:00 [#############################################] 100% iptables-1:1.8.10-2-x86_64                         421.5 KiB  4.57 MiB/s 00:00 [#############################################] 100% libnl-3.9.0-1-x86_64                               414.8 KiB  4.50 MiB/s 00:00 [#############################################] 100% iana-etc-20240612-1-any                            397.6 KiB  5.11 MiB/s 00:00 [#############################################] 100% file-5.45-1-x86_64                                 395.8 KiB  4.29 MiB/s 00:00 [#############################################] 100% audit-4.0.1-3-x86_64                               391.9 KiB  4.25 MiB/s 00:00 [#############################################] 100% brotli-1.1.0-2-x86_64                              384.7 KiB  4.17 MiB/s 00:00 [#############################################] 100% ca-certificates-mozilla-3.102-1-x86_64             375.3 KiB  4.76 MiB/s 00:00 [#############################################] 100% tzdata-2024a-2-x86_64                              349.6 KiB  4.06 MiB/s 00:00 [#############################################] 100% diffutils-3.10-1-x86_64                            344.6 KiB  4.61 MiB/s 00:00 [#############################################] 100% readline-8.2.010-1-x86_64                          323.4 KiB  4.33 MiB/s 00:00 [#############################################] 100% dbus-1.14.10-2-x86_64                              304.9 KiB  4.08 MiB/s 00:00 [#############################################] 100% libpcap-1.10.4-1-x86_64                            285.0 KiB  3.35 MiB/s 00:00 [#############################################] 100% libldap-2.6.8-1-x86_64                             280.3 KiB  3.30 MiB/s 00:00 [#############################################] 100% mkinitcpio-busybox-1.36.1-1-x86_64                 277.5 KiB  3.87 MiB/s 00:00 [#############################################] 100% device-mapper-2.03.25-2-x86_64                     277.0 KiB  3.86 MiB/s 00:00 [#############################################] 100% libevent-2.1.12-4-x86_64                           267.4 KiB  3.15 MiB/s 00:00 [#############################################] 100% libgpg-error-1.50-1-x86_64                         261.9 KiB  3.50 MiB/s 00:00 [#############################################] 100% psmisc-23.7-1-x86_64                               259.8 KiB  3.17 MiB/s 00:00 [#############################################] 100% libbpf-1.4.3-1-x86_64                              254.1 KiB  3.22 MiB/s 00:00 [#############################################] 100% gdbm-1.24-1-x86_64                                 247.1 KiB  3.45 MiB/s 00:00 [#############################################] 100% libssh2-1.11.0-1-x86_64                            236.2 KiB  3.30 MiB/s 00:00 [#############################################] 100% grep-3.11-1-x86_64                                 233.6 KiB  3.40 MiB/s 00:00 [#############################################] 100% p11-kit-0.25.5-1-x86_64                            223.0 KiB  2.83 MiB/s 00:00 [#############################################] 100% sed-4.9-3-x86_64                                   210.5 KiB  2.71 MiB/s 00:00 [#############################################] 100% libsecret-0.21.4-1-x86_64                          189.1 KiB  2.53 MiB/s 00:00 [#############################################] 100% pinentry-1.3.1-2-x86_64                            184.4 KiB  2.43 MiB/s 00:00 [#############################################] 100% libtirpc-1.3.4-1-x86_64                            174.2 KiB  2.33 MiB/s 00:00 [#############################################] 100% dbus-broker-36-2-x86_64                            150.0 KiB  2.22 MiB/s 00:00 [#############################################] 100% libsasl-2.1.28-4-x86_64                            147.5 KiB  2.29 MiB/s 00:00 [#############################################] 100% lz4-1:1.9.4-3-x86_64                               143.3 KiB  2.09 MiB/s 00:00 [#############################################] 100% libksba-1.6.7-1-x86_64                             141.7 KiB  2.07 MiB/s 00:00 [#############################################] 100% libidn2-2.3.7-1-x86_64                             139.8 KiB  2.07 MiB/s 00:00 [#############################################] 100% pciutils-3.13.0-1-x86_64                           139.0 KiB  2.03 MiB/s 00:00 [#############################################] 100% acl-2.3.2-1-x86_64                                 137.8 KiB  2.10 MiB/s 00:00 [#############################################] 100% libtasn1-4.19.0-2-x86_64                           137.0 KiB  1852 KiB/s 00:00 [#############################################] 100% iputils-20240117-1-x86_64                          124.2 KiB  1775 KiB/s 00:00 [#############################################] 100% kmod-32-1-x86_64                                   119.2 KiB  1703 KiB/s 00:00 [#############################################] 100% expat-2.6.2-1-x86_64                               116.7 KiB  1667 KiB/s 00:00 [#############################################] 100% lmdb-0.9.32-1-x86_64                               113.7 KiB  1697 KiB/s 00:00 [#############################################] 100% libassuan-2.5.7-2-x86_64                           106.1 KiB  1684 KiB/s 00:00 [#############################################] 100% licenses-20240206-1-any                            105.6 KiB  1676 KiB/s 00:00 [#############################################] 100% keyutils-1.6.3-2-x86_64                            101.8 KiB  1542 KiB/s 00:00 [#############################################] 100% libnghttp2-1.62.1-1-x86_64                          97.8 KiB  1459 KiB/s 00:00 [#############################################] 100% zlib-1:1.3.1-2-x86_64                               92.3 KiB  1399 KiB/s 00:00 [#############################################] 100% libseccomp-2.5.5-3-x86_64                           87.9 KiB  1373 KiB/s 00:00 [#############################################] 100% libpsl-0.21.5-2-x86_64                              86.8 KiB  1356 KiB/s 00:00 [#############################################] 100% libxcrypt-4.4.36-1-x86_64                           84.2 KiB  1337 KiB/s 00:00 [#############################################] 100% gzip-1.13-2-x86_64                                  81.5 KiB  1358 KiB/s 00:00 [#############################################] 100% popt-1.19-1-x86_64                                  75.6 KiB  1260 KiB/s 00:00 [#############################################] 100% libusb-1.0.27-1-x86_64                              73.6 KiB  1226 KiB/s 00:00 [#############################################] 100% libnghttp3-1.4.0-1-x86_64                           72.8 KiB  1214 KiB/s 00:00 [#############################################] 100% libnftnl-1.2.7-1-x86_64                             69.8 KiB  1163 KiB/s 00:00 [#############################################] 100% attr-2.5.2-1-x86_64                                 68.4 KiB  1140 KiB/s 00:00 [#############################################] 100% mkinitcpio-39.2-2-any                               64.1 KiB  1069 KiB/s 00:00 [#############################################] 100% bzip2-1.0.8-6-x86_64                                58.4 KiB   973 KiB/s 00:00 [#############################################] 100% json-c-0.17-2-x86_64                                57.6 KiB   960 KiB/s 00:00 [#############################################] 100% jansson-2.14-4-x86_64                               52.2 KiB   829 KiB/s 00:00 [#############################################] 100% libnetfilter_conntrack-1.0.9-2-x86_64               47.6 KiB   755 KiB/s 00:00 [#############################################] 100% libsysprof-capture-46.0-3-x86_64                    47.0 KiB   783 KiB/s 00:00 [#############################################] 100% libffi-3.4.6-1-x86_64                               45.7 KiB   801 KiB/s 00:00 [#############################################] 100% libcap-ng-0.8.5-2-x86_64                            41.6 KiB   693 KiB/s 00:00 [#############################################] 100% linux-firmware-whence-20240703.e94a2a3b-1-any       35.0 KiB   614 KiB/s 00:00 [#############################################] 100% argon2-20190702-5-x86_64                            32.8 KiB   547 KiB/s 00:00 [#############################################] 100% npth-1.7-1-x86_64                                   27.2 KiB   453 KiB/s 00:00 [#############################################] 100% libnsl-2.0.1-1-x86_64                               21.7 KiB   362 KiB/s 00:00 [#############################################] 100% libverto-0.3.2-5-x86_64                             18.3 KiB   321 KiB/s 00:00 [#############################################] 100% libnfnetlink-1.0.2-2-x86_64                         17.0 KiB   304 KiB/s 00:00 [#############################################] 100% filesystem-2024.04.07-1-any                         14.0 KiB   234 KiB/s 00:00 [#############################################] 100% libmnl-1.0.5-2-x86_64                               11.2 KiB   178 KiB/s 00:00 [#############################################] 100% ca-certificates-utils-20240618-1-any                10.8 KiB   180 KiB/s 00:00 [#############################################] 100% pacman-mirrorlist-20240717-1-any                     8.5 KiB   142 KiB/s 00:00 [#############################################] 100% systemd-sysvcompat-256.2-1-x86_64                    6.0 KiB   108 KiB/s 00:00 [#############################################] 100% pambase-20230918-1-any                               3.1 KiB  55.2 KiB/s 00:00 [#############################################] 100% dbus-broker-units-36-2-x86_64                        2.4 KiB  41.9 KiB/s 00:00 [#############################################] 100% base-3-2-any                                         2.3 KiB  38.4 KiB/s 00:00 [#############################################] 100% ca-certificates-20240618-1-any                       2.1 KiB  34.7 KiB/s 00:00 [#############################################] 100% Total (126/126)                                    505.1 MiB  18.4 MiB/s 00:27 [#############################################] 100%
(126/126) checking keys in keyring                                              [#############################################] 100%
(126/126) checking package integrity                                            [#############################################] 100%
(126/126) loading package files                                                 [#############################################] 100%
(126/126) checking for file conflicts                                           [#############################################] 100%
(126/126) checking available disk space                                         [#############################################] 100%
:: Processing package changes...
(  1/126) installing iana-etc                                                   [#############################################] 100%
(  2/126) installing filesystem                                                 [#############################################] 100%
(  3/126) installing linux-api-headers                                          [#############################################] 100%
(  4/126) installing tzdata                                                     [#############################################] 100%
Optional dependencies for tzdata
    bash: for tzselect [pending]
    glibc: for zdump, zic [pending]
(  5/126) installing glibc                                                      [#############################################] 100%
Optional dependencies for glibc
    gd: for memusagestat
    perl: for mtrace
(  6/126) installing gcc-libs                                                   [#############################################] 100%
(  7/126) installing ncurses                                                    [#############################################] 100%
Optional dependencies for ncurses
    bash: for ncursesw6-config [pending]
(  8/126) installing readline                                                   [#############################################] 100%
(  9/126) installing bash                                                       [#############################################] 100%
Optional dependencies for bash
    bash-completion: for tab completion
( 10/126) installing acl                                                        [#############################################] 100%
( 11/126) installing attr                                                       [#############################################] 100%
( 12/126) installing gmp                                                        [#############################################] 100%
( 13/126) installing zlib                                                       [#############################################] 100%
( 14/126) installing sqlite                                                     [#############################################] 100%
( 15/126) installing util-linux-libs                                            [#############################################] 100%
Optional dependencies for util-linux-libs
    python: python bindings to libmount
( 16/126) installing e2fsprogs                                                  [#############################################] 100%
Optional dependencies for e2fsprogs
    lvm2: for e2scrub
    util-linux: for e2scrub [pending]
    smtp-forwarder: for e2scrub_fail script
( 17/126) installing keyutils                                                   [#############################################] 100%
( 18/126) installing gdbm                                                       [#############################################] 100%
( 19/126) installing openssl                                                    [#############################################] 100%
Optional dependencies for openssl
    ca-certificates [pending]
    perl
( 20/126) installing libsasl                                                    [#############################################] 100%
( 21/126) installing libldap                                                    [#############################################] 100%
( 22/126) installing libevent                                                   [#############################################] 100%
Optional dependencies for libevent
    python: event_rpcgen.py
( 23/126) installing libverto                                                   [#############################################] 100%
( 24/126) installing lmdb                                                       [#############################################] 100%
( 25/126) installing krb5                                                       [#############################################] 100%
( 26/126) installing libtirpc                                                   [#############################################] 100%
( 27/126) installing pambase                                                    [#############################################] 100%
( 28/126) installing libcap-ng                                                  [#############################################] 100%
( 29/126) installing audit                                                      [#############################################] 100%
Optional dependencies for audit
    libldap: for audispd-zos-remote [installed]
    sh: for augenrules [installed]
( 30/126) installing libxcrypt                                                  [#############################################] 100%
( 31/126) installing libnsl                                                     [#############################################] 100%
( 32/126) installing pam                                                        [#############################################] 100%
( 33/126) installing libcap                                                     [#############################################] 100%
( 34/126) installing coreutils                                                  [#############################################] 100%
( 35/126) installing xz                                                         [#############################################] 100%
( 36/126) installing bzip2                                                      [#############################################] 100%
( 37/126) installing libseccomp                                                 [#############################################] 100%
( 38/126) installing lz4                                                        [#############################################] 100%
( 39/126) installing zstd                                                       [#############################################] 100%
( 40/126) installing file                                                       [#############################################] 100%
( 41/126) installing findutils                                                  [#############################################] 100%
( 42/126) installing mpfr                                                       [#############################################] 100%
( 43/126) installing gawk                                                       [#############################################] 100%
( 44/126) installing pcre2                                                      [#############################################] 100%
Optional dependencies for pcre2
    sh: for pcre2-config [installed]
( 45/126) installing grep                                                       [#############################################] 100%
( 46/126) installing libgpg-error                                               [#############################################] 100%
( 47/126) installing libgcrypt                                                  [#############################################] 100%
( 48/126) installing systemd-libs                                               [#############################################] 100%
( 49/126) installing procps-ng                                                  [#############################################] 100%
( 50/126) installing sed                                                        [#############################################] 100%
( 51/126) installing tar                                                        [#############################################] 100%
( 52/126) installing libunistring                                               [#############################################] 100%
( 53/126) installing icu                                                        [#############################################] 100%
( 54/126) installing libxml2                                                    [#############################################] 100%
Optional dependencies for libxml2
    python: Python bindings
( 55/126) installing gettext                                                    [#############################################] 100%
Optional dependencies for gettext
    git: for autopoint infrastructure updates
( 56/126) installing hwdata                                                     [#############################################] 100%
( 57/126) installing kmod                                                       [#############################################] 100%
( 58/126) installing pciutils                                                   [#############################################] 100%
Optional dependencies for pciutils
    which: for update-pciids
    grep: for update-pciids [installed]
    curl: for update-pciids [pending]
( 59/126) installing psmisc                                                     [#############################################] 100%
( 60/126) installing shadow                                                     [#############################################] 100%
( 61/126) installing util-linux                                                 [#############################################] 100%
Optional dependencies for util-linux
    words: default dictionary for look
( 62/126) installing gzip                                                       [#############################################] 100%
Optional dependencies for gzip
    less: zless support
    util-linux: zmore support [installed]
    diffutils: zdiff/zcmp support [pending]
( 63/126) installing licenses                                                   [#############################################] 100%
( 64/126) installing libarchive                                                 [#############################################] 100%
( 65/126) installing libtasn1                                                   [#############################################] 100%
( 66/126) installing libffi                                                     [#############################################] 100%
( 67/126) installing libp11-kit                                                 [#############################################] 100%
( 68/126) installing p11-kit                                                    [#############################################] 100%
( 69/126) installing ca-certificates-utils                                      [#############################################] 100%
( 70/126) installing ca-certificates-mozilla                                    [#############################################] 100%
( 71/126) installing ca-certificates                                            [#############################################] 100%
( 72/126) installing brotli                                                     [#############################################] 100%
( 73/126) installing libidn2                                                    [#############################################] 100%
( 74/126) installing libnghttp2                                                 [#############################################] 100%
( 75/126) installing libnghttp3                                                 [#############################################] 100%
( 76/126) installing libpsl                                                     [#############################################] 100%
( 77/126) installing libssh2                                                    [#############################################] 100%
( 78/126) installing curl                                                       [#############################################] 100%
( 79/126) installing nettle                                                     [#############################################] 100%
( 80/126) installing gnutls                                                     [#############################################] 100%
Optional dependencies for gnutls
    tpm2-tss: support for TPM2 wrapped keys [pending]
( 81/126) installing libksba                                                    [#############################################] 100%
( 82/126) installing libassuan                                                  [#############################################] 100%
( 83/126) installing libusb                                                     [#############################################] 100%
( 84/126) installing npth                                                       [#############################################] 100%
( 85/126) installing libsysprof-capture                                         [#############################################] 100%
( 86/126) installing glib2                                                      [#############################################] 100%
Optional dependencies for glib2
    dconf: GSettings storage backend
    glib2-devel: development tools
    gvfs: most gio functionality
( 87/126) installing json-c                                                     [#############################################] 100%
( 88/126) installing tpm2-tss                                                   [#############################################] 100%
( 89/126) installing libsecret                                                  [#############################################] 100%
Optional dependencies for libsecret
    org.freedesktop.secrets: secret storage backend
( 90/126) installing pinentry                                                   [#############################################] 100%
Optional dependencies for pinentry
    gcr-4: GNOME backend
    gtk3: GTK backend
    qt5-x11extras: Qt5 backend
    kwayland5: Qt5 backend
    kguiaddons: Qt6 backend
    kwindowsystem: Qt6 backend
( 91/126) installing gnupg                                                      [#############################################] 100%
Optional dependencies for gnupg
    pcsclite: for using scdaemon not with the gnupg internal card driver
( 92/126) installing gpgme                                                      [#############################################] 100%
( 93/126) installing pacman-mirrorlist                                          [#############################################] 100%
( 94/126) installing pacman                                                     [#############################################] 100%
Optional dependencies for pacman
    perl-locale-gettext: translation support in makepkg-template
( 95/126) installing archlinux-keyring                                          [#############################################] 100%
==> Appending keys from archlinux.gpg...
==> Locally signing trusted keys in keyring...
  -> Locally signed 5 keys.
==> Importing owner trust values...
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: inserting ownertrust of 4
gpg: setting ownertrust to 4
==> Disabling revoked keys in keyring...
  -> Disabled 45 keys.
==> Updating trust database...
gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
gpg: (use option "--allow-weak-key-signatures" to override)
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   5  signed: 101  trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2  valid:  77  signed:  22  trust: 77-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2024-11-09
( 96/126) installing device-mapper                                              [#############################################] 100%
( 97/126) installing popt                                                       [#############################################] 100%
( 98/126) installing argon2                                                     [#############################################] 100%
( 99/126) installing cryptsetup                                                 [#############################################] 100%
(100/126) installing expat                                                      [#############################################] 100%
(101/126) installing dbus                                                       [#############################################] 100%
(102/126) installing dbus-broker                                                [#############################################] 100%
(103/126) installing dbus-broker-units                                          [#############################################] 100%
(104/126) installing kbd                                                        [#############################################] 100%
(105/126) installing libelf                                                     [#############################################] 100%
(106/126) installing systemd                                                    [#############################################] 100%
Initializing machine ID from random generator.
Creating group 'sys' with GID 3.
Creating group 'mem' with GID 8.
Creating group 'ftp' with GID 11.
Creating group 'mail' with GID 12.
Creating group 'log' with GID 19.
Creating group 'smmsp' with GID 25.
Creating group 'proc' with GID 26.
Creating group 'games' with GID 50.
Creating group 'lock' with GID 54.
Creating group 'network' with GID 90.
Creating group 'floppy' with GID 94.
Creating group 'scanner' with GID 96.
Creating group 'power' with GID 98.
Creating group 'nobody' with GID 65534.
Creating group 'adm' with GID 999.
Creating group 'wheel' with GID 998.
Creating group 'utmp' with GID 997.
Creating group 'audio' with GID 996.
Creating group 'disk' with GID 995.
Creating group 'input' with GID 994.
Creating group 'kmem' with GID 993.
Creating group 'kvm' with GID 992.
Creating group 'lp' with GID 991.
Creating group 'optical' with GID 990.
Creating group 'render' with GID 989.
Creating group 'sgx' with GID 988.
Creating group 'storage' with GID 987.
Creating group 'tty' with GID 5.
Creating group 'uucp' with GID 986.
Creating group 'video' with GID 985.
Creating group 'users' with GID 984.
Creating group 'groups' with GID 983.
Creating group 'systemd-journal' with GID 982.
Creating group 'rfkill' with GID 981.
Creating group 'bin' with GID 1.
Creating user 'bin' (n/a) with UID 1 and GID 1.
Creating group 'daemon' with GID 2.
Creating user 'daemon' (n/a) with UID 2 and GID 2.
Creating user 'mail' (n/a) with UID 8 and GID 12.
Creating user 'ftp' (n/a) with UID 14 and GID 11.
Creating group 'http' with GID 33.
Creating user 'http' (n/a) with UID 33 and GID 33.
Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
Creating group 'dbus' with GID 81.
Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
Creating group 'systemd-coredump' with GID 980.
Creating user 'systemd-coredump' (systemd Core Dumper) with UID 980 and GID 980.
Creating group 'systemd-network' with GID 979.
Creating user 'systemd-network' (systemd Network Management) with UID 979 and GID 979.
Creating group 'systemd-oom' with GID 978.
Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 978 and GID 978.
Creating group 'systemd-journal-remote' with GID 977.
Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 977 and GID 977.
Creating group 'systemd-resolve' with GID 976.
Creating user 'systemd-resolve' (systemd Resolver) with UID 976 and GID 976.
Creating group 'systemd-timesync' with GID 975.
Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 975 and GID 975.
Creating group 'tss' with GID 974.
Creating user 'tss' (tss user for tpm2) with UID 974 and GID 974.
Creating group 'uuidd' with GID 68.
Creating user 'uuidd' (n/a) with UID 68 and GID 68.
Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
Created symlink '/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket' → '/usr/lib/systemd/system/systemd-userdbd.socket'.
Optional dependencies for systemd
    libmicrohttpd: systemd-journal-gatewayd and systemd-journal-remote
    quota-tools: kernel-level quota management
    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
    systemd-ukify: combine kernel and initrd into a signed Unified Kernel Image
    polkit: allow administration as unprivileged user
    curl: systemd-journal-upload, machinectl pull-tar and pull-raw [installed]
    gnutls: systemd-journal-gatewayd and systemd-journal-remote [installed]
    qrencode: show QR codes
    iptables: firewall features [pending]
    libbpf: support BPF programs [pending]
    libpwquality: check password quality
    libfido2: unlocking LUKS2 volumes with FIDO2 token
    libp11-kit: support PKCS#11 [installed]
    tpm2-tss: unlocking LUKS2 volumes with TPM2 [installed]
(107/126) installing systemd-sysvcompat                                         [#############################################] 100%
(108/126) installing iputils                                                    [#############################################] 100%
(109/126) installing libmnl                                                     [#############################################] 100%
(110/126) installing libnftnl                                                   [#############################################] 100%
(111/126) installing libnl                                                      [#############################################] 100%
(112/126) installing libpcap                                                    [#############################################] 100%
(113/126) installing libnfnetlink                                               [#############################################] 100%
(114/126) installing libnetfilter_conntrack                                     [#############################################] 100%
(115/126) installing iptables                                                   [#############################################] 100%
(116/126) installing libbpf                                                     [#############################################] 100%
(117/126) installing iproute2                                                   [#############################################] 100%
Optional dependencies for iproute2
    db5.3: userspace arp daemon
    linux-atm: ATM support
    python: for routel
(118/126) installing base                                                       [#############################################] 100%
Optional dependencies for base
    linux: bare metal support [pending]
(119/126) installing mkinitcpio-busybox                                         [#############################################] 100%
(120/126) installing jansson                                                    [#############################################] 100%
(121/126) installing binutils                                                   [#############################################] 100%
Optional dependencies for binutils
    debuginfod: for debuginfod server/client functionality
(122/126) installing diffutils                                                  [#############################################] 100%
(123/126) installing mkinitcpio                                                 [#############################################] 100%
Optional dependencies for mkinitcpio
    gzip: Use gzip compression for the initramfs image [installed]
    xz: Use lzma or xz compression for the initramfs image [installed]
    bzip2: Use bzip2 compression for the initramfs image [installed]
    lzop: Use lzo compression for the initramfs image
    lz4: Use lz4 compression for the initramfs image [installed]
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
(124/126) installing linux                                                      [#############################################] 100%
Optional dependencies for linux
    wireless-regdb: to set the correct wireless channels of your country
    linux-firmware: firmware images needed for some devices [pending]
(125/126) installing linux-firmware-whence                                      [#############################################] 100%
(126/126) installing linux-firmware                                             [#############################################] 100%
:: Running post-transaction hooks...
( 1/13) Creating system user accounts...
( 2/13) Updating journal message catalog...
( 3/13) Reloading system manager configuration...
  Skipped: Running in chroot.
( 4/13) Reloading user manager configuration...
  Skipped: Running in chroot.
( 5/13) Updating udev hardware database...
( 6/13) Applying kernel sysctl settings...
  Skipped: Running in chroot.
( 7/13) Creating temporary files...
( 8/13) Reloading device manager configuration...
  Skipped: Running in chroot.
( 9/13) Arming ConditionNeedsUpdate...
(10/13) Rebuilding certificate stores...
(11/13) Updating module dependencies...
(12/13) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
==> Starting build: '6.9.10-arch1-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: '6.9.10-arch1-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
(13/13) Reloading system bus configuration...
  Skipped: Running in chroot.
pacstrap -K /mnt base linux linux-firmware  31.26s user 40.54s system 78% cpu 1:31.83 total
root@archiso ~ # genfstab -U /mnt >> /mnt/etc/fstab
root@archiso ~ # arch-chroot /mnt

[root@archiso /]# ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
[root@archiso /]# hwclock --systohc
[root@archiso /]# locale-gen

Generating locales...
Generation complete.
[root@archiso /]# echo LANG=en_US.UTF-8 > /etc/locale.conf
[root@archiso /]# echo KEYMAP=us > /etc/vconsole.conf
[root@archiso /]# echo archlinux > /etc/hostname
[root@archiso /]# pacman -Sy grub efibootmgr intel-ucode os-prober

:: Synchronizing package databases...
 core is up to date
 extra is up to date
resolving dependencies...
looking for conflicting packages...

Packages (5) efivar-39-1  efibootmgr-18-3  grub-2:2.12-2  intel-ucode-20240531-1  os-prober-1.81-2

Total Download Size:   13.65 MiB
Total Installed Size:  54.42 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 grub-2:2.12-2-x86_64                                 6.8 MiB  13.9 MiB/s 00:00 [#############################################] 100% intel-ucode-20240531-1-any                           6.6 MiB  42.1 MiB/s 00:00 [#############################################] 100% efivar-39-1-x86_64                                 144.7 KiB  2.62 MiB/s 00:00 [#############################################] 100% efibootmgr-18-3-x86_64                              30.1 KiB   557 KiB/s 00:00 [#############################################] 100% os-prober-1.81-2-x86_64                             17.0 KiB   321 KiB/s 00:00 [#############################################] 100% Total (5/5)                                         13.6 MiB  11.2 MiB/s 00:01 [#############################################] 100%
(5/5) checking keys in keyring                                                  [#############################################] 100%
(5/5) checking package integrity                                                [#############################################] 100%
(5/5) loading package files                                                     [#############################################] 100%
(5/5) checking for file conflicts                                               [#############################################] 100%
(5/5) checking available disk space                                             [#############################################] 100%
:: Processing package changes...
(1/5) installing grub                                                           [#############################################] 100%
:: Install your bootloader and generate configuration with:
     # grub-install ...
     # grub-mkconfig -o /boot/grub/grub.cfg
Optional dependencies for grub
    freetype2: For grub-mkfont usage
    fuse3: For grub-mount usage
    dosfstools: For grub-mkrescue FAT FS and EFI support
    lzop: For grub-mkrescue LZO support
    efibootmgr: For grub-install EFI support [pending]
    libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue
    os-prober: To detect other OSes when generating grub.cfg in BIOS systems [pending]
    mtools: For grub-mkrescue FAT FS support
(2/5) installing efivar                                                         [#############################################] 100%
(3/5) installing efibootmgr                                                     [#############################################] 100%
(4/5) installing intel-ucode                                                    [#############################################] 100%
(5/5) installing os-prober                                                      [#############################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
==> Starting build: '6.9.10-arch1-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: '6.9.10-arch1-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
[root@archiso /]# mkdir /boot/grub
[root@archiso /]# grub-mkconfig > /boot/grub/grub.cfg

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot:  intel-ucode.img initramfs-linux-fallback.img
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
[root@archiso /]# grub-install --target=x86_64-efi --efi-directory=/boot
Installing for x86_64-efi platform.
Installation finished. No error reported.
[root@archiso /]# pacman -S vim dhcpcd openssh
resolving dependencies...
looking for conflicting packages...

Packages (6) gpm-1.20.7.r38.ge82d1a6-5  libedit-20240517_3.1-1  vim-runtime-9.1.0532-1  dhcpcd-10.0.8-1  openssh-9.8p1-1
             vim-9.1.0532-1

Total Download Size:   11.03 MiB
Total Installed Size:  48.06 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 vim-runtime-9.1.0532-1-x86_64                        7.2 MiB  9.65 MiB/s 00:01 [#############################################] 100% vim-9.1.0532-1-x86_64                                2.2 MiB  20.9 MiB/s 00:00 [#############################################] 100% openssh-9.8p1-1-x86_64                            1151.4 KiB  16.8 MiB/s 00:00 [#############################################] 100% dhcpcd-10.0.8-1-x86_64                             206.0 KiB  3.59 MiB/s 00:00 [#############################################] 100% gpm-1.20.7.r38.ge82d1a6-5-x86_64                   139.8 KiB  2.40 MiB/s 00:00 [#############################################] 100% libedit-20240517_3.1-1-x86_64                      112.0 KiB  2000 KiB/s 00:00 [#############################################] 100% Total (6/6)                                         11.0 MiB  7.34 MiB/s 00:02 [#############################################] 100%
(6/6) checking keys in keyring                                                  [#############################################] 100%
(6/6) checking package integrity                                                [#############################################] 100%
(6/6) loading package files                                                     [#############################################] 100%
(6/6) checking for file conflicts                                               [#############################################] 100%
(6/6) checking available disk space                                             [#############################################] 100%
:: Processing package changes...
(1/6) installing vim-runtime                                                    [#############################################] 100%
Optional dependencies for vim-runtime
    sh: support for some tools and macros [installed]
    python: demoserver example tool
    gawk: mve tools upport [installed]
(2/6) installing gpm                                                            [#############################################] 100%
(3/6) installing vim                                                            [#############################################] 100%
Optional dependencies for vim
    python: Python language support
    ruby: Ruby language support
    lua: Lua language support
    perl: Perl language support
    tcl: Tcl language support
(4/6) installing dhcpcd                                                         [#############################################] 100%
Optional dependencies for dhcpcd
    openresolv: resolvconf support
(5/6) installing libedit                                                        [#############################################] 100%
(6/6) installing openssh                                                        [#############################################] 100%
Optional dependencies for openssh
    libfido2: FIDO/U2F support
    sh: for ssh-copy-id and findssl.sh [installed]
    x11-ssh-askpass: input passphrase in X
    xorg-xauth: X11 forwarding
:: Running post-transaction hooks...
(1/5) Creating system user accounts...
Creating group 'dhcpcd' with GID 973.
Creating user 'dhcpcd' (dhcpcd privilege separation) with UID 973 and GID 973.
(2/5) Reloading system manager configuration...
  Skipped: Running in chroot.
(3/5) Reloading user manager configuration...
  Skipped: Running in chroot.
(4/5) Creating temporary files...
(5/5) Arming ConditionNeedsUpdate...
[root@archiso /]# systemctl enable sshd
Created symlink '/etc/systemd/system/multi-user.target.wants/sshd.service' → '/usr/lib/systemd/system/sshd.service'.
[root@archiso /]# systemctl enable dhcpcd
Created symlink '/etc/systemd/system/multi-user.target.wants/dhcpcd.service' → '/usr/lib/systemd/system/dhcpcd.service'.
[root@archiso /]# passwd

之后重启

  • 6
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值