You are not logged in.
Today I upgraded my system (last update was November 30th) and after building the default initramfs for kernel 5.4.85-1-lts, the build for fallback failed with
==> Starting build: 5.4.85-1-lts
-> Running build hook: [base]
/usr/lib/initcpio/functions: line 488: 152578 Segmentation fault ln -sfn "$target" "$BUILDROOT$name".
I'm using dkms for the latest nvidia driver. I can't even Ctrl-C pacman, it just prints Interrupt signal received and continues to hang. Also I'm not using the lts kernel, I'm on 5.9.10 and (if pacman wouldn't hang) want to upgrade to 5.9.14.
I'm wondering why the default build with the lts kernel would work and the fallback crashes? It's the exact same version.
Last edited by parkour_peter (2020-12-24 13:35:58)
Offline
pacman -Qs linux
ls /bootOffline
I was not able to reproduce the issue after a reboot. I manually triggered a rebuild of linux-lts and everything went through without a problem. So this can probably be marked as solved?
Still, thank you seth. Here is the output of these commands:
$ pacman -Qs linux
local/alsa-lib 1.2.4-3
An alternative implementation of Linux sound support
local/alsa-utils 1.2.4-2
Advanced Linux Sound Architecture - Utilities
local/arch-install-scripts 23-2
Scripts to aid in installing Arch Linux
local/archlinux-appstream-data 20201223-1
Arch Linux application database for AppStream-based software centers
local/archlinux-keyring 20201210-1
Arch Linux PGP keyring
local/arm-linux-gnueabi-binutils 2.32-1
A set of programs to assemble and manipulate binary and object files for the ARM target
local/arm-linux-gnueabi-gcc 9.2.0-1
The GNU Compiler Collection - cross compiler for ARM target
local/avahi 0.8+15+ge8a3dd0-3
Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/base 2-2
Minimal package set to define a basic Arch Linux installation
local/bridge-utils 1.7-1
Utilities for configuring the Linux ethernet bridge
local/brltty 6.1-5
Braille display driver for Linux/Unix
local/efibootmgr 17-2
Linux user-space application to modify the EFI Boot Manager
local/filesystem 2020.09.03-1
Base Arch Linux files
local/iptables 1:1.8.6-1
Linux kernel packet control tool (using legacy interface)
local/kdenlive 20.12.0-1 (kde-applications kde-multimedia)
A non-linear video editor for Linux using the MLT video framework
local/keyutils 1.6.3-1
Linux Key Management Utilities
local/kmod 27-2
Linux kernel module management tools and library
local/ladspa 1.15-2
Linux Audio Developer's Simple Plugin API (LADSPA)
local/lib32-alsa-lib 1.2.4-2
An alternative implementation of Linux sound support (32 bit)
local/lib32-keyutils 1.6.3-1
Linux Key Management Utilities (32-bit)
local/lib32-libxshmfence 1.3-2
a library that exposes a event API on top of Linux futexes (32-bit)
local/lib32-util-linux 2.36.1-1
Miscellaneous system utilities for Linux (32-bit)
local/lib32-v4l-utils 1.20.0-1
Userspace tools and conversion library for Video 4 Linux (32-bit)
local/libaio 0.3.112-2
The Linux-native asynchronous I/O facility (aio) library
local/libiec61883 1.2.0-6
A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394
local/libimobiledevice 1.3.0-3
Library that talks the protocols to support iPhone and iPod Touch devices on Linux
local/libraw1394 2.1.2-3
Provides an API to the Linux IEEE1394 (FireWire) driver
local/liburing 0.7-2
Linux-native io_uring I/O access library
local/libva 2.10.0-1
Video Acceleration (VA) API for Linux
local/libxshmfence 1.3-2
a library that exposes a event API on top of Linux futexes
local/linux 5.9.14.arch1-1
The Linux kernel and modules
local/linux-api-headers 5.8-1
Kernel headers sanitized for use in userspace
local/linux-firmware 20201218.646f159-1
Firmware files for Linux
local/linux-headers 5.9.14.arch1-1
Headers and scripts for building modules for the Linux kernel
local/linux-lts 5.4.85-1
The LTS Linux kernel and modules
local/linux-lts-headers 5.4.85-1
Headers and scripts for building modules for the LTS Linux kernel
local/lirc 1:0.10.1-8
Linux Infrared Remote Control utilities
local/man-pages 5.10-1
Linux man pages
local/mdadm 4.1-2
A tool for managing/monitoring Linux md device arrays, also known as Software RAID
local/mplayer 38157-3
Media player for Linux
local/ndctl 71.1-1
Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
local/pacman-mirrorlist 20201205-1
Arch Linux mirror list for use by pacman
local/perf 5.10-2 (linux-tools)
Linux kernel performance auditing tool
local/playonlinux 4.3.4-3
GUI for managing Windows programs under linux
local/python-distro 1.5.0-3
Linux OS platform information API
local/python-evdev 1.3.0-3
Python bindings for the Linux input subsystem
local/python2-distro 1.5.0-3
Linux OS platform information API
local/util-linux 2.36.1-4
Miscellaneous system utilities for Linux
local/util-linux-libs 2.36.1-4
util-linux runtime libraries
local/v4l-utils 1.20.0-1
Userspace tools and conversion library for Video 4 Linux$ ls /boot
amd-ucode.img initramfs-linux.img initramfs-linux-lts.img vmlinuz-linux
initramfs-linux-fallback.img initramfs-linux-lts-fallback.img refind_linux.conf vmlinuz-linux-ltsOffline