You are not logged in.
Hi, Arch community. I am new to Arch as well as this forum and I got stuck after upgrading: I cannot enter passphrase to decipher my disks at the LUKS decryption prompt, keystrokes has no response except that I can press CapsLock to toggle the indicator light. The real issue may be related to initramfs since there are errors during the mkinitcpio process.
Before going straight to the big trouble I am facing today, I'd like to explain the scenario in short. I made my first arch-installation back to just 10 days ago, and I tried LUKS encryption using btrfs filesystem on my laptop SSD. I am dual booting with Windows 11 and followed the guides so I had disabled secure boot and fast startup, some weird network issues occurred (and they are still there today btw, I can curl, install packages and surf normally but ping always fail), all seemed to work just fine until I was confident to boot the new system. I unpluged my USB boot medium, reboot, and as LUKS decryption prompt show up, I found the keystrokes not working, none of the keys could make something change on the screen, so I had to press the power button and chose to boot from USB drive, browse tons of posts, make some modifications on the MODULES and HOOKS in /etc/mkinitcpio.conf, finally it worked.
Today I upgraded the system and after reboot, the seemingly same problem occurred. I did almostly the same, trying to get it working by chroot from a USB drive, adding items at MODULES line and swapping positions on the HOOKS line, but it failed. I redownloaded old packages from the archive site and reinstalled the related ones, but still in vain. I found some people here in the forum met with LUKS troubles because of btrfs, but it seems not to be the problem here.
For your information, here is my MODULES and HOOKS line:
MODULES=(atkbd hid hid_generic i2c_hid intel_hid dm_mod dm_crypt i8042 usbhid xhci_hcd ehci_pci serio serio_raw i915)
HOOKS=(base udev keyboard keymap consolefont autodetect microcode modconf kms block encrypt lvm2 filesystems resume fsck)The mkinitcpio -P command failed, it says possibly missing firmware for some modules and that no fsck helpers found fsck will not be run on boot. . details (this is when i was downgrading package nvidia-open and nvidia-utils:
:: Running post-transaction hooks...
(1/8) Creating system user accounts...
(2/8) Reloading system manager configuration...
Skipped: Running in chroot.
(3/8) Restarting marked services...
Skipped: Running in chroot.
(4/8) Reloading device manager configuration...
Skipped: Running in chroot.
(5/8) Arming ConditionNeedsUpdate...
(6/8) Updating module dependencies...
(7/8) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
==> Starting build: '6.12.16-1-lts'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [encrypt]
==> WARNING: Possibly missing firmware for module: 'qat_420xx'
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [resume]
-> Running build hook: [fsck]
==> WARNING: No fsck helpers found. fsck will not be run on boot.
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
==> Starting build: '6.12.16-1-lts'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
-> Running build hook: [encrypt]
==> WARNING: Possibly missing firmware for module: 'qat_420xx'
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [resume]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
==> Starting build: '6.13.4-arch1-1'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [encrypt]
==> WARNING: Possibly missing firmware for module: 'qat_420xx'
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [resume]
-> Running build hook: [fsck]
==> WARNING: No fsck helpers found. fsck will not be run on boot.
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: '6.13.4-arch1-1'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
-> Running build hook: [encrypt]
==> WARNING: Possibly missing firmware for module: 'qat_420xx'
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [resume]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
error: command failed to execute correctly
(8/8) Reloading system bus configuration...
Skipped: Running in chroot.
[root@archiso packages-before-2025-03-02]# fish
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
root@archiso ~/packages-before-2025-03-02# mkinitcpio -Plsblk:
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 824.9M 1 loop
sda 8:0 1 57.3G 0 disk
└─sda1 8:1 1 57.3G 0 part
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 260M 0 part
├─nvme0n1p2 259:2 0 16M 0 part
├─nvme0n1p3 259:3 0 200G 0 part
├─nvme0n1p4 259:4 0 274.7G 0 part
└─nvme0n1p5 259:5 0 2G 0 part
nvme1n1 259:6 0 953.9G 0 disk
├─nvme1n1p1 259:7 0 1G 0 part /boot
├─nvme1n1p2 259:8 0 66G 0 part
│ └─cryptlvm 254:0 0 66G 0 crypt
│ ├─vg0-swap 254:1 0 16G 0 lvm
│ └─vg0-root 254:2 0 50G 0 lvm /
└─nvme1n1p3 259:9 0 886.9G 0 part
└─crypthome 254:3 0 886.9G 0 crypt /homeThe failed upgrade (that ruined it all) logs:
# grep -F '[2025-03-02' /var/log/pacman.log | less
[2025-03-02T10:56:53+0800] [PACMAN] Running 'pacman -Syu --needed tldr'
[2025-03-02T10:56:53+0800] [PACMAN] synchronizing package lists
[2025-03-02T10:56:54+0800] [PACMAN] starting full system upgrade
[2025-03-02T11:00:22+0800] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-03-02T11:00:23+0800] [ALPM] transaction started
[2025-03-02T11:00:23+0800] [ALPM] installed python-shtab (1.7.1-3)
[2025-03-02T11:00:23+0800] [ALPM] installed python-colorama (0.4.6-5)
[2025-03-02T11:00:23+0800] [ALPM] installed python-termcolor (2.5.0-1)
[2025-03-02T11:00:23+0800] [ALPM] installed tldr (3.3.0-2)
[2025-03-02T11:00:23+0800] [ALPM] upgraded device-mapper (2.03.30-1 -> 2.03.31-1)
[2025-03-02T11:00:23+0800] [ALPM] upgraded fish (3.7.1-2 -> 4.0.0-2)
[2025-03-02T11:00:23+0800] [ALPM] upgraded grub (2:2.12.r212.g4dc616657-2 -> 2:2.12.r226.g56ccc5ed-1)
[2025-03-02T11:00:23+0800] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2025-03-02T11:00:23+0800] [ALPM-SCRIPTLET] to install it to the MBR or UEFI. Due to potential configuration
[2025-03-02T11:00:23+0800] [ALPM-SCRIPTLET] incompatibilities, it is advised to run both, installation and generation
[2025-03-02T11:00:23+0800] [ALPM-SCRIPTLET] of configuration:
[2025-03-02T11:00:23+0800] [ALPM-SCRIPTLET] # grub-install ...
[2025-03-02T11:00:23+0800] [ALPM-SCRIPTLET] # grub-mkconfig -o /boot/grub/grub.cfg
[2025-03-02T11:00:23+0800] [ALPM] upgraded harfbuzz (10.3.0-1 -> 10.4.0-1)
[2025-03-02T11:00:23+0800] [ALPM] upgraded harfbuzz-icu (10.3.0-1 -> 10.4.0-1)
[2025-03-02T11:00:23+0800] [ALPM] upgraded lazygit (0.47.2-1 -> 0.48.0-1)
[2025-03-02T11:00:23+0800] [ALPM] upgraded libnm (1.50.2-1 -> 1.50.3-1)
[2025-03-02T11:00:24+0800] [ALPM] upgraded linux (6.13.4.arch1-1 -> 6.13.5.arch1-1)
[2025-03-02T11:00:25+0800] [ALPM] upgraded linux-lts (6.12.16-1 -> 6.12.17-1)
[2025-03-02T11:00:27+0800] [ALPM] upgraded linux-lts-headers (6.12.16-1 -> 6.12.17-1)
[2025-03-02T11:00:27+0800] [ALPM] upgraded lvm2 (2.03.30-1 -> 2.03.31-1)
[2025-03-02T11:00:27+0800] [ALPM] upgraded networkmanager (1.50.2-1 -> 1.50.3-1)
[2025-03-02T11:00:27+0800] [ALPM] upgraded noto-fonts (1:2025.02.01-1 -> 1:2025.03.01-1)
[2025-03-02T11:00:28+0800] [ALPM] upgraded noto-fonts-extra (1:2025.02.01-1 -> 1:2025.03.01-1)
[2025-03-02T11:00:28+0800] [ALPM] upgraded spirv-tools (2024.4.rc2-1 -> 1:1.4.304.1-2)
[2025-03-02T11:00:30+0800] [ALPM] upgraded nvidia-utils (570.86.16-2 -> 570.124.04-1)
[2025-03-02T11:00:30+0800] [ALPM] upgraded nvidia-open (570.86.16-9 -> 570.124.04-2)
[2025-03-02T11:00:30+0800] [ALPM] upgraded pnpm (10.5.1-1 -> 10.5.2-1)
[2025-03-02T11:00:30+0800] [ALPM] upgraded sdl2-compat (2.32.50-1 -> 2.32.50-2)
[2025-03-02T11:00:30+0800] [ALPM] upgraded vulkan-headers (1:1.4.303-1 -> 1:1.4.304.1-2)
[2025-03-02T11:00:30+0800] [ALPM] upgraded vulkan-icd-loader (1.4.303-1 -> 1.4.304.1-1)
[2025-03-02T11:00:30+0800] [ALPM] transaction completed
[2025-03-02T11:00:31+0800] [ALPM] running '20-systemd-sysusers.hook'...
[2025-03-02T11:00:31+0800] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-03-02T11:00:31+0800] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-03-02T11:00:31+0800] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-03-02T11:00:32+0800] [ALPM] running '30-systemd-update.hook'...
[2025-03-02T11:00:32+0800] [ALPM] running '60-depmod.hook'...
[2025-03-02T11:00:35+0800] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-03-02T11:00:36+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2025-03-02T11:00:36+0800] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-03-02T11:00:36+0800] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
[2025-03-02T11:00:36+0800] [ALPM-SCRIPTLET] ==> Starting build: '6.12.17-1-lts'
[2025-03-02T11:00:36+0800] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-03-02T11:00:36+0800] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-03-02T11:00:37+0800] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-03-02T11:00:37+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-03-02T11:00:38+0800] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-03-02T11:00:38+0800] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-03-02T11:00:38+0800] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-03-02T11:00:38+0800] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-03-02T11:00:38+0800] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-03-02T11:00:38+0800] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-03-02T11:00:42+0800] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-03-02T11:00:43+0800] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
[2025-03-02T11:00:44+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qat_420xx'
[2025-03-02T11:00:44+0800] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
[2025-03-02T11:00:44+0800] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-03-02T11:00:44+0800] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2025-03-02T11:00:44+0800] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-03-02T11:00:44+0800] [ALPM-SCRIPTLET] ==> WARNING: No fsck helpers found. fsck will not be run on boot.
[2025-03-02T11:00:45+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-03-02T11:00:45+0800] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] ==> Starting build: '6.12.17-1-lts'
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-03-02T11:00:47+0800] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-03-02T11:00:48+0800] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-03-02T11:00:48+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-03-02T11:00:49+0800] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-03-02T11:00:49+0800] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-03-02T11:00:49+0800] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-03-02T11:00:49+0800] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-03-02T11:00:49+0800] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-03-02T11:00:52+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-03-02T11:00:57+0800] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-03-02T11:00:58+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-03-02T11:00:58+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-03-02T11:00:58+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-03-02T11:00:58+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-03-02T11:00:58+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-03-02T11:00:58+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-03-02T11:01:00+0800] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
[2025-03-02T11:01:01+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qat_420xx'
[2025-03-02T11:01:01+0800] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
[2025-03-02T11:01:01+0800] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-03-02T11:01:02+0800] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2025-03-02T11:01:02+0800] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-03-02T11:01:05+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-03-02T11:01:05+0800] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
[2025-03-02T11:01:07+0800] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] ==> Starting build: '6.13.5-arch1-1'
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-03-02T11:01:08+0800] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-03-02T11:01:09+0800] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-03-02T11:01:09+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-03-02T11:01:10+0800] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-03-02T11:01:10+0800] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-03-02T11:01:10+0800] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-03-02T11:01:10+0800] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-03-02T11:01:10+0800] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-03-02T11:01:10+0800] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-03-02T11:01:14+0800] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-03-02T11:01:14+0800] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
[2025-03-02T11:01:15+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qat_420xx'
[2025-03-02T11:01:15+0800] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
[2025-03-02T11:01:16+0800] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-03-02T11:01:16+0800] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2025-03-02T11:01:16+0800] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-03-02T11:01:16+0800] [ALPM-SCRIPTLET] ==> WARNING: No fsck helpers found. fsck will not be run on boot.
[2025-03-02T11:01:16+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-03-02T11:01:17+0800] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-03-02T11:01:18+0800] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2025-03-02T11:01:18+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-03-02T11:01:18+0800] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-03-02T11:01:18+0800] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-03-02T11:01:18+0800] [ALPM-SCRIPTLET] ==> Starting build: '6.13.5-arch1-1'
[2025-03-02T11:01:18+0800] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-03-02T11:01:19+0800] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-03-02T11:01:19+0800] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-03-02T11:01:19+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-03-02T11:01:20+0800] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-03-02T11:01:20+0800] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-03-02T11:01:20+0800] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-03-02T11:01:20+0800] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-03-02T11:01:20+0800] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-03-02T11:01:22+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-03-02T11:01:27+0800] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-03-02T11:01:28+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-03-02T11:01:28+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-03-02T11:01:29+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-03-02T11:01:29+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-03-02T11:01:29+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-03-02T11:01:29+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-03-02T11:01:30+0800] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
[2025-03-02T11:01:31+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qat_420xx'
[2025-03-02T11:01:31+0800] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
[2025-03-02T11:01:32+0800] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-03-02T11:01:32+0800] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2025-03-02T11:01:33+0800] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-03-02T11:01:35+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-03-02T11:01:35+0800] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-03-02T11:01:38+0800] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-03-02T11:01:38+0800] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-03-02T11:01:38+0800] [ALPM] running 'dbus-reload.hook'...
[2025-03-02T11:01:39+0800] [ALPM] running 'fontconfig.hook'...
[2025-03-02T11:01:39+0800] [ALPM] running 'texinfo-install.hook'...
[2025-03-02T11:01:39+0800] [ALPM] running 'update-desktop-database.hook'...
[2025-03-02T11:02:01+0800] [PACMAN] Running 'pacman -Syu --needed tldr'
[2025-03-02T11:02:01+0800] [PACMAN] synchronizing package lists
[2025-03-02T11:02:01+0800] [PACMAN] starting full system upgrade
[2025-03-02T11:02:04+0800] [PACMAN] Running 'pacman -Syu --needed tldr'
[2025-03-02T11:02:04+0800] [PACMAN] synchronizing package lists
[2025-03-02T11:02:05+0800] [PACMAN] starting full system upgradeThe list of old packages to which I have downgraded:
device-mapper-2.03.30-1-x86_64.pkg.tar.zst harfbuzz-10.3.0-1-x86_64.pkg.tar.zst linux-6.13.4.arch1-1-x86_64.pkg.tar.zst linux-lts-headers-6.12.16-1-x86_64.pkg.tar.zst nvidia-open-570.86.16-9-x86_64.pkg.tar.zst
grub-2_2.12.r212.g4dc616657-2-x86_64.pkg.tar.zst harfbuzz-icu-10.3.0-1-x86_64.pkg.tar.zst linux-lts-6.12.16-1-x86_64.pkg.tar.zst lvm2-2.03.30-1-x86_64.pkg.tar.zst nvidia-utils-570.86.16-2-x86_64.pkg.tar.zstIt would be helpful if you can give some suggestions on how I should do next...
Last edited by Cosirli (2025-03-02 09:25:54)
Offline