You are not logged in.

#1 2020-03-11 05:11:20

uruz
Member
Registered: 2018-07-04
Posts: 37

[SOLVED] tty1 freezes during boot process

Hello,

I am trying a new installation, this time with LVM on LUKS.  The boot process has stopped at each of these lines.  I don't know if the line itself matters, or if it's just the time when things stop:

[  OK  ] Reached target Graphical Interface.
[  OK  ] Started Hostname Service.
[  OK  ] Started Network Manager Script Dispatcher Service.

How can I determine why it is stopping, and what can I do about it?

If it would be helpful to have more information from the boot screen, just let me know.  If there’s some way to save it to a log, that would be helpful.  I can type a bit by hand if needed.


Following the lead of another post, I will include several things below.

My lsblk for the relevant drive is as follows:

NAME                MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sdb                   8:16   0 931.5G  0 disk  
sdb1                8:17   0     1G  0 part  /boot
sdb2                8:18   0   500G  0 part  
 cryptlvm        254:0    0   500G  0 crypt 
   volgroup-swap 254:1    0    24G  0 lvm   [SWAP]
   volgroup-root 254:2    0   125G  0 lvm   /
   volgroup-home 254:3    0   351G  0 lvm   /home

/etc/mkinitcpio.conf

HOOKS=(base udev autodetect keyboard keymap consolefont modconf block encrypt lvm2 filesystems fsck)

/etc/fstab

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/mapper/volgroup-root
UUID=c571fb61-c20e-4383-ae33-e371fa0378fe	/         	ext4      	rw,relatime	0 1

# /dev/mapper/volgroup-home
UUID=266717d8-eeb9-4ab8-901f-2977f26b18a1	/home     	ext4      	rw,relatime	0 2

# /dev/sdb1
UUID=255C-B557      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/mapper/volgroup-swap
UUID=d422856c-70c7-4d06-aae3-b14af3339b74	none      	swap      	defaults  	0 0

/boot/loader/entries/arch.conf

title   Arch Linux
linux   /vmlinuz-linux
initrd  /intel-ucode.img
initrd  /initramfs-linux.img
options rw cryptdevice=UUID=8e612a65-0903-4bd6-af00-4762dabd74fd:cryptlvm root=/dev/volgroup/root

dmesg
https://pastebin.com/Hqc4tTgs

journalctl
https://pastebin.com/LAD8VT0t

Last edited by uruz (2020-03-15 03:17:57)

Offline

#2 2020-03-11 05:49:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] tty1 freezes during boot process

The boot process is fine. Whatever graphical environment you are trying to start is the issue...

Last edited by jasonwryan (2020-03-11 05:49:15)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-03-11 09:26:17

kermit63
Member
Registered: 2018-07-04
Posts: 171

Re: [SOLVED] tty1 freezes during boot process

probably has nothing to do with lvm on luks since the bootloader seems to be able to access the encrypted drive just fine. The title is a little misleading.

Offline

#4 2020-03-11 13:59:09

uruz
Member
Registered: 2018-07-04
Posts: 37

Re: [SOLVED] tty1 freezes during boot process

jasonwryan, I haven't installed any graphical environment.  This is the first time I added nvidia during installation, but I doubt that's the issue.  Things didn't change when I uninstalled or reinstalled it.

kermit63, Glad to hear if I got LVM on LUKS to work properly.  Before I posted, I had to add "rw" to the arch.conf options line, so I thought maybe there's something else related missing.  Or maybe I'm bragging.  Thanks for pointing that out.  I'll edit the title if I can.

One other clarification: It is only the text on tty1 that is "stuck".  I can "ALT + arrow" to tty2, log in as root, and do things.

Last edited by uruz (2020-03-11 14:25:49)

Offline

#5 2020-03-12 12:21:16

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] tty1 freezes during boot process

tty1 is the one where systemd tries to initiate the graphical environment.

graphical.target is default on archlinux and needed when booting to a display manager.

Those that don't use DMs are usually better off with the multi-user.target .
https://wiki.archlinux.org/index.php/Sy … _boot_into


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2020-03-12 18:22:00

uruz
Member
Registered: 2018-07-04
Posts: 37

Re: [SOLVED] tty1 freezes during boot process

Lone_Wolf, thanks for explaining.  I still have not installed a display manager, or really anything else other than nvidia and pbpst.  I followed your link, running

systemctl set-default multi-user.target

After rebooting, the result remains the same as before, with the final stopping point varying each reboot.  Here are the last several lines visible on the screen today:

[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started D-Bus System Message Bus.
         Starting Network Manager...
         Starting Home Manager...
         Starting Login Service...
[  OK  ] Started Home Manager
[  OK  ] Started Login Service.
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
[  OK  ] Finished Permit User Sessions.
[  OK  ] Reached target Multi-User System.
         Starting Hostname Service...
[  OK  ] Started Hostname Service.
[  OK  ] Finished LVM2 PV scan on device 254:0.

I'm confused because I don't think I am doing anything different than any previous Arch install, except the LVM on LUKS.  And if that's running fine, I am at a loss.

Is there a next step I should take?

Offline

#7 2020-03-13 11:14:46

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] tty1 freezes during boot process

Looking at the logs in #1 , tty1 doesn't freeze but getty is never started for it.

Post a fresh journal, also your /etc/mkinitcpio.conf and output of

# systemctl list-unit-files --state=enabled

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2020-03-13 16:27:07

uruz
Member
Registered: 2018-07-04
Posts: 37

Re: [SOLVED] tty1 freezes during boot process

It'll be interesting to see why getty isn't started.  Thanks for helping.
If it's at all helpful, I can paste my exact installation commands.  I keep track with each install.

journal -xb
https://pastebin.com/w0pv43ST

mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=()

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
#    
HOOKS=(base udev autodetect keyboard keymap consolefont modconf block encrypt lvm2 filesystems fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# systemctl list-unit-files --state=enabled

UNIT FILE                                  STATE   VENDOR PRESET
dbus-org.freedesktop.nm-dispatcher.service enabled disabled     
NetworkManager-dispatcher.service          enabled disabled     
NetworkManager-wait-online.service         enabled disabled     
NetworkManager.service                     enabled disabled     

4 unit files listed.

Offline

#9 2020-03-13 18:15:37

uruz
Member
Registered: 2018-07-04
Posts: 37

Re: [SOLVED] tty1 freezes during boot process

One thing I've noticed is that when running "mkinitcpio -P", I see this warning that I haven't on other installations.  I don't expect it to affect getty.

==> WARNING: consolefont: no font found in configuration

And just in case I missed something, here is what I entered during installation.  It's pretty much verbatim.

ls /sys/firmware/efi/efivars
ping archlinux.org
timedatectl set-ntp true

lsblk
[fdisk or gdisk to partition the disk.  Here is the end result:]
/dev/sdb1	1G	EF00	EFI system partition	/boot
/dev/sdb2	500G	8308	Linux dm-crypt		LVM [root, swap, home]

cryptsetup -v luksFormat /dev/sdb2
cryptsetup open /dev/sdb2 cryptlvm
pvcreate /dev/mapper/cryptlvm
vgcreate volgroup /dev/mapper/cryptlvm
lvcreate -L 24G volgroup -n swap
lvcreate -L 125G volgroup -n root
lvcreate -l 100%FREE volgroup -n home
mkfs.ext4 /dev/volgroup/root
mkfs.ext4 /dev/volgroup/home
mkswap /dev/volgroup/swap
mount /dev/volgroup/root /mnt
mkdir /mnt/home
mount /dev/volgroup/home /mnt/home
swapon /dev/volgroup/swap

mkfs.fat -F32 /dev/sdb1
mkdir /mnt/boot
mount /dev/sdb1 /mnt/boot

nano /etc/pacman.d/mirrorlist
pacstrap /mnt base linux linux-firmware vim lvm2
genfstab -U /mnt >> /mnt/etc/fstab
nano /mnt/etc/fstab

arch-chroot /mnt
ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime
hwclock --systohc
vim /etc/locale.conf [lang=en_US.UTF-8]
locale-gen
vim /etc/hostname [arc]

vim /etc/hosts
-
127.0.0.1	localhost
::1		localhost
127.0.1.1	arc.localdomain arc
-

pacman -S networkmanager
systemctl enable NetworkManager

vim /etc/mkinitcpio.conf
-
HOOKS=(base udev autodetect keyboard keymap consolefont modconf block encrypt lvm2 filesystems fsck)
-

pacman -S intel-ucode nvidia nvidia-settings
pacman -S efibootmgr
mkdir /etc/pacman.d/hooks

vim /etc/pacman.d/hooks/nvidia.hook
-
[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
Target=nvidia
Target=linux

[Action]
Description=Update Nvidia module in initcpio
Depends=mkinitcpio
When=PostTransaction
NeedsTargets
Exec=/bin/sh -c 'while read -r trg; do case $trg in linux) exit 0; esac; done; /usr/bin/mkinitcpio -P'
-

mkinitcpio -P
passwd
systemd-machine-id-setup --root=/mnt [never had to do this before, but it was needed for the next command]
bootctl --path=/boot install

vim /etc/pacman.d/hooks/systemd-boot.hook
-
[Trigger]
Type=Package
Operation=Upgrade
Target=systemd

[Action]
Description=Updating systemd-boot
When=PostTransaction
Exec=/usr/bin/bootctl update
-

vim /boot/loader/loader.conf
-
default  arch
timeout  4
editor   0
-

vim /boot/loader/entries/arch.conf [added “rw” later, after seeing error on boot]
-
title	Arch Linux
linux   /vmlinuz-linux
initrd  /intel-ucode.img
initrd  /initramfs-linux.img
options rw cryptdevice=UUID=[UUID of /dev/sdb2]:cryptlvm root=/dev/volgroup/root
-

umount -R /mnt
reboot

Offline

#10 2020-03-14 22:12:59

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 629

Re: [SOLVED] tty1 freezes during boot process

This sounds sorta like this...

https://bbs.archlinux.org/viewtopic.php?id=253604

You should probably post the output from...

systemctl status getty@tty1.service

Offline

#11 2020-03-15 03:17:13

uruz
Member
Registered: 2018-07-04
Posts: 37

Re: [SOLVED] tty1 freezes during boot process

Zod, thank you.  The output was:

● getty@tty1.service - Getty on tty1
     Loaded: loaded (/usr/lib/systemd/system/getty@.service; disabled; vendor preset: enabled)
     Active: inactive (dead)
       Docs: man:agetty(8)
             man:systemd-getty-generator(8)
             http://0pointer.de/blog/projects/serial-console.html

A quick

systemctl start getty@tty1.service

got tty1 to complete to a login prompt.  Enabling made it persistent at the next boot.

I will now mark this topic as solved, but if anyone has an idea why it happened in the first place, I'd be happy to know.  Thanks to all who responded.

Offline

#12 2020-03-15 12:18:23

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED] tty1 freezes during boot process

The install script of the systemd package should have enable the service.  Perhaps there is an issue with new installations using systemd 345.
Please post the full contents of /var/log/pacman.log to see if an error was recorded from the scripts execution.

Last edited by loqs (2020-03-15 12:18:49)

Offline

#13 2020-03-15 19:14:33

uruz
Member
Registered: 2018-07-04
Posts: 37

Re: [SOLVED] tty1 freezes during boot process

The following is an excerpt from /var/log/pacman.log, the only part where I see errors:

[2020-03-10T22:52:37+0000] [ALPM] installed pcre2 (10.34-3)
[2020-03-10T22:52:38+0000] [ALPM] installed systemd (245-1)
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] systemd-machine-id-setup: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] systemd-sysusers: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] journalctl: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] systemctl: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] chgrp: invalid group: 'systemd-journal-remote'
[2020-03-10T22:52:38+0000] [ALPM] installed p11-kit (0.23.20-2)
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/p11-kit-server.socket → /usr/lib/systemd/user/p11-kit-server.socket.

Here is the full /var/log/pacman.log:

[2020-03-10T22:29:35+0000] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base linux linux-firmware vim lvm2'
[2020-03-10T22:29:35+0000] [PACMAN] synchronizing package lists
[2020-03-10T22:52:33+0000] [ALPM] transaction started
[2020-03-10T22:52:33+0000] [ALPM] installed iana-etc (20200224-1)
[2020-03-10T22:52:33+0000] [ALPM] installed filesystem (2019.10-2)
[2020-03-10T22:52:33+0000] [ALPM] installed linux-api-headers (5.4.17-1)
[2020-03-10T22:52:34+0000] [ALPM] installed tzdata (2019c-3)
[2020-03-10T22:52:34+0000] [ALPM] installed glibc (2.31-1)
[2020-03-10T22:52:34+0000] [ALPM] installed gcc-libs (9.2.1+20200130-2)
[2020-03-10T22:52:34+0000] [ALPM] installed ncurses (6.2-1)
[2020-03-10T22:52:34+0000] [ALPM] installed readline (8.0.004-1)
[2020-03-10T22:52:34+0000] [ALPM] installed bash (5.0.016-1)
[2020-03-10T22:52:34+0000] [ALPM] installed attr (2.4.48-2)
[2020-03-10T22:52:34+0000] [ALPM] installed acl (2.2.53-2)
[2020-03-10T22:52:34+0000] [ALPM] installed gmp (6.2.0-1)
[2020-03-10T22:52:34+0000] [ALPM] installed libcap (2.33-1)
[2020-03-10T22:52:34+0000] [ALPM] installed gdbm (1.18.1-3)
[2020-03-10T22:52:34+0000] [ALPM] installed db (5.3.28-5)
[2020-03-10T22:52:35+0000] [ALPM] installed perl (5.30.1-1)
[2020-03-10T22:52:36+0000] [ALPM] installed openssl (1.1.1.d-2)
[2020-03-10T22:52:36+0000] [ALPM] installed coreutils (8.31-3)
[2020-03-10T22:52:36+0000] [ALPM] installed zlib (1:1.2.11-4)
[2020-03-10T22:52:36+0000] [ALPM] installed xz (5.2.4-2)
[2020-03-10T22:52:36+0000] [ALPM] installed bzip2 (1.0.8-3)
[2020-03-10T22:52:36+0000] [ALPM] installed libseccomp (2.4.2-1)
[2020-03-10T22:52:36+0000] [ALPM] installed file (5.38-3)
[2020-03-10T22:52:36+0000] [ALPM] installed findutils (4.7.0-2)
[2020-03-10T22:52:36+0000] [ALPM] installed mpfr (4.0.2-2)
[2020-03-10T22:52:36+0000] [ALPM] installed gawk (5.0.1-2)
[2020-03-10T22:52:36+0000] [ALPM] installed pcre (8.43-2)
[2020-03-10T22:52:36+0000] [ALPM] installed grep (3.4-1)
[2020-03-10T22:52:36+0000] [ALPM] installed libgpg-error (1.37-1)
[2020-03-10T22:52:36+0000] [ALPM] installed libgcrypt (1.8.5-2)
[2020-03-10T22:52:36+0000] [ALPM] installed lz4 (1:1.9.2-2)
[2020-03-10T22:52:36+0000] [ALPM] installed systemd-libs (245-1)
[2020-03-10T22:52:36+0000] [ALPM] installed procps-ng (3.3.15-2)
[2020-03-10T22:52:36+0000] [ALPM] installed sed (4.8-1)
[2020-03-10T22:52:36+0000] [ALPM] installed tar (1.32-3)
[2020-03-10T22:52:36+0000] [ALPM] installed libffi (3.2.1-4)
[2020-03-10T22:52:36+0000] [ALPM] installed libutil-linux (2.35.1-1)
[2020-03-10T22:52:36+0000] [ALPM] installed glib2 (2.64.0-1)
[2020-03-10T22:52:36+0000] [ALPM] installed libunistring (0.9.10-2)
[2020-03-10T22:52:37+0000] [ALPM] installed icu (65.1-3)
[2020-03-10T22:52:37+0000] [ALPM] installed libxml2 (2.9.10-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libcroco (0.6.13-1)
[2020-03-10T22:52:37+0000] [ALPM] installed gettext (0.20.1-3)
[2020-03-10T22:52:37+0000] [ALPM] installed hwids (20200204-1)
[2020-03-10T22:52:37+0000] [ALPM] installed kmod (27-1)
[2020-03-10T22:52:37+0000] [ALPM] installed pciutils (3.6.4-1)
[2020-03-10T22:52:37+0000] [ALPM] installed psmisc (23.3-2)
[2020-03-10T22:52:37+0000] [ALPM] installed cracklib (2.9.7-2)
[2020-03-10T22:52:37+0000] [ALPM] installed e2fsprogs (1.45.5-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libsasl (2.1.27-2)
[2020-03-10T22:52:37+0000] [ALPM] installed libldap (2.4.49-1)
[2020-03-10T22:52:37+0000] [ALPM] installed keyutils (1.6.1-3)
[2020-03-10T22:52:37+0000] [ALPM] installed krb5 (1.17.1-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libtirpc (1.2.5-1)
[2020-03-10T22:52:37+0000] [ALPM] installed pambase (20190105.1-2)
[2020-03-10T22:52:37+0000] [ALPM] installed pam (1.3.1-2)
[2020-03-10T22:52:37+0000] [ALPM] installed libcap-ng (0.7.10-1)
[2020-03-10T22:52:37+0000] [ALPM] installed audit (2.8.5-6)
[2020-03-10T22:52:37+0000] [ALPM] installed shadow (4.8.1-1)
[2020-03-10T22:52:37+0000] [ALPM] installed util-linux (2.35.1-1)
[2020-03-10T22:52:37+0000] [ALPM] installed less (551-3)
[2020-03-10T22:52:37+0000] [ALPM] installed gzip (1.10-3)
[2020-03-10T22:52:37+0000] [ALPM] installed licenses (20191011-2)
[2020-03-10T22:52:37+0000] [ALPM] installed expat (2.2.9-3)
[2020-03-10T22:52:37+0000] [ALPM] installed zstd (1.4.4-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libarchive (3.4.2-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libtasn1 (4.16.0-1)
[2020-03-10T22:52:37+0000] [ALPM] installed device-mapper (2.02.186-5)
[2020-03-10T22:52:37+0000] [ALPM] installed popt (1.16-12)
[2020-03-10T22:52:37+0000] [ALPM] installed json-c (0.13.1-3)
[2020-03-10T22:52:37+0000] [ALPM] installed argon2 (20190702-2)
[2020-03-10T22:52:37+0000] [ALPM] installed cryptsetup (2.3.0-1)
[2020-03-10T22:52:37+0000] [ALPM] installed dbus (1.12.16-5)
[2020-03-10T22:52:37+0000] [ALPM] installed libmnl (1.0.4-3)
[2020-03-10T22:52:37+0000] [ALPM] installed libnftnl (1.1.5-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libnl (3.5.0-2)
[2020-03-10T22:52:37+0000] [ALPM] installed libusb (1.0.23-2)
[2020-03-10T22:52:37+0000] [ALPM] installed libpcap (1.9.1-2)
[2020-03-10T22:52:37+0000] [ALPM] installed libnfnetlink (1.0.1-3)
[2020-03-10T22:52:37+0000] [ALPM] installed libnetfilter_conntrack (1.0.7-1)
[2020-03-10T22:52:37+0000] [ALPM] installed iptables (1:1.8.4-1)
[2020-03-10T22:52:37+0000] [ALPM] installed kbd (2.2.0-5)
[2020-03-10T22:52:37+0000] [ALPM] installed libidn2 (2.3.0-1)
[2020-03-10T22:52:37+0000] [ALPM] installed libelf (0.177-2)
[2020-03-10T22:52:37+0000] [ALPM] installed pcre2 (10.34-3)
[2020-03-10T22:52:38+0000] [ALPM] installed systemd (245-1)
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] systemd-machine-id-setup: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] systemd-sysusers: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] journalctl: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] systemctl: error while loading shared libraries: libp11-kit.so.0: cannot open shared object file: No such file or directory
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] chgrp: invalid group: 'systemd-journal-remote'
[2020-03-10T22:52:38+0000] [ALPM] installed p11-kit (0.23.20-2)
[2020-03-10T22:52:38+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/p11-kit-server.socket → /usr/lib/systemd/user/p11-kit-server.socket.
[2020-03-10T22:52:38+0000] [ALPM] installed ca-certificates-utils (20181109-3)
[2020-03-10T22:52:38+0000] [ALPM] installed ca-certificates-mozilla (3.51-1)
[2020-03-10T22:52:38+0000] [ALPM] installed ca-certificates (20181109-3)
[2020-03-10T22:52:38+0000] [ALPM] installed libssh2 (1.9.0-2)
[2020-03-10T22:52:38+0000] [ALPM] installed libpsl (0.21.0-2)
[2020-03-10T22:52:38+0000] [ALPM] installed libnghttp2 (1.39.2-2)
[2020-03-10T22:52:38+0000] [ALPM] installed curl (7.69.0-5)
[2020-03-10T22:52:38+0000] [ALPM] installed npth (1.6-2)
[2020-03-10T22:52:38+0000] [ALPM] installed libksba (1.3.5-2)
[2020-03-10T22:52:38+0000] [ALPM] installed libassuan (2.5.3-2)
[2020-03-10T22:52:38+0000] [ALPM] installed libsecret (0.20.1-1)
[2020-03-10T22:52:38+0000] [ALPM] installed pinentry (1.1.0-5)
[2020-03-10T22:52:38+0000] [ALPM] installed nettle (3.5.1-2)
[2020-03-10T22:52:38+0000] [ALPM] installed gnutls (3.6.12-1)
[2020-03-10T22:52:38+0000] [ALPM] installed sqlite (3.31.1-1)
[2020-03-10T22:52:38+0000] [ALPM] installed gnupg (2.2.19-1)
[2020-03-10T22:52:38+0000] [ALPM] installed gpgme (1.13.1-3)
[2020-03-10T22:52:38+0000] [ALPM] installed pacman-mirrorlist (20200207-1)
[2020-03-10T22:52:38+0000] [ALPM] installed archlinux-keyring (20200108-1)
[2020-03-10T22:52:38+0000] [ALPM] installed pacman (5.2.1-4)
[2020-03-10T22:52:38+0000] [ALPM] installed systemd-sysvcompat (245-1)
[2020-03-10T22:52:38+0000] [ALPM] installed iputils (20190709-2)
[2020-03-10T22:52:38+0000] [ALPM] installed iproute2 (5.5.0-1)
[2020-03-10T22:52:38+0000] [ALPM] installed base (2-2)
[2020-03-10T22:52:38+0000] [ALPM] installed mkinitcpio-busybox (1.31.1-1)
[2020-03-10T22:52:38+0000] [ALPM] installed diffutils (3.7-3)
[2020-03-10T22:52:38+0000] [ALPM] installed mkinitcpio (27-3)
[2020-03-10T22:52:39+0000] [ALPM] installed linux (5.5.8.arch1-1)
[2020-03-10T22:52:39+0000] [ALPM] installed linux-firmware (20200224.efcfa03-1)
[2020-03-10T22:52:39+0000] [ALPM] installed vim-runtime (8.2.0343-1)
[2020-03-10T22:52:39+0000] [ALPM] installed gpm (1.20.7.r27.g1fd1941-2)
[2020-03-10T22:52:39+0000] [ALPM] installed vim (8.2.0343-1)
[2020-03-10T22:52:39+0000] [ALPM] installed libaio (0.3.112-2)
[2020-03-10T22:52:39+0000] [ALPM] installed thin-provisioning-tools (0.8.5-3)
[2020-03-10T22:52:40+0000] [ALPM] installed lvm2 (2.02.186-5)
[2020-03-10T22:52:40+0000] [ALPM] transaction completed
[2020-03-10T22:52:40+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2020-03-10T22:52:40+0000] [ALPM] running '30-systemd-catalog.hook'...
[2020-03-10T22:52:40+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2020-03-10T22:52:40+0000] [ALPM-SCRIPTLET] Running in chroot, ignoring request: daemon-reload
[2020-03-10T22:52:40+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2020-03-10T22:52:41+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2020-03-10T22:52:41+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2020-03-10T22:52:41+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2020-03-10T22:52:41+0000] [ALPM-SCRIPTLET] Running in chroot, ignoring request.
[2020-03-10T22:52:41+0000] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T22:52:41+0000] [ALPM] running '60-depmod.hook'...
[2020-03-10T22:52:46+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-10T22:52:46+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-10T22:52:47+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-10T22:52:47+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-10T22:52:47+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-10T22:52:47+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-10T22:52:47+0000] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-10T22:52:48+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-10T22:52:49+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2020-03-10T22:52:49+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2020-03-10T22:52:51+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-10T22:52:51+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-10T22:52:52+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-10T22:52:53+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-10T22:52:53+0000] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-10T22:52:58+0000] [ALPM] running 'dbus-reload.hook'...
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] Running in chroot, ignoring request: try-reload-or-restart
[2020-03-10T22:52:58+0000] [ALPM] running 'detect-old-perl-modules.hook'...
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] perl: warning: Setting locale failed.
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] perl: warning: Please check that your locale settings:
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] 	LANGUAGE = (unset),
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] 	LC_ALL = (unset),
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] 	LC_MESSAGES = "",
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] 	LANG = "en_US.UTF-8"
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET]     are supported and installed on your system.
[2020-03-10T22:52:58+0000] [ALPM-SCRIPTLET] perl: warning: Falling back to the standard locale ("C").
[2020-03-10T22:52:58+0000] [ALPM] running 'update-ca-trust.hook'...
[2020-03-10T18:02:39-0500] [PACMAN] Running 'pacman -S networkmanager'
[2020-03-10T18:05:35-0500] [ALPM] transaction started
[2020-03-10T18:05:35-0500] [ALPM] installed nspr (4.25-1)
[2020-03-10T18:05:35-0500] [ALPM] installed nss (3.51-1)
[2020-03-10T18:05:35-0500] [ALPM] installed jansson (2.12-1)
[2020-03-10T18:05:35-0500] [ALPM] installed libnm (1.22.8-1)
[2020-03-10T18:05:35-0500] [ALPM] installed js60 (60.9.0-2)
[2020-03-10T18:05:35-0500] [ALPM] installed polkit (0.116-5)
[2020-03-10T18:05:35-0500] [ALPM] installed wpa_supplicant (2:2.9-7)
[2020-03-10T18:05:35-0500] [ALPM] installed libmm-glib (1.12.6-1)
[2020-03-10T18:05:35-0500] [ALPM] installed slang (2.3.2-1)
[2020-03-10T18:05:35-0500] [ALPM] installed libnewt (0.52.21-3)
[2020-03-10T18:05:35-0500] [ALPM] installed libndp (1.7-1)
[2020-03-10T18:05:35-0500] [ALPM] installed libdaemon (0.14-4)
[2020-03-10T18:05:35-0500] [ALPM] installed libsodium (1.0.18-1)
[2020-03-10T18:05:35-0500] [ALPM] installed libpgm (5.2.122-5)
[2020-03-10T18:05:35-0500] [ALPM] installed zeromq (4.3.2-1)
[2020-03-10T18:05:35-0500] [ALPM] installed libteam (1.30-1)
[2020-03-10T18:05:35-0500] [ALPM] installed bluez-libs (5.53-1)
[2020-03-10T18:05:35-0500] [ALPM] installed mobile-broadband-provider-info (20190618-1)
[2020-03-10T18:05:35-0500] [ALPM] installed networkmanager (1.22.8-1)
[2020-03-10T18:05:36-0500] [ALPM] transaction completed
[2020-03-10T18:05:36-0500] [ALPM] running '20-systemd-sysusers.hook'...
[2020-03-10T18:05:36-0500] [ALPM] running '30-systemd-daemon-reload.hook'...
[2020-03-10T18:05:36-0500] [ALPM-SCRIPTLET] Running in chroot, ignoring request: daemon-reload
[2020-03-10T18:05:36-0500] [ALPM] running '30-systemd-udev-reload.hook'...
[2020-03-10T18:05:36-0500] [ALPM-SCRIPTLET] Running in chroot, ignoring request.
[2020-03-10T18:05:36-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T18:05:36-0500] [ALPM] running 'dbus-reload.hook'...
[2020-03-10T18:05:36-0500] [ALPM-SCRIPTLET] Running in chroot, ignoring request: try-reload-or-restart
[2020-03-10T18:07:33-0500] [PACMAN] Running 'pacman -S linux'
[2020-03-10T18:25:19-0500] [PACMAN] Running 'pacman -S intel-ucode efibootmgr'
[2020-03-10T18:25:42-0500] [ALPM] transaction started
[2020-03-10T18:25:42-0500] [ALPM] installed intel-ucode (20191115-3)
[2020-03-10T18:25:42-0500] [ALPM] installed efivar (37-3)
[2020-03-10T18:25:42-0500] [ALPM] installed efibootmgr (16-2)
[2020-03-10T18:25:42-0500] [ALPM] transaction completed
[2020-03-10T18:25:42-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T19:09:34-0500] [PACMAN] Running 'pacman -S nvidia nvidia-settings'
[2020-03-10T19:22:46-0500] [ALPM] transaction started
[2020-03-10T19:22:46-0500] [ALPM] installed libepoxy (1.5.4-1)
[2020-03-10T19:22:46-0500] [ALPM] installed libpng (1.6.37-1)
[2020-03-10T19:22:46-0500] [ALPM] installed graphite (1:1.3.13-2)
[2020-03-10T19:22:46-0500] [ALPM] installed harfbuzz (2.6.4-2)
[2020-03-10T19:22:46-0500] [ALPM] installed freetype2 (2.10.1-2)
[2020-03-10T19:22:46-0500] [ALPM] installed libfontenc (1.1.4-1)
[2020-03-10T19:22:46-0500] [ALPM] installed libxfont2 (2.0.4-2)
[2020-03-10T19:22:46-0500] [ALPM] installed pixman (0.38.4-1)
[2020-03-10T19:22:46-0500] [ALPM] installed xkeyboard-config (2.29-1)
[2020-03-10T19:22:46-0500] [ALPM] installed xcb-proto (1.14-1)
[2020-03-10T19:22:46-0500] [ALPM] installed libxdmcp (1.1.3-2)
[2020-03-10T19:22:46-0500] [ALPM] installed libxau (1.0.9-2)
[2020-03-10T19:22:47-0500] [ALPM] installed libxcb (1.14-1)
[2020-03-10T19:22:47-0500] [ALPM] installed xorgproto (2019.2-2)
[2020-03-10T19:22:47-0500] [ALPM] installed libx11 (1.6.9-6)
[2020-03-10T19:22:47-0500] [ALPM] installed libxkbfile (1.1.0-1)
[2020-03-10T19:22:47-0500] [ALPM] installed xorg-xkbcomp (1.4.3-1)
[2020-03-10T19:22:47-0500] [ALPM] installed xorg-setxkbmap (1.3.2-1)
[2020-03-10T19:22:47-0500] [ALPM] installed xorg-server-common (1.20.7-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libunwind (1.3.1-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libxext (1.3.4-2)
[2020-03-10T19:22:47-0500] [ALPM] installed libpciaccess (0.16-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libdrm (2.4.100-1)
[2020-03-10T19:22:47-0500] [ALPM] installed wayland (1.18.0-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libxxf86vm (1.1.4-3)
[2020-03-10T19:22:47-0500] [ALPM] installed libxfixes (5.0.3-3)
[2020-03-10T19:22:47-0500] [ALPM] installed libxdamage (1.1.5-2)
[2020-03-10T19:22:47-0500] [ALPM] installed libxshmfence (1.3-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libomxil-bellagio (0.9.3-2)
[2020-03-10T19:22:47-0500] [ALPM] installed libedit (20191231_3.1-1)
[2020-03-10T19:22:47-0500] [ALPM] installed llvm-libs (9.0.1-1)
[2020-03-10T19:22:47-0500] [ALPM] installed lm_sensors (3.6.0-1)
[2020-03-10T19:22:47-0500] [ALPM] installed mesa (19.3.4-2)
[2020-03-10T19:22:47-0500] [ALPM] installed libglvnd (1.3.1-1)
[2020-03-10T19:22:47-0500] [ALPM] installed mtdev (1.1.6-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libevdev (1.9.0-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libgudev (233-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libwacom (1.2-1)
[2020-03-10T19:22:47-0500] [ALPM] installed libinput (1.15.3-1)
[2020-03-10T19:22:47-0500] [ALPM] installed xf86-input-libinput (0.29.0-1)
[2020-03-10T19:22:47-0500] [ALPM] installed xorg-server (1.20.7-1)
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET]     the help of systemd-logind. xserver will fail to run if not launched
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET]     from the same virtual terminal as was used to log in.
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET]     Without root rights, log files will be in ~/.local/share/xorg/ directory.
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET] 
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET]     Old behavior can be restored through Xorg.wrap config file.
[2020-03-10T19:22:47-0500] [ALPM-SCRIPTLET]     See Xorg.wrap man page (man xorg.wrap).
[2020-03-10T19:22:47-0500] [ALPM] installed eglexternalplatform (1.1-1)
[2020-03-10T19:22:47-0500] [ALPM] installed egl-wayland (1.1.4-2)
[2020-03-10T19:22:48-0500] [ALPM] installed nvidia-utils (440.64-2)
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2020-03-10T19:22:48-0500] [ALPM] installed nvidia (440.64-2)
[2020-03-10T19:22:48-0500] [ALPM] installed atk (2.34.1-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libxrender (0.9.10-3)
[2020-03-10T19:22:48-0500] [ALPM] installed fontconfig (2:2.13.91+24+g75eadca-2)
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   Read /etc/fonts/conf.d/README for more information.
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET] 
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   Configuration via /etc/fonts/local.conf is still possible,
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   but is no longer recommended for options available in conf.avail.
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET] 
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   Main systemwide configuration should be done by symlinks
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   (especially for autohinting, sub-pixel and lcdfilter):
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   cd /etc/fonts/conf.d
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   ln -s ../conf.avail/XX-foo.conf
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   Check also https://wiki.archlinux.org/index.php/Font_Configuration
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET]   and https://wiki.archlinux.org/index.php/Fonts.
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET] 
[2020-03-10T19:22:48-0500] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2020-03-10T19:22:48-0500] [ALPM] installed lzo (2.10-3)
[2020-03-10T19:22:48-0500] [ALPM] installed cairo (1.17.2+17+g52a7c79fd-2)
[2020-03-10T19:22:48-0500] [ALPM] installed libxcursor (1.2.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libxinerama (1.1.4-2)
[2020-03-10T19:22:48-0500] [ALPM] installed libxrandr (1.5.2-2)
[2020-03-10T19:22:48-0500] [ALPM] installed libxi (1.7.10-2)
[2020-03-10T19:22:48-0500] [ALPM] installed libjpeg-turbo (2.0.4-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libtiff (4.1.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed shared-mime-info (1.15-2)
[2020-03-10T19:22:48-0500] [ALPM] installed gdk-pixbuf2 (2.40.0-2)
[2020-03-10T19:22:48-0500] [ALPM] installed dconf (0.34.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libxcomposite (0.4.5-2)
[2020-03-10T19:22:48-0500] [ALPM] installed libdatrie (0.2.12-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libthai (0.1.28-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libxft (2.3.3-1)
[2020-03-10T19:22:48-0500] [ALPM] installed fribidi (1.0.9-1)
[2020-03-10T19:22:48-0500] [ALPM] installed pango (1:1.44.7+11+g73b46b04-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libxtst (1.2.3-3)
[2020-03-10T19:22:48-0500] [ALPM] installed at-spi2-core (2.36.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed at-spi2-atk (2.34.2-1)
[2020-03-10T19:22:48-0500] [ALPM] installed libxkbcommon (0.10.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed hicolor-icon-theme (0.17-1)
[2020-03-10T19:22:48-0500] [ALPM] installed librsvg (2:2.48.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed gtk-update-icon-cache (1:3.24.14+9+g429a6287e0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed adwaita-icon-theme (3.36.0-1)
[2020-03-10T19:22:48-0500] [ALPM] installed json-glib (1.4.4-1)
[2020-03-10T19:22:48-0500] [ALPM] installed wayland-protocols (1.20-1)
[2020-03-10T19:22:48-0500] [ALPM] installed desktop-file-utils (0.24-2)
[2020-03-10T19:22:48-0500] [ALPM] installed cantarell-fonts (1:0.201-1)
[2020-03-10T19:22:48-0500] [ALPM] installed lcms2 (2.9-2)
[2020-03-10T19:22:48-0500] [ALPM] installed libgusb (0.3.4-1)
[2020-03-10T19:22:49-0500] [ALPM] installed colord (1.4.4+9+g1ce26da-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libproxy (0.4.15+33+g454a499-1)
[2020-03-10T19:22:49-0500] [ALPM] installed adobe-source-code-pro-fonts (2.030ro+1.050it-5)
[2020-03-10T19:22:49-0500] [ALPM] installed gsettings-desktop-schemas (3.36.0-1)
[2020-03-10T19:22:49-0500] [ALPM] installed glib-networking (2.64.0-1)
[2020-03-10T19:22:49-0500] [ALPM] installed brotli (1.0.7-3)
[2020-03-10T19:22:49-0500] [ALPM] installed libsoup (2.70.0-1)
[2020-03-10T19:22:49-0500] [ALPM] installed rest (0.8.1-1)
[2020-03-10T19:22:49-0500] [ALPM] installed avahi (0.8+6+g751be80-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libcups (2.3.1-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libogg (1.3.4-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libvorbis (1.3.6-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libtool (2.4.6+42+gb88cebd5-10)
[2020-03-10T19:22:49-0500] [ALPM] installed alsa-topology-conf (1.2.2-2)
[2020-03-10T19:22:49-0500] [ALPM] installed alsa-ucm-conf (1.2.2-1)
[2020-03-10T19:22:49-0500] [ALPM] installed alsa-lib (1.2.2-1)
[2020-03-10T19:22:49-0500] [ALPM] installed tdb (1.3.18-4)
[2020-03-10T19:22:49-0500] [ALPM] installed sound-theme-freedesktop (0.8-3)
[2020-03-10T19:22:49-0500] [ALPM] installed libcanberra (0.30+2+gc0620e4-2)
[2020-03-10T19:22:49-0500] [ALPM] installed iso-codes (4.4-1)
[2020-03-10T19:22:49-0500] [ALPM] installed gtk3 (1:3.24.14+9+g429a6287e0-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libxv (1.0.11-3)
[2020-03-10T19:22:49-0500] [ALPM] installed libvdpau (1.3-1)
[2020-03-10T19:22:49-0500] [ALPM] installed libxnvctrl (440.64-1)
[2020-03-10T19:22:49-0500] [ALPM] installed nvidia-settings (440.64-1)
[2020-03-10T19:22:49-0500] [ALPM] transaction completed
[2020-03-10T19:22:50-0500] [ALPM] running '20-systemd-sysusers.hook'...
[2020-03-10T19:22:50-0500] [ALPM] running '30-systemd-daemon-reload.hook'...
[2020-03-10T19:22:50-0500] [ALPM-SCRIPTLET] Running in chroot, ignoring request: daemon-reload
[2020-03-10T19:22:50-0500] [ALPM] running '30-systemd-tmpfiles.hook'...
[2020-03-10T19:22:50-0500] [ALPM] running '30-systemd-udev-reload.hook'...
[2020-03-10T19:22:50-0500] [ALPM-SCRIPTLET] Running in chroot, ignoring request.
[2020-03-10T19:22:50-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T19:22:50-0500] [ALPM] running '60-depmod.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'dbus-reload.hook'...
[2020-03-10T19:22:55-0500] [ALPM-SCRIPTLET] Running in chroot, ignoring request: try-reload-or-restart
[2020-03-10T19:22:55-0500] [ALPM] running 'detect-old-perl-modules.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'fontconfig.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'gio-querymodules.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'glib-compile-schemas.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2020-03-10T19:22:55-0500] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-03-10T19:22:56-0500] [ALPM] running 'update-desktop-database.hook'...
[2020-03-10T19:22:56-0500] [ALPM] running 'update-mime-database.hook'...
[2020-03-10T19:50:43-0500] [PACMAN] Running 'pacman -S systemd-boot-pacman-hook'
[2020-03-10T21:11:46-0500] [PACMAN] Running 'pacman -S reflector'
[2020-03-10T21:13:35-0500] [ALPM] transaction started
[2020-03-10T21:13:35-0500] [ALPM] installed libnsl (1.2.0-2)
[2020-03-10T21:13:35-0500] [ALPM] installed python (3.8.2-1)
[2020-03-10T21:13:35-0500] [ALPM] installed reflector (2019.10-2)
[2020-03-10T21:13:35-0500] [ALPM] transaction completed
[2020-03-10T21:13:35-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T21:17:26-0500] [PACMAN] Running 'pacman -Rs nvidia'
[2020-03-10T21:17:28-0500] [ALPM] transaction started
[2020-03-10T21:17:28-0500] [ALPM] removed nvidia (440.64-2)
[2020-03-10T21:17:28-0500] [ALPM] transaction completed
[2020-03-10T21:17:28-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T21:17:28-0500] [ALPM] running '60-depmod.hook'...
[2020-03-10T21:17:36-0500] [ALPM] running 'nvidia.hook'...
[2020-03-10T21:17:36-0500] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2020-03-10T21:17:36-0500] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2020-03-10T21:17:36-0500] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-10T21:17:36-0500] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-10T21:17:36-0500] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-10T21:17:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2020-03-10T21:17:39-0500] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2020-03-10T21:17:39-0500] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-10T21:17:39-0500] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-10T21:17:39-0500] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-10T21:17:39-0500] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2020-03-10T21:17:42-0500] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-10T21:17:42-0500] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2020-03-10T21:17:42-0500] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2020-03-10T21:17:42-0500] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-10T21:17:42-0500] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-10T21:17:42-0500] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-10T21:17:43-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-10T21:17:43-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2020-03-10T21:17:43-0500] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2020-03-10T21:17:43-0500] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2020-03-10T21:17:43-0500] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-10T21:17:43-0500] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-10T21:17:44-0500] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2020-03-10T21:17:44-0500] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2020-03-10T21:17:46-0500] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2020-03-10T21:17:47-0500] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2020-03-10T21:17:47-0500] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-10T21:17:48-0500] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-10T21:17:49-0500] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-10T21:17:49-0500] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2020-03-10T21:17:54-0500] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-10T21:19:16-0500] [PACMAN] Running 'pacman -S nvidia'
[2020-03-10T21:19:18-0500] [ALPM] transaction started
[2020-03-10T21:19:18-0500] [ALPM] installed nvidia (440.64-2)
[2020-03-10T21:19:18-0500] [ALPM] transaction completed
[2020-03-10T21:19:18-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-10T21:19:18-0500] [ALPM] running '60-depmod.hook'...
[2020-03-10T21:19:27-0500] [ALPM] running 'nvidia.hook'...
[2020-03-10T21:19:27-0500] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2020-03-10T21:19:27-0500] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2020-03-10T21:19:27-0500] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-10T21:19:27-0500] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-10T21:19:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-10T21:19:29-0500] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2020-03-10T21:19:30-0500] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2020-03-10T21:19:30-0500] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-10T21:19:30-0500] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-10T21:19:31-0500] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-10T21:19:31-0500] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-10T21:19:34-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-10T21:19:35-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2020-03-10T21:19:35-0500] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2020-03-10T21:19:35-0500] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2020-03-10T21:19:35-0500] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-10T21:19:35-0500] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-10T21:19:36-0500] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2020-03-10T21:19:36-0500] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2020-03-10T21:19:37-0500] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2020-03-10T21:19:38-0500] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2020-03-10T21:19:38-0500] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-10T21:19:39-0500] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-10T21:19:40-0500] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-10T21:19:40-0500] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2020-03-10T21:19:45-0500] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-10T23:01:11-0500] [PACMAN] Running 'pacman -S pbpst'
[2020-03-10T23:01:14-0500] [ALPM] transaction started
[2020-03-10T23:01:14-0500] [ALPM] installed pbpst (1.4.1-1)
[2020-03-10T23:01:14-0500] [ALPM] transaction completed
[2020-03-10T23:01:14-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-12T20:29:03-0500] [PACMAN] Running 'pacman -Syu'
[2020-03-12T20:29:03-0500] [PACMAN] synchronizing package lists
[2020-03-12T20:29:04-0500] [PACMAN] starting full system upgrade
[2020-03-12T20:29:10-0500] [ALPM] transaction started
[2020-03-12T20:29:10-0500] [ALPM] upgraded iana-etc (20200224-1 -> 20200311-1)
[2020-03-12T20:29:10-0500] [ALPM] upgraded systemd-libs (245-1 -> 245-3)
[2020-03-12T20:29:10-0500] [ALPM] upgraded avahi (0.8+6+g751be80-1 -> 0.8+15+ge8a3dd0-1)
[2020-03-12T20:29:10-0500] [ALPM] upgraded cryptsetup (2.3.0-1 -> 2.3.1-1)
[2020-03-12T20:29:10-0500] [ALPM] installed libp11-kit (0.23.20-3)
[2020-03-12T20:29:10-0500] [ALPM] upgraded systemd (245-1 -> 245-3)
[2020-03-12T20:29:10-0500] [ALPM] upgraded p11-kit (0.23.20-2 -> 0.23.20-3)
[2020-03-12T20:29:10-0500] [ALPM] upgraded curl (7.69.0-5 -> 7.69.1-1)
[2020-03-12T20:29:10-0500] [ALPM] upgraded libnm (1.22.8-1 -> 1.22.10-1)
[2020-03-12T20:29:10-0500] [ALPM] upgraded procps-ng (3.3.15-2 -> 3.3.16-1)
[2020-03-12T20:29:11-0500] [ALPM] upgraded networkmanager (1.22.8-1 -> 1.22.10-1)
[2020-03-12T20:29:11-0500] [ALPM] upgraded systemd-sysvcompat (245-1 -> 245-3)
[2020-03-12T20:29:11-0500] [ALPM] transaction completed
[2020-03-12T20:29:11-0500] [ALPM] running '20-systemd-sysusers.hook'...
[2020-03-12T20:29:11-0500] [ALPM] running '30-systemd-catalog.hook'...
[2020-03-12T20:29:11-0500] [ALPM] running '30-systemd-daemon-reload.hook'...
[2020-03-12T20:29:11-0500] [ALPM] running '30-systemd-hwdb.hook'...
[2020-03-12T20:29:12-0500] [ALPM] running '30-systemd-sysctl.hook'...
[2020-03-12T20:29:12-0500] [ALPM] running '30-systemd-tmpfiles.hook'...
[2020-03-12T20:29:12-0500] [ALPM] running '30-systemd-udev-reload.hook'...
[2020-03-12T20:29:12-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-12T20:29:12-0500] [ALPM] running '90-mkinitcpio-install.hook'...
[2020-03-12T20:29:12-0500] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2020-03-12T20:29:12-0500] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2020-03-12T20:29:12-0500] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-12T20:29:12-0500] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-12T20:29:13-0500] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-12T20:29:13-0500] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2020-03-12T20:29:13-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-12T20:29:14-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2020-03-12T20:29:14-0500] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2020-03-12T20:29:14-0500] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2020-03-12T20:29:14-0500] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-12T20:29:14-0500] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-12T20:29:14-0500] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2020-03-12T20:29:17-0500] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2020-03-12T20:29:17-0500] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-12T20:29:18-0500] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-12T20:29:18-0500] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-12T20:29:18-0500] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET] ==> Starting build: 5.5.8-arch1-1
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-03-12T20:29:23-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-03-12T20:29:25-0500] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2020-03-12T20:29:25-0500] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2020-03-12T20:29:25-0500] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2020-03-12T20:29:25-0500] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-03-12T20:29:25-0500] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-03-12T20:29:26-0500] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2020-03-12T20:29:26-0500] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2020-03-12T20:29:28-0500] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2020-03-12T20:29:29-0500] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2020-03-12T20:29:29-0500] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-03-12T20:29:30-0500] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-03-12T20:29:31-0500] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-12T20:29:32-0500] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2020-03-12T20:29:37-0500] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-12T20:29:37-0500] [ALPM] running 'dbus-reload.hook'...
[2020-03-12T20:29:37-0500] [ALPM] running 'systemd-boot.hook'...
[2020-03-12T20:29:38-0500] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/systemd/systemd-bootx64.efi".
[2020-03-12T20:29:38-0500] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/BOOT/BOOTX64.EFI".
[2020-03-12T20:29:38-0500] [ALPM] running 'update-desktop-database.hook'...
[2020-03-13T12:22:07-0500] [PACMAN] Running 'pacman -S intel-ucode'
[2020-03-13T12:22:09-0500] [ALPM] transaction started
[2020-03-13T12:22:09-0500] [ALPM] reinstalled intel-ucode (20191115-3)
[2020-03-13T12:22:10-0500] [ALPM] transaction completed
[2020-03-13T12:22:10-0500] [ALPM] running '30-systemd-update.hook'...
[2020-03-13T12:22:15-0500] [PACMAN] Running 'pacman -Syu'
[2020-03-13T12:22:15-0500] [PACMAN] synchronizing package lists
[2020-03-13T12:22:17-0500] [PACMAN] starting full system upgrade
[2020-03-13T12:22:22-0500] [ALPM] transaction started
[2020-03-13T12:22:22-0500] [ALPM] upgraded glib2 (2.64.0-1 -> 2.64.1-1)
[2020-03-13T12:22:22-0500] [ALPM] transaction completed
[2020-03-13T12:22:22-0500] [ALPM] running '30-systemd-update.hook'...

One unusual thing I had during installation was an error when I entered:

bootctl --path=/boot install

I assume it said something like

error: bootctl failed to get machine id

I entered this command then proceeded with the bootctl and onward:

systemd-machine-id-setup --root=/mnt

Last edited by uruz (2020-03-16 04:21:22)

Offline

Board footer

Powered by FluxBB