I just did this (commented out the line in etc/fstab and ran dracut-rebuild, etc) and the boot failed again, so I guess I am booting the wrong initrd? I’m not entirely sure how to fix that, but if we’ve identified the problem that’s great!
Can you share the contents of lsblk -o name,type,fstype,size,uuid
No chroot needed for that.
Sure, here is the output:
[liveuser@eos-2024.09.22 ~]$ lsblk -o name,type,fstype,size,uuid
NAME TYPE FSTYPE SIZE UUID
loop0 loop squashfs 2.5G
sda disk 14.5G
├─sda1 part exfat 14.5G EF6A-F1A2
│ ├─ventoy dm iso9660 2.8G 2024-09-22-10-45-49-00
│ └─sda1 dm exfat 14.5G EF6A-F1A2
└─sda2 part vfat 32M 8281-15CC
sdb disk 0B
sdc disk 0B
nvme0n1 disk 953.9G
├─nvme0n1p1 part vfat 1G FD58-6280
├─nvme0n1p2 part crypto_LUKS 936.1G 7dd05ffc-3524-4eca-976d-8afd0044ed58
└─nvme0n1p3 part crypto_LUKS 16.8G 9137caae-f325-4bbc-ace9-a8efadc3311a
How about this with the ESP mounted.
find /efi -type f -exec ls -lh {} \;
If you mount it somewhere else, replace /efi
with where you mounted it.
Here it is:
[root@EndeavourOS /]# find /efi -type f -exec ls -lh {} \;
-rwxr-xr-x 1 root root 67K Sep 21 2024 /efi/EFI/systemd/fwupdx64.efi
-rwxr-xr-x 1 root root 121K Apr 18 16:42 /efi/EFI/systemd/systemd-bootx64.efi
-rwxr-xr-x 1 root root 121K Apr 18 16:42 /efi/EFI/BOOT/BOOTX64.EFI
-rwxr-xr-x 1 root root 867 Oct 3 2024 /efi/EFI/Dell/logs/diags_current.xml
-rwxr-xr-x 1 root root 19M Mar 13 18:05 /efi/EFI/Dell/bios/recovery/BIOS_PRE.rcv
-rwxr-xr-x 1 root root 19M Apr 13 12:13 /efi/EFI/Dell/bios/recovery/BIOS_CUR.rcv
-rwxr-xr-x 1 root root 4.3K Oct 21 2024 /efi/EFI/Dell/BiosTelemetry/Bios_Telemetry_20241021_144548_BB4810EA
-rwxr-xr-x 1 root root 4.0K Mar 13 18:06 /efi/EFI/Dell/BiosTelemetry/Bios_Telemetry_20250313_220642_7B4EA020
-rwxr-xr-x 1 root root 3.4K May 2 10:30 /efi/EFI/Dell/BiosTelemetry/Bios_Telemetry_20250502_143058_1CF67BDF
-rwxr-xr-x 1 root root 3.6K May 2 15:08 /efi/EFI/Dell/BiosTelemetry/Bios_Telemetry_20250502_190808_E23DD024
-rwxr-xr-x 1 root root 965 May 2 13:53 /efi/loader/entries/c226c0b49cbe490dbf815d92f510183b-6.14.4-arch1-2-fallback.conf
-rwxr-xr-x 1 root root 925 May 2 13:53 /efi/loader/entries/c226c0b49cbe490dbf815d92f510183b-6.14.4-arch1-2.conf
-rwxr-xr-x 1 root root 961 May 2 13:53 /efi/loader/entries/c226c0b49cbe490dbf815d92f510183b-6.12.25-2-lts-fallback.conf
-rwxr-xr-x 1 root root 921 May 2 13:53 /efi/loader/entries/c226c0b49cbe490dbf815d92f510183b-6.12.25-2-lts.conf
-rwxr-xr-x 1 root root 93 Sep 5 2024 /efi/loader/loader.conf
-rwxr-xr-x 1 root root 32 May 2 15:16 /efi/loader/random-seed
-rwxr-xr-x 1 root root 6 Sep 5 2024 /efi/loader/entries.srel
-rwxr-xr-x 1 root root 70M May 2 15:15 /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback
-rwxr-xr-x 1 root root 28M May 2 15:15 /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd
-rwxr-xr-x 1 root root 15M May 2 13:53 /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/linux
-rwxr-xr-x 1 root root 72M May 2 15:14 /efi/c226c0b49cbe490dbf815d92f510183b/6.12.25-2-lts/initrd-fallback
-rwxr-xr-x 1 root root 29M May 2 15:14 /efi/c226c0b49cbe490dbf815d92f510183b/6.12.25-2-lts/initrd
-rwxr-xr-x 1 root root 14M May 2 13:53 /efi/c226c0b49cbe490dbf815d92f510183b/6.12.25-2-lts/linux
Extract the fstab from the initrd and share it here.
Here are the contents of the fstab file from the chroot (I think that’s what you needed? please let me know if I’m wrong, sorry):
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# UUID=FD58-6280 /efi vfat fmask=0137,dmask=0027,nofail 0 2
/dev/mapper/luks-7dd05ffc-3524-4eca-976d-8afd0044ed58 / ext4 noatime 0 1
/dev/mapper/luks-9137caae-f325-4bbc-ace9-a8efadc3311a swap swap defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
May I add a suggestion? Could we take a look at the upgrade that somehow seems to have generated this issue?
When chrooted into your environment, could you take a look at /var/log/pacman.log
for the upgrade that you say created the issue and post it? I would bet a fair amount of reputation that something will jump out as the cause.
I want to see fstab that is inside the initrd. It is an archive. You can extract it view the files.
Sorry, but where would I find it? I’m looking but not sure where
And as for the update in question yesterday, I ran two instances of pacman -Syu before rebooting (one in the morning, then one in the afternoon before rebooting). I wasn’t really thinking when this happened (obviously should’ve rebooted after instance 1), but I’m pretty sure the first instance updated the kernel, and then the second one updated dracut (both times kernel was rebuilt). I have no idea if this is helpful context, but here are the logs of both:
[2025-05-01T08:50:16-0400] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-05-01T08:50:16-0400] [PACMAN] synchronizing package lists
[2025-05-01T08:50:22-0400] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf --'
[2025-05-01T08:50:22-0400] [PACMAN] synchronizing package lists
[2025-05-01T08:50:24-0400] [PACMAN] starting full system upgrade
[2025-05-01T08:53:34-0400] [ALPM] running '90-kernel-remove.hook'...
[2025-05-01T08:53:34-0400] [ALPM-SCRIPTLET] :: kernel-install removing kernel 6.14.4-arch1-1
[2025-05-01T08:53:34-0400] [ALPM] transaction started
[2025-05-01T08:53:34-0400] [ALPM] upgraded glibc (2.41+r47+g046b33800c3e-1 -> 2.41+r48+g5cb575ca9a3d-1)
[2025-05-01T08:53:34-0400] [ALPM-SCRIPTLET] Generating locales...
[2025-05-01T08:53:35-0400] [ALPM-SCRIPTLET] en_CA.UTF-8... done
[2025-05-01T08:53:36-0400] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2025-05-01T08:53:36-0400] [ALPM-SCRIPTLET] Generation complete.
[2025-05-01T08:53:36-0400] [ALPM] upgraded gcc-libs (14.2.1+r753+g1cd744a6828f-1 -> 15.1.1+r7+gf36ec88aa85a-1)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libxml2 (2.13.8-1 -> 2.14.2-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libxkbcommon (1.8.1-1 -> 1.9.0-1)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libxkbcommon-x11 (1.8.1-1 -> 1.9.0-1)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libsysprof-capture (48.0-4 -> 48.0-5)
[2025-05-01T08:53:37-0400] [ALPM] upgraded shared-mime-info (2.4-1 -> 2.4-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libelf (0.192-4 -> 0.193-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded llvm-libs (19.1.7-1 -> 19.1.7-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded wayland (1.23.1-1 -> 1.23.1-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libaccounts-glib (1.27-2 -> 1.27-3)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libxslt (1.1.43-1 -> 1.1.43-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libnvme (1.12-2 -> 1.13-1)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libtool (2.5.4+r1+gbaa1fe41-3 -> 2.5.4+r23+g5b582aed-1)
[2025-05-01T08:53:37-0400] [ALPM] upgraded kio (6.13.0-1 -> 6.13.0-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded librsvg (2:2.60.0-1 -> 2:2.60.0-2)
[2025-05-01T08:53:37-0400] [ALPM] upgraded libbluray (1.3.4-2 -> 1.3.4-3)
[2025-05-01T08:53:37-0400] [ALPM] upgraded ffmpeg (2:7.1-10 -> 2:7.1.1-1)
[2025-05-01T08:53:37-0400] [ALPM] upgraded noto-fonts (1:2025.04.01-1 -> 1:2025.05.01-1)
[2025-05-01T08:53:38-0400] [ALPM] upgraded qt6-webengine (6.9.0-4 -> 6.9.0-5)
[2025-05-01T08:53:38-0400] [ALPM] upgraded libakonadi (25.04.0-1 -> 25.04.0-2)
[2025-05-01T08:53:38-0400] [ALPM] upgraded mariadb-libs (11.7.2-2 -> 11.7.2-3)
[2025-05-01T08:53:38-0400] [ALPM] upgraded mariadb-clients (11.7.2-2 -> 11.7.2-3)
[2025-05-01T08:53:38-0400] [ALPM] upgraded mariadb (11.7.2-2 -> 11.7.2-3)
[2025-05-01T08:53:39-0400] [ALPM] upgraded akonadi (25.04.0-1 -> 25.04.0-2)
[2025-05-01T08:53:39-0400] [ALPM] upgraded appstream (1.0.5-1 -> 1.0.5-2)
[2025-05-01T08:53:39-0400] [ALPM] upgraded appstream-qt (1.0.5-1 -> 1.0.5-2)
[2025-05-01T08:53:39-0400] [ALPM] upgraded gettext (0.24-1 -> 0.24-3)
[2025-05-01T08:53:39-0400] [ALPM] upgraded libarchive (3.7.9-1 -> 3.7.9-2)
[2025-05-01T08:53:39-0400] [ALPM] upgraded archlinux-keyring (20250123-1 -> 20250430.1-1)
[2025-05-01T08:53:39-0400] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2025-05-01T08:53:41-0400] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2025-05-01T08:53:41-0400] [ALPM-SCRIPTLET] -> Disabled 1 key.
[2025-05-01T08:53:41-0400] [ALPM-SCRIPTLET] ==> Updating trust database...
[2025-05-01T08:53:41-0400] [ALPM-SCRIPTLET] gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
[2025-05-01T08:53:41-0400] [ALPM-SCRIPTLET] gpg: (use option "--allow-weak-key-signatures" to override)
[2025-05-01T08:53:42-0400] [ALPM-SCRIPTLET] gpg: marginals needed: 3 completes needed: 1 trust model: pgp
[2025-05-01T08:53:42-0400] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 12 trust: 0-, 0q, 0n, 0m, 0f, 1u
[2025-05-01T08:53:42-0400] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 12 signed: 102 trust: 0-, 0q, 0n, 12m, 0f, 0u
[2025-05-01T08:53:42-0400] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 78 signed: 20 trust: 78-, 0q, 0n, 0m, 0f, 0u
[2025-05-01T08:53:42-0400] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2025-07-01
[2025-05-01T08:53:42-0400] [ALPM] upgraded bind (9.20.8-1 -> 9.20.8-2)
[2025-05-01T08:53:42-0400] [ALPM] upgraded binutils (2.44-1 -> 2.44+r94+gfe459e33c676-1)
[2025-05-01T08:53:42-0400] [ALPM] upgraded clamav (1.4.2-1 -> 1.4.2-2)
[2025-05-01T08:53:43-0400] [ALPM] upgraded gcc (14.2.1+r753+g1cd744a6828f-1 -> 15.1.1+r7+gf36ec88aa85a-1)
[2025-05-01T08:53:44-0400] [ALPM] upgraded clang (19.1.7-1 -> 19.1.7-2)
[2025-05-01T08:53:44-0400] [ALPM] upgraded raptor (2.0.16-6 -> 2.0.16-7)
[2025-05-01T08:53:44-0400] [ALPM] upgraded flickcurl (1.26-12 -> 1.26-13)
[2025-05-01T08:53:44-0400] [ALPM] upgraded graphicsmagick (1.3.45-3 -> 1.3.45-4)
[2025-05-01T08:53:44-0400] [ALPM] upgraded libgphoto2 (2.5.31-3 -> 2.5.31-4)
[2025-05-01T08:53:44-0400] [ALPM] upgraded tinysparql (3.9.2-1 -> 3.9.2-2)
[2025-05-01T08:53:44-0400] [ALPM] upgraded gstreamer (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:44-0400] [ALPM] upgraded gst-plugins-base-libs (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:44-0400] [ALPM] upgraded gst-plugins-base (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:44-0400] [ALPM] upgraded hwloc (2.12.0-1 -> 2.12.0-2)
[2025-05-01T08:53:44-0400] [ALPM] upgraded libsoup (2.74.3-1 -> 2.74.3-3)
[2025-05-01T08:53:44-0400] [ALPM] upgraded darktable (2:5.0.1-2 -> 2:5.0.1-3)
[2025-05-01T08:53:44-0400] [ALPM] upgraded imagemagick (7.1.1.47-1 -> 7.1.1.47-2)
[2025-05-01T08:53:44-0400] [ALPM] upgraded libical (3.0.20-1 -> 3.0.20-2)
[2025-05-01T08:53:44-0400] [ALPM] upgraded ebook-tools (0.2.2-8 -> 0.2.2-9)
[2025-05-01T08:53:44-0400] [ALPM] upgraded sane (1.3.1-2 -> 1.3.1-3)
[2025-05-01T08:53:44-0400] [ALPM] upgraded digikam (8.6.0-2 -> 8.6.0-3)
[2025-05-01T08:53:45-0400] [ALPM] upgraded electron33 (33.4.11-1 -> 33.4.11-2)
[2025-05-01T08:53:46-0400] [ALPM] upgraded electron34 (34.5.0-2 -> 34.5.3-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded ffmpeg4.4 (4.4.5-4 -> 4.4.5-5)
[2025-05-01T08:53:46-0400] [ALPM] upgraded perl-alien-libxml2 (0.19-4 -> 0.20-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded perl-xml-libxml (2.0210-2 -> 2.0210-3)
[2025-05-01T08:53:46-0400] [ALPM] upgraded foomatic-db-engine (5:20200131-1 -> 5:20200131-2)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-libav (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gupnp (1:1.6.8-1 -> 1:1.6.8-2)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-plugins-bad-libs (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-plugin-gtk (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-plugins-bad (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-plugins-good (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-plugins-ugly (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gst-python (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gstreamer-vaapi (1.26.0-4 -> 1.26.1-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gtksourceview3 (1:3.24.11+r28+g73e57b57-2 -> 1:3.24.11+r30+gd880929f-1)
[2025-05-01T08:53:46-0400] [ALPM] upgraded gtksourceview4 (4.8.4-1 -> 4.8.4-2)
[2025-05-01T08:53:46-0400] [ALPM] upgraded handbrake (1.9.2-2 -> 1.9.2-3)
[2025-05-01T08:53:46-0400] [ALPM] upgraded libvisio (0.1.8-2 -> 0.1.8-3)
[2025-05-01T08:53:46-0400] [ALPM] upgraded python-lxml (5.3.2-1 -> 5.3.2-2)
[2025-05-01T08:53:46-0400] [ALPM] upgraded inkscape (1.4.1-2 -> 1.4.1-3)
[2025-05-01T08:53:47-0400] [ALPM] upgraded kio5 (5.116.0-1 -> 5.116.0-2)
[2025-05-01T08:53:47-0400] [ALPM] upgraded kitinerary (25.04.0-1 -> 25.04.0-2)
[2025-05-01T08:53:47-0400] [ALPM] upgraded lib32-glibc (2.41+r47+g046b33800c3e-1 -> 2.41+r48+g5cb575ca9a3d-1)
[2025-05-01T08:53:47-0400] [ALPM] upgraded lib32-gcc-libs (14.2.1+r753+g1cd744a6828f-1 -> 15.1.1+r7+gf36ec88aa85a-1)
[2025-05-01T08:53:47-0400] [ALPM] upgraded lib32-libelf (0.192-2 -> 0.193-1)
[2025-05-01T08:53:47-0400] [ALPM] upgraded lib32-libxml2 (2.13.8-1 -> 2.14.2-2)
[2025-05-01T08:53:48-0400] [ALPM] upgraded lib32-llvm-libs (1:19.1.7-1 -> 1:19.1.7-2)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libabw (0.1.3-4 -> 0.1.3-5)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libakonadi5 (23.08.5-2 -> 23.08.5-3)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libcmis (0.6.2-3 -> 0.6.2-4)
[2025-05-01T08:53:48-0400] [ALPM] upgraded liblangtag (0.6.7-1 -> 0.6.7-2)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libe-book (0.1.3-17 -> 0.1.3-18)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libetonyek (0.1.12-2 -> 0.1.12-3)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libgsf (1.14.53-1 -> 1.14.53-2)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libmusicbrainz5 (5.1.0-7 -> 5.1.0-9)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libodfgen (0.1.8-3 -> 0.1.8-4)
[2025-05-01T08:53:48-0400] [ALPM] upgraded libqalculate (5.5.2-1 -> 5.5.2-2)
[2025-05-01T08:53:48-0400] [ALPM] upgraded xmlsec (1.3.7-1 -> 1.3.7-2)
[2025-05-01T08:53:49-0400] [ALPM] upgraded libreoffice-fresh (25.2.2-2 -> 25.2.3-1)
[2025-05-01T08:53:49-0400] [ALPM] upgraded libreoffice-fresh-en-gb (25.2.2-1 -> 25.2.3-1)
[2025-05-01T08:53:49-0400] [ALPM] upgraded libreoffice-fresh-es (25.2.2-1 -> 25.2.3-1)
[2025-05-01T08:53:50-0400] [ALPM] upgraded libreoffice-fresh-fr (25.2.2-1 -> 25.2.3-1)
[2025-05-01T08:53:50-0400] [ALPM] upgraded libreoffice-fresh-he (25.2.2-1 -> 25.2.3-1)
[2025-05-01T08:53:50-0400] [ALPM] upgraded libreoffice-fresh-pt (25.2.2-1 -> 25.2.3-1)
[2025-05-01T08:53:50-0400] [ALPM] upgraded libvlc (3.0.21-17 -> 3.0.21-18)
[2025-05-01T08:53:50-0400] [ALPM] upgraded libxklavier (5.4-5 -> 5.4-6)
[2025-05-01T08:53:50-0400] [ALPM] upgraded libxml++2.6 (2.42.1-1 -> 2.42.3-2)
[2025-05-01T08:53:51-0400] [ALPM] upgraded linux (6.14.4.arch1-1 -> 6.14.4.arch1-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded linux-headers (6.14.4.arch1-1 -> 6.14.4.arch1-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded mlt (7.30.0-1 -> 7.30.0-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded netpbm (10.86.46-1 -> 10.86.46-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded stoken (0.92-4 -> 0.92-5)
[2025-05-01T08:53:53-0400] [ALPM] upgraded oath-toolkit (2.6.12-1 -> 2.6.12-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded openconnect (1:9.12-3 -> 1:9.12-4)
[2025-05-01T08:53:53-0400] [ALPM] upgraded networkmanager-openconnect (1.2.10-2 -> 1.2.10-3)
[2025-05-01T08:53:53-0400] [ALPM] upgraded nfsidmap (2.8.3-1 -> 2.8.3-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded nfs-utils (2.8.3-1 -> 2.8.3-2)
[2025-05-01T08:53:53-0400] [ALPM] upgraded noto-fonts-extra (1:2025.04.01-1 -> 1:2025.05.01-1)
[2025-05-01T08:53:54-0400] [ALPM] upgraded podofo (0.10.3-1 -> 0.10.4-2)
[2025-05-01T08:53:54-0400] [ALPM] upgraded postgresql-libs (17.4-1 -> 17.4-4)
[2025-05-01T08:53:54-0400] [ALPM] upgraded python-html5-parser (0.4.12-3 -> 0.4.12-4)
[2025-05-01T08:53:54-0400] [ALPM] upgraded qt5-webengine (5.15.18-6 -> 5.15.18-7)
[2025-05-01T08:53:54-0400] [ALPM] upgraded scribus (1.6.4-1 -> 1.6.4-2)
[2025-05-01T08:53:55-0400] [ALPM] upgraded vlc (3.0.21-17 -> 3.0.21-18)
[2025-05-01T08:53:55-0400] [ALPM] upgraded webkit2gtk (2.48.1-1 -> 2.48.1-2)
[2025-05-01T08:53:55-0400] [ALPM] upgraded webkit2gtk-4.1 (2.48.1-1 -> 2.48.1-2)
[2025-05-01T08:53:55-0400] [ALPM] upgraded wireshark-cli (4.4.6-1 -> 4.4.6-2)
[2025-05-01T08:53:56-0400] [ALPM] upgraded xed (3.8.2-1 -> 3.8.2-2)
[2025-05-01T08:53:56-0400] [ALPM] upgraded yt-dlp (2025.03.31-1 -> 2025.04.30-1)
[2025-05-01T08:53:56-0400] [ALPM] transaction completed
[2025-05-01T08:53:58-0400] [ALPM] running '20-systemd-sysusers.hook'...
[2025-05-01T08:53:58-0400] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-05-01T08:53:58-0400] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-05-01T08:53:59-0400] [ALPM] running '30-systemd-hwdb.hook'...
[2025-05-01T08:53:59-0400] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-05-01T08:53:59-0400] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-05-01T08:53:59-0400] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-05-01T08:54:00-0400] [ALPM] running '30-systemd-update.hook'...
[2025-05-01T08:54:00-0400] [ALPM] running '30-update-mime-database.hook'...
[2025-05-01T08:54:00-0400] [ALPM] running '60-depmod.hook'...
[2025-05-01T08:54:01-0400] [ALPM] running '80-cronie.hook'...
[2025-05-01T08:54:01-0400] [ALPM] running '90-kernel-install.hook'...
[2025-05-01T08:54:02-0400] [ALPM-SCRIPTLET] :: kernel-install installing kernel 6.14.4-arch1-2
[2025-05-01T08:54:03-0400] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --no-hostonly --force /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback 6.14.4-arch1-2
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-ask-password ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-battery-check ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-cryptsetup ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-journald ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-modules-load ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-pcrphase ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysctl ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-tmpfiles ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: modsign ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysusers ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'nobody' with GID 65534.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'audio' with GID 996.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'disk' with GID 995.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'input' with GID 994.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'kmem' with GID 993.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'kvm' with GID 992.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'lp' with GID 991.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'optical' with GID 990.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'render' with GID 989.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'sgx' with GID 988.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'storage' with GID 987.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'tty' with GID 5.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'uucp' with GID 986.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'video' with GID 985.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'users' with GID 984.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating group 'systemd-journal' with GID 983.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating user 'root' (Super User) with UID 0 and GID 0.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2025-05-01T08:54:05-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2025-05-01T08:54:06-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: nvdimm ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: pkcs11 ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: tpm2-tss ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: hwdb ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2025-05-01T08:54:08-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shell-interpreter ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2025-05-01T08:54:09-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2025-05-01T08:54:11-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback' ***
[2025-05-01T08:54:15-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback' done ***
[2025-05-01T08:54:15-0400] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd 6.14.4-arch1-2
[2025-05-01T08:54:17-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
[2025-05-01T08:54:17-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2025-05-01T08:54:17-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-ask-password ***
[2025-05-01T08:54:17-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-battery-check ***
[2025-05-01T08:54:17-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-cryptsetup ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-journald ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-modules-load ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-pcrphase ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysctl ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-tmpfiles ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysusers ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'nobody' with GID 65534.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'audio' with GID 996.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'disk' with GID 995.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'input' with GID 994.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'kmem' with GID 993.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'kvm' with GID 992.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'lp' with GID 991.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'optical' with GID 990.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'render' with GID 989.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'sgx' with GID 988.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'storage' with GID 987.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'tty' with GID 5.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'uucp' with GID 986.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'video' with GID 985.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'users' with GID 984.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating group 'systemd-journal' with GID 983.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating user 'root' (Super User) with UID 0 and GID 0.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2025-05-01T08:54:18-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: tpm2-tss ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shell-interpreter ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2025-05-01T08:54:20-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2025-05-01T08:54:21-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2025-05-01T08:54:21-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2025-05-01T08:54:21-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2025-05-01T08:54:21-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2025-05-01T08:54:22-0400] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2025-05-01T08:54:22-0400] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2025-05-01T08:54:22-0400] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2025-05-01T08:54:22-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2025-05-01T08:54:22-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2025-05-01T08:54:22-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd' ***
[2025-05-01T08:54:24-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd' done ***
[2025-05-01T08:54:24-0400] [ALPM] running '90-update-appstream-cache.hook'...
[2025-05-01T08:54:24-0400] [ALPM-SCRIPTLET] ✔ Metadata cache was updated successfully.
[2025-05-01T08:54:24-0400] [ALPM] running 'dbus-reload.hook'...
[2025-05-01T08:54:25-0400] [ALPM] running 'detect-old-perl-modules.hook'...
[2025-05-01T08:54:25-0400] [ALPM] running 'eos-reboot-required.hook'...
[2025-05-01T08:54:26-0400] [ALPM] running 'fontconfig.hook'...
[2025-05-01T08:54:26-0400] [ALPM] running 'fontconfig-32.hook'...
[2025-05-01T08:54:27-0400] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2025-05-01T08:54:27-0400] [ALPM] running 'glib-compile-schemas.hook'...
[2025-05-01T08:54:27-0400] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-05-01T08:54:27-0400] [ALPM] running 'rebuild-detector.hook'...
[2025-05-01T08:54:32-0400] [ALPM-SCRIPTLET] foreign librewolf-bin
[2025-05-01T08:54:32-0400] [ALPM-SCRIPTLET] foreign ungoogled-chromium-bin
[2025-05-01T08:54:32-0400] [ALPM-SCRIPTLET] foreign zoom
[2025-05-01T08:54:32-0400] [ALPM] running 'texinfo-install.hook'...
[2025-05-01T08:54:33-0400] [ALPM] running 'update-desktop-database.hook'...
[2025-05-01T08:54:33-0400] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2025-05-01T10:37:42-0400] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-05-01T10:37:42-0400] [PACMAN] synchronizing package lists
[2025-05-01T13:32:00-0400] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-05-01T13:32:00-0400] [PACMAN] synchronizing package lists
[2025-05-01T13:32:05-0400] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2025-05-01T13:32:05-0400] [PACMAN] synchronizing package lists
[2025-05-01T13:32:07-0400] [PACMAN] starting full system upgrade
[2025-05-01T13:32:34-0400] [ALPM] transaction started
[2025-05-01T13:32:34-0400] [ALPM] upgraded alsa-ucm-conf (1.2.14-1 -> 1.2.14-2)
[2025-05-01T13:32:35-0400] [ALPM] upgraded dracut (106-1 -> 107-1)
[2025-05-01T13:32:35-0400] [ALPM] upgraded firefox (138.0-1 -> 138.0.1-1)
[2025-05-01T13:32:36-0400] [ALPM] upgraded signal-desktop (7.52.0-1 -> 7.53.0-1)
[2025-05-01T13:32:36-0400] [ALPM] transaction completed
[2025-05-01T13:32:36-0400] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-05-01T13:32:36-0400] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-05-01T13:32:36-0400] [ALPM] running '30-systemd-update.hook'...
[2025-05-01T13:32:36-0400] [ALPM] running '90-kernel-install.hook'...
[2025-05-01T13:32:36-0400] [ALPM-SCRIPTLET] Running kernel-install for 6.14.4-arch1-2
[2025-05-01T13:32:38-0400] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --no-hostonly --force /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback 6.14.4-arch1-2
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-ask-password ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-battery-check ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-cryptsetup ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-journald ***
[2025-05-01T13:32:39-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-modules-load ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-pcrphase ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysctl ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-tmpfiles ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: modsign ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2025-05-01T13:32:40-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: nvdimm ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: pkcs11 ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: tpm2-tss ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: hwdb ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2025-05-01T13:32:42-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shell-interpreter ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysusers ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2025-05-01T13:32:43-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2025-05-01T13:32:45-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback.tmp' ***
[2025-05-01T13:32:48-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback.tmp' done ***
[2025-05-01T13:32:48-0400] [ALPM-SCRIPTLET] dracut[I]: *** Moving image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback.tmp' to '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback' ***
[2025-05-01T13:32:48-0400] [ALPM-SCRIPTLET] dracut[I]: *** Moving image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback.tmp' to '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd-fallback' done ***
[2025-05-01T13:32:48-0400] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd 6.14.4-arch1-2
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-ask-password ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-battery-check ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-cryptsetup ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-journald ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-modules-load ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-pcrphase ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysctl ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-tmpfiles ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2025-05-01T13:32:50-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2025-05-01T13:32:51-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: tpm2-tss ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: hwdb ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2025-05-01T13:32:52-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shell-interpreter ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysusers ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2025-05-01T13:32:53-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2025-05-01T13:32:54-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2025-05-01T13:32:55-0400] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2025-05-01T13:32:55-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd.tmp' ***
[2025-05-01T13:32:57-0400] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd.tmp' done ***
[2025-05-01T13:32:57-0400] [ALPM-SCRIPTLET] dracut[I]: *** Moving image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd.tmp' to '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd' ***
[2025-05-01T13:32:57-0400] [ALPM-SCRIPTLET] dracut[I]: *** Moving image file '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd.tmp' to '/efi/c226c0b49cbe490dbf815d92f510183b/6.14.4-arch1-2/initrd' done ***
[2025-05-01T13:32:57-0400] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-05-01T13:32:57-0400] [ALPM] running 'rebuild-detector.hook'...
[2025-05-01T13:32:58-0400] [ALPM] running 'update-desktop-database.hook'...
Actually, I just looked, there isn’t one in there.
Hmm…why is it trying to mount /efi
if it is not in /etc/fstab
. It is the systemd automount generator trying to mount it?
Trying uncommenting it and adding noauto
in addition to nofail
Then run dracut-rebuild
Would removing the boot,esp flag prevent this?
On a second thought, perhaps this has nothing to do systemd automount. The entry in fstab should be the relevant thing.
I tried this- unccomented and added the new option noauto as instructed, then rebuilt the kernel. Unfortunately it has failed to boot again in the same way, not because of the /EFI not mounting, but with all the rest of the same error messages. See here:
I am running out of ideas here. You could try completely rebuilding the ESP as @cactux suggested.
Basically:
- Format it
- Mount it at
/efi
in the chroot - Run
bootctl install
- Run
reinstall-kernels
Also, just to double-check, you are using arch-chroot
to create you chroots, right?
Perhaps also update the /etc/fstab with the new UUID for the new ESP.
Ok, will try all of that but it might take me a little bit. And yes, I’m using arch-chroot.
Thanks again for all your help, appreciated even if we haven’t had success yet.
Ok, I have follows the instructions here. Unfortunately, it still ran into the same issue when trying to boot. Here’s what I did:
- Formatted the ESP partition with gparted
- Mounted it at /efi in the chroot
- Ran
bootctl install
in the chroot and got this:
[root@EndeavourOS /]# bootctl install
Created "/efi/EFI".
Created "/efi/EFI/systemd".
Created "/efi/EFI/BOOT".
Created "/efi/loader".
Created "/efi/loader/keys".
Created "/efi/loader/entries".
Created "/efi/EFI/Linux".
Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/efi/EFI/systemd/systemd-bootx64.efi".
Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/efi/EFI/BOOT/BOOTX64.EFI".
⚠ Mount point '/efi' which backs the random seed file is world accessible, which is a security hole! ⚠
⚠ Random seed file '/efi/loader/.#bootctlrandom-seed372eb302744ac36b' is world accessible, which is a security hole! ⚠
Random seed file /efi/loader/random-seed successfully written (32 bytes).
- Ran
reinstall-kernels
- checked the
/etc/fstab
and made sure the new UUID for the ESP was in there (thanks @cactux)
Yet still the same issue persists. I assume a fresh install is the best way forward now?
I don’t have any other ideas unfortunately.
show output of efibootmgr
and also in your BIOS/UEFI make sure CSM is disabled !!!