System not booting after running out of space during update

I had not updated my laptop in a while, did that today (pamac update), and promptly ran out of disk space in the process. Unfortunately, I had no idea that this was happening, as I was running on TTY3, and only noticed that something was wrong when I was asked for my root password by pamac towards the end, and immediately got an error about my password being invalid, before even touching the keyboard.

I re-started the process, got the same situation (asks for password, immediately quits), and then I rebooted in the hopes that this could solve anything. I could have known, of course, but did not.

Now the only thing I see after leaving grub is a black screen. The laptop still reboots on ctrl+alt+delete, and I’ve managed to boot into a current Manjaro image.

Following this thread, I worked out that disk space was the issue, deleted some 30 GiB but still can’t boot
I’ve also used manjaro-chroot to rerun pacman update, but it found nothing to update.
I suspect, however, that some packages did not install as they should, since I can see a message about running out of disk space in the journal which is almost 30 minutes older than the last entry in pacman.log.

I’ve so far not tried to rerun pamac update since it serves me a warning against running it as root, and I haven’t managed to run it as another user, after manjaro-chroot – although I suspect that it wouldn’t help me with the boot problem, either.

I’ve also tried changing target runlevel in grub, with no visible effect. All later attempts at starting the system have not managed to produce anything that journalctl can show me.

I’ve tried running mkinitcpio -P for good measure in case the initramfs was damaged, also with no visible effect.

So, what now?
I suppose I could reinstall the whole thing (fortunately, all user data is backed up), though that’s a lot of work which I’d rather avoid. I expect that some package/configuration became badly mangled during the accident, but I’ve no idea where to start looking, since the early boot process is not something I usually mess with.

Please, supply full system information, use inxi -zv8

Paste the terminal output using the </> button.

2 Likes

Possible causes…:backhand_index_pointing_down:

  1. Too many old packages in the package cache under /var/cache/pacman/pkg. Better clean that out completely.

  2. Too many btrfs snapshots. Remove most of them. You probably ran out of space if you have timeshift-autosnap-manjaro installed, which by default creates a snapshot both before and after an update.

Regardless of which of the two causes applies, you probably also no longer have a kernel installed, and thus no way to boot.

This is the result of how the update procedure works. Once the packages are downloaded but before the updates are applied, the kernel(s) and initramfs are deleted, and only at the end of the update procedure, they are recreated and the boot loader gets updated to point to the new kernel(s).

Advice… :backhand_index_pointing_down:

Manjaro is a (curated) rolling-release distribution and should be kept up-to-date. If you cannot (or won’t) do that, then you would be better off running a so-called point-release distribution.

Tips… :backhand_index_pointing_down:

4 Likes

/var/log/pacman.log will give you some indication of what did or didn’t install.

Do not forget to balance the btrfs after deleting stuff, if you’re using this filesystem. Then - repeat the update, you might need to manually install kernel from chroot too. Pretty much everything is in the above links.

There’s a lot to be said for keeping the pamac cache on a separate filesystem to the root partition. That way your root should be far less likely to run out of space during an update.

2 Likes

Also, compiling (or is this different from ā€œbuildingā€ ?) can eat up a LOT of space temporarily. Many AUR-packages need to be, so if you have those, it might be the reason.

2 Likes

The update process normally checks before the update whether there is enough space to install all packages cleanly. Therefore, this is usually not the cause.

However, if AUR packages are also being updated ā€œat the same time,ā€ then, understandably, there is no reliable way for this process to test the disk space usage during the installation. This can very well lead to the installation of an AUR package failing (without cleanup).

A system that is 100% full often can’t even boot properly.

To be able to offer advice, it is then essential to know the system configuration. (inxi -czv8)

:footprints:

In this case, you should definitely not use pamac, but pacman !!!

2 Likes

You probably think my question is stupid: Have you tried selecting a deeper line in the Grub menu for an older kernel? That helped me once after an update.

Since the thread is now 2 days old and no system information is available yet, it will be hidden. As soon as system information (or other reasonable answers) is available, this thread will be made visible again.

The partition runs on ext4, and I had too much old crap lying around that I meant to clean up. I’ve deleted 30GiB of that old crap.

Telling me to go away and use something else is particularly bad form.

Yes, that would explain why it even ran into that state without warning me first…

As I stated in the first post, I’ve deleted 30 GiB worth of crap, so missing space is no longer the issue.

Whoah, that’s a lot of stuff! …I have no time today, will produce that tomorrow.

Thanks for confirming.

Also, SCNR:

1 Like

Yes, tried it. The result is the same, unfortunately.

That is not what I’ve said to you, so please don’t put any words into my mouth.

If your comment is about the essay I wrote, then you seem to have unfortunately missed all the other information in there, about keeping your system up-to-date and well-maintained.

@Mr_Teatime

Please supply the system information that was requested in the first response.

as stated by @andreas85

As soon as system information (or other reasonable answers) is available, this thread will be made visible again.

So fix the interrupted update. The link was in @Aragorn’s post, but here it is again.

3 Likes

Okay, I acknowledge that you’re probably dealing with a lot of similar requests and were copy/pasting a decent part of your post. Fair enough.
Thing is: The first part dealt with how/or why my disk would have been full. I know why my disk was full, and I had dealt with it before writing my post, and mentioned that the space issue was fixed.

The ā€œAdviceā€ section can, depending on current mood, be paraphrased as ā€œdude, if you can’t keep accidents like this from happening, what are you doing with Manjaro?ā€ You probably didn’t mean it that way. However, that’s how it sounded to me. I’ve been using Manjaro for about seven years now, on several devices, I know what pacnew files are, I have a ventoy USB drive to hand at all times, and ā€œare you sure this is the distro you want to use, because maybe you didn’t realize it needs maintenanceā€ … that sort of advice acquires a certain tone in that context.

Whatever. You didn’t have that context, and it’s not like I always hit the best possible note. We’re all humans around here, it seems.

Back to technical issues
I’ve actually read through most of the posts on recovering from broken updates, before posting here, and the only thing I had not tried was the update-grub line from one of the posts you linked. The command ran through without any warnings or errors, but unfortunately, did not change the situation in any visible way.

Pacman still believes that everything was up to date (only updated Signal today), and that’s basically it.

I’m also fantastically pressed for time these days, so please excuse delays between replies. I’m still there, just not able to spend much time fixing this computer.

Coming up: the whole epic inxi dump…

1 Like

Be aware that update-grub is only a script that effectively updates the GRUB configuration. It should normally be used after using grub-install or install-grub, or modifying /etc/default/grub, for example.

On it’s own, without using it in an appropriate context, it does very little, and so if it

that’s not entirely unexpected. :slight_smile:


:point_down: We’re still waiting for the requested system information:


[Mini-HowTo] Provide System Information

Basic details provided by *-fetch type apps might give enough information for someone wishing to buy a computer, however, for Support purposes it’s best to ask your system directly.

Output of the inxi command will generate more useful and detailed information for those who may wish to help:


Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)

Command output should be presented as pre-formatted text in accordance with forum guidelines. :eyes:


Running inxi within a chroot environment

  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0

Your privacy is respected


Okay, here goes the system info dump:

I wish there was a way to fold this, and I don’t quite get why ā€œ12ā€ appears everywhere throughout the output. This happens only in the chroot environment, not when running it directly after booting.

Other potentially-relevant info: I can’t boot the Manjaro image via Ventoy using the ā€œnormal bootā€ option, but have to use the ā€œgrub2ā€ option.

[manjaro /]# inxi -czv8
System:
  Kernel: 6.18.8-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.2.1 clocksource: tsc
    avail: acpi_pm parameters: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=us tz=UTC
    lang=en_US keytable=us tz=Europe/Amsterdam lang=en_US keytable=de tz=Europe/Amsterdam
    misobasedir=manjaro misolabel=MANJARO_KDE_2602 quiet systemd.show_status=1 splash driver=free
    nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 rdinit=/vtoy/vtoy
  Desktop: KDE Plasma v: ERR-101 tk: Qt v: N/A dm: N/A Distro: Manjaro base: Arch Linux
Machine:
  Type: Convertible System: Dell product: Inspiron 7591 2n1 v: N/A serial: <filter> Chassis:
    type: 31 serial: <filter>
  Mobo: Dell model: 041FKY v: A00 serial: <filter> part-nu: 0950
    uuid: 4c4c4544-0030-4310-8050-b8c04f4d5732 Firmware: UEFI vendor: Dell v: 1.7.0 date: 07/10/2020
Battery:
  ID-1: BAT0 charge: 34.8 Wh (85.7%) condition: 40.7/51 Wh (79.7%) volts: 11.93 min: 11.4
    model: LGC-LGC4.474 DELL 49HG801 type: Li-ion serial: <filter> charging: status: discharging
    control: start: 60% end: 90% type: custom avail: adaptive,custom,fast,standard,trickle
    cycles: N/A
Memory:
  System RAM: total: 24 GiB available: 23.25 GiB used: 2.32 GiB (10.0%) igpu: 64 MiB
  Array-1: capacity: 32 GiB slots: 2 modules: 2 EC: None max-module-size: 16 GiB note: est.
  Device-1: DIMM A type: DDR4 detail: synchronous size: 8 GiB speed: spec: 2667 MT/s
    actual: 2400 MT/s volts: curr: 1.2 width (bits): data: 64 total: 64 manufacturer: SK Hynix
    part-no: HMA81GS6DJR8N-VK serial: <filter>
  Device-2: DIMM B type: DDR4 detail: synchronous size: 16 GiB speed: 2400 MT/s volts: curr: 1.2
    width (bits): data: 64 total: 64 manufacturer: Crucial part-no: BLS16G4S26BFSD.16FD
    serial: <filter>
PCI Slots:
  Slot: 0 type: PCIe status: in use length: long volts: 3.3 bus-ID: 00:1c.0 children: 1: 01:00.0
    class-ID: 0604 type: bridge children: 1: 02:00.0 class-ID: 0604 type: bridge children: 1: 03:00.0
    class-ID: 0880 type: peripheral 2: 02:01.0 class-ID: 0604 type: bridge 3: 02:02.0
    class-ID: 0604 type: bridge children: 1: 3b:00.0 class-ID: 0c03 type: serialbus
  Slot: 1 type: PCIe gen: 1 status: available length: long volts: 3.3 bus-ID: 00:1c.1
  Slot: 2 type: PCIe gen: 2 status: available length: long volts: 3.3 bus-ID: 00:1c.2
  Slot: 3 type: PCIe gen: 3 status: available length: long volts: 3.3 bus-ID: 00:1c.3
  Slot: 4 type: PCIe gen: 4 status: available length: long volts: 3.3 bus-ID: 00:1c.4
  Slot: 5 type: PCIe gen: 5 status: available length: long volts: 3.3 bus-ID: 00:1c.5
  Slot: 6 type: PCIe gen: 6 status: available length: long volts: 3.3 bus-ID: 00:1c.6
CPU:
  Info: model: Intel Core i7-10510U socket: BGA1528 bits: 64 type: MT MCP arch: Comet/Whiskey Lake
    note: check gen: core 10 level: v3 note: check built: 2018 process: Intel 14nm family: 6
    model-id: 0x8E (142) stepping: 0xC (12) microcode: 0x100
  Topology: cpus: 1x dies: 1 clusters: 4 cores: 4 threads: 8 tpc: 2 smt: enabled cache:
    L1: 256 KiB desc: d-4x32 KiB; i-4x32 KiB L2: 1024 KiB desc: 4x256 KiB L3: 8 MiB desc: 1x8 MiB
  Speed (MHz): avg: 400 min/max: 400/4900 base/boost: 2673/2300 scaling: driver: intel_pstate
    governor: powersave volts: 0.7 V ext-clock: 100 MHz cores: 1: 400 2: 400 3: 400 4: 400 5: 400
    6: 400 7: 400 8: 400 bogomips: 36799
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_capabilities arch_perfmon art
    avx avx2 bmi1 bmi2 bts clflush clflushopt cmov constant_tsc cpuid cpuid_fault cx16 cx8 de
    ds_cpl dtes64 dtherm dts epb ept ept_ad erms est f16c flexpriority flush_l1d fma fpu fsgsbase
    fxsr ht hwp hwp_act_window hwp_epp hwp_notify ibpb ibrs ibrs_enhanced ida intel_pt invpcid
    lahf_lm lm mca mce md_clear mmx monitor movbe mpx msr mtrr nonstop_tsc nopl nx pae pat pbe
    pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pts rdrand rdseed rdtscp
    rep_good sdbg sep smap smep ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2
    tpr_shadow tsc tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic xgetbv1 xsave xsavec
    xsaveopt xsaves xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling mitigation: Microcode
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection mitigation: Aligned branch/return thunks
  Type: itlb_multihit status: KVM: Split huge pages
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data mitigation: Clear CPU buffers; SMT vulnerable
  Type: old_microcode status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: Enhanced IBRS
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
  Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB: conditional; PBRSB-eIBRS: SW
    sequence; BHI: SW loop, KVM: SW loop
  Type: srbds mitigation: Microcode
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
  Type: vmscape mitigation: IBPB before exit to userspace
Graphics:
  Device-1: Intel CometLake-U GT2 [UHD Graphics] vendor: Dell driver: i915 v: kernel arch: Gen-9.5
    process: Intel 14nm built: 2016-20 ports: active: eDP-1 empty: DP-1,DP-2 bus-ID: 00:02.0
    chip-ID: 8086:9b41 class-ID: 0300
  Device-2: Realtek Integrated_Webcam_HD driver: uvcvideo type: USB rev: 2.0 speed: 480 Mb/s
    lanes: 1 mode: 2.0 bus-ID: 1-6:3 chip-ID: 0bda:5538 class-ID: 0e02 serial: <filter>
  Display: server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.9 driver: X: loaded: modesetting
    alternate: fbdev,vesa dri: iris gpu: i915 display-ID: :1
  Monitor-1: eDP-1 model: LG Display 0x05f2 built: 2018 res: 1920x1080 dpi: 142 gamma: 1.2
    chroma: red: x: 0.592 y: 0.369 green: x: 0.349 y: 0.557 blue: x: 0.153 y: 0.110 white: x: 0.314
    y: 0.329 size: 344x194mm (13.54x7.64") diag: 395mm (15.5") ratio: 16:9 modes: 1920x1080
  EDID-Warnings: 1: parse_edid: unknown flag 0
  API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris device: 1 drv: swrast gbm:
    drv: iris surfaceless: drv: iris inactive: wayland,x11
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 25.3.5-arch1.1 note: incomplete (EGL sourced)
    renderer: Mesa Intel UHD Graphics (CML GT2), llvmpipe (LLVM 21.1.6 256 bits)
  API: Vulkan Message: No Vulkan data available.
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo de: kscreen-console,kscreen-doctor
    wl: wayland-info x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Intel Comet Lake PCH-LP cAVS vendor: Dell driver: sof-audio-pci-intel-cnl
    bus-ID: 00:1f.3 chip-ID: 8086:02c8 class-ID: 0401
  API: ALSA v: k6.18.8-1-MANJARO status: kernel-api with: aoss type: oss-emulator
    tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: PipeWire v: 1.4.10 status: off with: 1: pipewire-pulse status: off
    2: pipewire-media-session status: off 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
    tools: pactl,pw-cat,pw-cli
Network:
  Device-1: Intel Comet Lake PCH-LP CNVi WiFi driver: iwlwifi v: kernel bus-ID: 00:14.3
    chip-ID: 8086:02f0 class-ID: 0280
  IF: wlp0s20f3 state: down mac: <filter>
  Info: services: No services found.
  WAN IP: No WAN IP found. Connected to web? SSL issues? Try enabling dig
Bluetooth:
  Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-10:4 chip-ID: 8087:0aaa class-ID: e001
  Report: rfkill ID: hci0 rfk-id: 0 state: down bt-service: N/A rfk-block: hardware: no
    software: no address: see --recommends
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 2.27 TiB used: 1.54 TiB (67.9%)
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: A-Data model: IM2P33F3 NVMe 512GB size: 476.94 GiB
    block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 92103051 temp: 19.9 C
  SMART: yes health: PASSED on: 19d 18h cycles: 1,829 read-units: 5,436,949 [2.78 TB]
    written-units: 4,758,668 [2.43 TB]
  ID-2: /dev/sda maj-min: 8:0 vendor: Kingston model: SA400S371920G size: 1.75 TiB block-size:
    physical: 512 B logical: 512 B sata: 3.2 speed: 6.0 Gb/s tech: SSD serial: <filter> fw-rev: 1103
    temp: 25 C
  SMART: yes state: enabled health: PASSED on: 180d 9h cycles: 1764 read: 41.87 TiB
    written: 11.96 TiB
  ID-3: /dev/sdb maj-min: 8:16 vendor: Intenso model: High Speed Line size: 58.59 GiB block-size:
    physical: 512 B logical: 512 B type: USB rev: 3.2 spd: 5 Gb/s lanes: 1 mode: 3.2 gen-1x1
    tech: N/A serial: <filter> fw-rev: PMAP
  SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 1.72 TiB size: 1.69 TiB (98.37%) used: 1.54 TiB (91.1%) fs: ext4
    block-size: 4096 B dev: /dev/sda2 maj-min: 8:2 label: N/A
    uuid: f08f6306-f633-4bfc-8d85-dbf781b4be49
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%) used: 304 KiB (0.1%) fs: vfat
    block-size: 512 B dev: /dev/sda1 maj-min: 8:1 label: N/A uuid: F24C-0469
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/dm-0 maj-min: 253:0 mapped: ventoy size: 5.31 GiB fs: N/A label: MANJARO_KDE_2602
    uuid: 2026-02-06-11-06-44-00
  ID-2: /dev/dm-1 maj-min: 8:17 mapped: sdb1 size: 58.56 GiB fs: N/A label: N/A uuid: N/A
  ID-3: /dev/nvme0n1p1 maj-min: 259:1 size: 150 MiB fs: fat (32 bit) label: ESP uuid: C68A-2A3D
  ID-4: /dev/nvme0n1p2 maj-min: 259:2 size: 128 MiB fs: N/A label: N/A uuid: N/A
  ID-5: /dev/nvme0n1p3 maj-min: 259:3 size: 459.05 GiB fs: ntfs label: N/A
    uuid: 1ac903fe-324e-4ed4-b385-5fd76d027fc5
  ID-6: /dev/nvme0n1p4 maj-min: 259:4 size: 990 MiB fs: ntfs label: WINRETOOLS
    uuid: 12F8F7B5F8F794E7
  ID-7: /dev/nvme0n1p5 maj-min: 259:5 size: 15.12 GiB fs: ntfs label: Image
    uuid: A8E2F80AE2F7DB10
  ID-8: /dev/nvme0n1p6 maj-min: 259:6 size: 1.53 GiB fs: ntfs label: DELLSUPPORT
    uuid: 5E54283F54281BF1
  ID-9: /dev/sda3 maj-min: 8:3 size: 25.5 GiB fs: swap label: swap
    uuid: 544c5bbc-f519-45aa-b810-0557297c0398
  ID-10: /dev/sdb1 maj-min: 8:17 size: 58.56 GiB fs: N/A label: Ventoy uuid: B395-E575
  ID-11: /dev/sdb2 maj-min: 8:18 size: 32 MiB fs: N/A label: VTOYEFI uuid: E039-AD96
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 12 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 1d6b:0002 class-ID: 0900
  Device-1: 1-5:2 info: Shenzhen Goodix FingerPrint type: <vendor specific> driver: N/A
    interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 27c6:538d class-ID: ff00
  Device-2: 1-6:3 info: Realtek Integrated_Webcam_HD type: video driver: uvcvideo interfaces: 2
    rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 500mA chip-ID: 0bda:5538
    class-ID: 0e02 serial: <filter>
  Device-3: 1-10:4 info: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) type: bluetooth
    driver: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 8087:0aaa class-ID: e001
  Hub-2: 2-0:1 info: super-speed hub ports: 6 rev: 3.1 speed: 10 Gb/s (1.16 GiB/s) lanes: 1
    mode: 3.2 gen-2x1 chip-ID: 1d6b:0003 class-ID: 0900
  Device-1: 2-2:3 info: HG Intenso High Speed Line type: mass storage driver: usb-storage
    interfaces: 1 rev: 3.2 speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 504mA
    chip-ID: 325d:6410 class-ID: 0806 serial: <filter>
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 1d6b:0002 class-ID: 0900
  Hub-4: 4-0:1 info: super-speed hub ports: 2 rev: 3.1 speed: 10 Gb/s (1.16 GiB/s) lanes: 1
    mode: 3.2 gen-2x1 chip-ID: 1d6b:0003 class-ID: 0900
Sensors:
  System Temperatures: cpu: 37.0 C pch: 38.0 C mobo: 35.0 C
  Fan Speeds (rpm): cpu: 0
Repos:
  Packages: pm: pacman pkgs: 2658 libs: 539 tools: octopi,pamac,yay pm: flatpak pkgs: 0
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https: //mirror.bouwhuis.network/manjaro/stable/$repo/$arch
    2: https: //manjaro.kurdy.org/stable/$repo/$arch
    3: https: //manjaro.mirror.wearetriple.com/stable/$repo/$arch
    4: https: //mirror.futureweb.be/manjaro/stable/$repo/$arch
    5: https: //ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch
    6: https: //ftp.snt.utwente.nl/pub/linux/manjaro/stable/$repo/$arch
    7: http: //ftp.uni-kl.de/pub/linux/manjaro/stable/$repo/$arch
    8: https: //mirror.netcologne.de/manjaro/stable/$repo/$arch
    9: https: //mirror.23m.com/manjaro/stable/$repo/$arch
    10: https: //ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch
    11: https: //manjaro.mirrors.uk2.net/stable/$repo/$arch
    12: https: //www.mirrorservice.org/sites/repo.manjaro.org/repos/stable/$repo/$arch
    13: https: //mirrors.manjaro.org/repo/stable/$repo/$arch
    14: https: //ask4.mm.fcix.net/manjaro/stable/$repo/$arch
    15: https: //manjaro.syxpi.fr/manjaro/stable/$repo/$arch
    16: https: //mirror.alpix.eu/manjaro/stable/$repo/$arch
    17: https: //ipng.mm.fcix.net/manjaro/stable/$repo/$arch
    18: https: //mirror.alwyzon.net/manjaro/stable/$repo/$arch
    19: https: //ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$arch
    20: https: //ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch
    21: https: //mirror.init7.net/manjaro/stable/$repo/$arch
    22: https: //mirror.vinehost.net/manjaro/stable/$repo/$arch
    23: https: //ftp.free.org/mirrors/repo.manjaro.org/repos/stable/$repo/$arch
    24: https: //mirrors.eric.ovh/manjaro/stable/$repo/$arch
    25: https: //mirrors.dotsrc.org/manjaro/stable/$repo/$arch
    26: https: //ftp.lysator.liu.se/pub/manjaro/stable/$repo/$arch
    27: https: //mirror.dkm.cz/manjaro/stable/$repo/$arch
    28: https: //mirror.it4i.cz/manjaro/stable/$repo/$arch
    29: https: //mirror.raiolanetworks.com/manjaro/stable/$repo/$arch
    30: https: //mirror.easyname.at/manjaro/stable/$repo/$arch
    31: https: //ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch
    32: https: //mirrors.ft.uam.es/manjaro/stable/$repo/$arch
    33: https: //mirrors.cicku.me/manjaro/stable/$repo/$arch
    34: https: //ftp.psnc.pl/linux/manjaro/stable/$repo/$arch
    35: https: //manjaro.ynh.ovh/stable/$repo/$arch
    36: https: //manjaro.mirror.garr.it/manjaro/stable/$repo/$arch
    37: https: //manjaro.mirrors.lavatech.top/stable/$repo/$arch
    38: https: //mirror.telepoint.bg/manjaro/stable/$repo/$arch
    39: https: //distrohub.kyiv.ua/manjaro/stable/$repo/$arch
    40: https: //ba.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch
    41: https: //mirrors2.manjaro.org/stable/$repo/$arch
    42: https: //ftp.linux.org.tr/manjaro/stable/$repo/$arch
    43: https: //ct.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch
    44: https: //manjaro.mirror-services.net/pub/stable/$repo/$arch
    45: https: //coresite.mm.fcix.net/manjaro/stable/$repo/$arch
    46: https: //cofractal-ewr.mm.fcix.net/manjaro/stable/$repo/$arch
    47: https: //ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch
    48: https: //ohioix.mm.fcix.net/manjaro/stable/$repo/$arch
    49: https: //forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    50: https: //nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    51: https: //mirror.yandex.ru/mirrors/manjaro/stable/$repo/$arch
    52: https: //ftp.caliu.cat/pub/distribucions/manjaro/stable/$repo/$arch
    53: https: //southfront.mm.fcix.net/manjaro/stable/$repo/$arch
    54: https: //mirror.math.princeton.edu/pub/manjaro/stable/$repo/$arch
    55: https: //mirror.xenyth.net/manjaro/stable/$repo/$arch
    56: https: //nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    57: https: //mirror.truenetwork.ru/manjaro/stable/$repo/$arch
    58: https: //fosszone.csd.auth.gr/manjaro/stable/$repo/$arch
    59: https: //volico.mm.fcix.net/manjaro/stable/$repo/$arch
    60: https: //manjaro.grena.ge/stable/$repo/$arch
    61: https: //mirrors.gigenet.com/manjaro/stable/$repo/$arch
    62: https: //mirror.fcix.net/manjaro/stable/$repo/$arch
    63: https: //opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    64: https: //muug.ca/mirror/manjaro/stable/$repo/$arch
    65: https: //ziply.mm.fcix.net/manjaro/stable/$repo/$arch
    66: https: //manjaro.mirror.liquidtelecom.com/stable/$repo/$arch
    67: https: //irltoolkit.mm.fcix.net/manjaro/stable/$repo/$arch
    68: https: //codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    69: https: //mirror.csclub.uwaterloo.ca/manjaro/stable/$repo/$arch
    70: https: //mirror.dc.uz/manjaro/stable/$repo/$arch
    71: https: //mirror.dimensiondata.com/mirrors/manjaro.org/stable/$repo/$arch
    72: https: //edgeuno-bog2.mm.fcix.net/manjaro/stable/$repo/$arch
    73: https: //mirror.freedif.org/Manjaro/stable/$repo/$arch
    74: https: //kartolo.sby.datautama.net.id/manjaro/stable/$repo/$arch
    75: https: //repo.ialab.dsu.edu/manjaro/stable/$repo/$arch
    76: https: //manjaro.c3sl.ufpr.br/stable/$repo/$arch
    77: https: //mirror.kamtv.ru/manjaro/stable/$repo/$arch
    78: https: //mirrors.ucr.ac.cr/manjaro/stable/$repo/$arch
    79: https: //mirrors.sonic.net/manjaro/stable/$repo/$arch
    80: https: //mirror.nju.edu.cn/manjaro/stable/$repo/$arch
    81: https: //mirrors.xtom.jp/manjaro/stable/$repo/$arch
    82: https: //mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch
    83: https: //gsl-syd.mm.fcix.net/manjaro/stable/$repo/$arch
    84: https: //mirror.aarnet.edu.au/pub/manjaro/stable/$repo/$arch
    85: https: //mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch
    86: https: //ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch
    87: https: //manjaro.repo.cure.edu.uy/stable/$repo/$arch
    88: https: //mirror.phoepsilonix.love/manjaro/stable/$repo/$arch
    89: https: //ftp.yz.yamagata-u.ac.jp/pub/linux/manjaro/stable/$repo/$arch
    90: https: //mirror.xeonbd.com/manjaro/stable/$repo/$arch
    91: https: //mirrors.sjtug.sjtu.edu.cn/manjaro/stable/$repo/$arch
    92: https: //ftp.belnet.be/mirrors/manjaro/repos/stable/$repo/$arch
    93: https: //mirror.bakertelekom.fr/manjaro/stable/$repo/$arch
    94: https: //mirrors.up.pt/pub/manjaro/stable/$repo/$arch
    95: https: //mirror.archlinux.tw/Manjaro/stable/$repo/$arch
    96: https: //linorg.usp.br/manjaro/stable/$repo/$arch
Processes:
  Message: No process data available.
Info:
  Processes: 0 Power: uptime: 6m states: freeze,mem,disk suspend: s2idle avail: deep wakeups: 0
    hibernate: platform avail: shutdown, reboot, suspend, test_resume image: 9.23 GiB Init: systemd
    v: 259 default: graphical tool: systemctl
  Compilers: clang: 21.1.8 gcc: 15.2.1 Client: systemd inxi: 3.3.40

Hope this is useful somehow.

For good measure, here’s the pacman.log, starting at the last few packages that were still installed normally, shortly before error messages start popping up.
Accoring to the system journal, syncthing started complaining at 16:34:09 about lack of space in the disk (it’s set up to stop writing to disk when less than 1% is available).
The log ends when the update process stopped and I attempted to reboot. I was not in the room during most of the process, so I was still blissfully unaware that the disk was full, just a bit surprised that the process had apparently terminated a bit early.

I have a hunch there is some other logfile or similar that can tell me a lot more useful information – hints welcome.

[2026-03-01T17:10:47+0100] [ALPM] upgraded xorg-xkill (1.0.6-2 -> 1.0.7-1)
[2026-03-01T17:10:52+0100] [ALPM] upgraded xournalpp (1.2.7-1 -> 1.3.2-1)
[2026-03-01T17:10:54+0100] [ALPM] upgraded xterm (402-1 -> 406-1)
[2026-03-01T17:10:55+0100] [ALPM] upgraded yakuake (25.08.1-1 -> 25.12.2-1)
[2026-03-01T17:10:58+0100] [ALPM] upgraded yay (12.5.0-1 -> 12.5.7-1)
[2026-03-01T17:11:11+0100] [ALPM] installed webkitgtk-6.0 (2.50.5-1)
[2026-03-01T17:11:11+0100] [ALPM] upgraded yelp-xsl (42.4-1 -> 49.0-1)
[2026-03-01T17:11:11+0100] [ALPM] upgraded yelp (42.3-1 -> 49.0-1)
[2026-03-01T17:11:11+0100] [ALPM] upgraded zim (0.76.3-1 -> 0.76.3-2)
[2026-03-01T17:11:14+0100] [ALPM] transaction completed
[2026-03-01T17:11:35+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2026-03-01T17:11:36+0100] [ALPM-SCRIPTLET] Creating group 'pcscd' with GID 948.
[2026-03-01T17:11:36+0100] [ALPM-SCRIPTLET] Creating user 'pcscd' (PC/SC Smart Card Daemon) with UID 948 and GID 948.
[2026-03-01T17:11:36+0100] [ALPM] running '21-systemd-tmpfiles.hook'...
[2026-03-01T17:11:36+0100] [ALPM] running '25-systemd-binfmt.hook'...
[2026-03-01T17:11:36+0100] [ALPM] running '25-systemd-catalog.hook'...
[2026-03-01T17:11:36+0100] [ALPM] running '25-systemd-hwdb.hook'...
[2026-03-01T17:11:38+0100] [ALPM] running '25-systemd-sysctl.hook'...
[2026-03-01T17:11:38+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2026-03-01T17:11:39+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2026-03-01T17:11:39+0100] [ALPM] running '30-update-mime-database.hook'...
[2026-03-01T17:11:40+0100] [ALPM] running '35-systemd-restart-marked.hook'...
[2026-03-01T17:11:40+0100] [ALPM] running '35-systemd-udev-reload.hook'...
[2026-03-01T17:11:41+0100] [ALPM] running '35-systemd-update.hook'...
[2026-03-01T17:11:42+0100] [ALPM] running '40-fontconfig-config.hook'...
[2026-03-01T17:11:42+0100] [ALPM] running '40-update-ca-trust.hook'...
[2026-03-01T17:11:43+0100] [ALPM] running '60-depmod.hook'...
[2026-03-01T17:11:53+0100] [ALPM] running '70-dkms-install.hook'...
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing home kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing srv kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing usr kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing run kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing desktopfs-pkgs.txt kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing bin kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing var kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 6.12.73-1-MANJARO kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing sbin kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing rootfs-pkgs.txt kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing lib64 kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing etc kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 6.6.126-1-MANJARO kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing boot kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing sys kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing dev kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 5.10.250-1-MANJARO kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing tmp kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 5.15.200-1-MANJARO kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing proc kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing mnt kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing root kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing lib kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing opt kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing lost+found kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 6.1.163-1-MANJARO kernel headers for module v4l2loopback/0.15.3.
[2026-03-01T17:11:53+0100] [ALPM] running '70-mktexlsr.hook'...
[2026-03-01T17:11:54+0100] [ALPM] running '70-openssh-restart-sshd.hook'...
[2026-03-01T17:11:54+0100] [ALPM] running '72-texlive-fmtutil.hook'...
[2026-03-01T17:12:39+0100] [ALPM] running '73-texlive-updmap.hook'...
[2026-03-01T17:12:42+0100] [ALPM] running '80-cronie.hook'...
[2026-03-01T17:12:43+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2026-03-01T17:12:45+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: 'default'
[2026-03-01T17:12:45+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:12:45+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64.img
[2026-03-01T17:12:45+0100] [ALPM-SCRIPTLET] ==> Starting build: '5.10.250-1-MANJARO'
[2026-03-01T17:12:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-03-01T17:12:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-03-01T17:12:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-5.10-x86_64.img'
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: 'fallback'
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64-fallback.img -S autodetect
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET] ==> Starting build: '5.10.250-1-MANJARO'
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-03-01T17:12:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2026-03-01T17:12:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2026-03-01T17:12:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-03-01T17:12:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2026-03-01T17:12:51+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2026-03-01T17:12:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-03-01T17:12:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-03-01T17:12:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2026-03-01T17:12:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-03-01T17:12:58+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2026-03-01T17:12:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2026-03-01T17:12:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2026-03-01T17:12:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2026-03-01T17:13:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-03-01T17:13:02+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-03-01T17:13:05+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-03-01T17:13:06+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-5.10-x86_64-fallback.img'
[2026-03-01T17:13:06+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'default'
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.15-x86_64 -g /boot/initramfs-5.15-x86_64.img
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET] ==> Starting build: '5.15.200-1-MANJARO'
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-03-01T17:13:07+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-5.15-x86_64.img'
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux58.preset: 'default'
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:13:09+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.8-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.8-x86_64.img
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> ERROR: '/lib/modules/5.8.18-1-MANJARO' is not a valid kernel module directory
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux58.preset: 'fallback'
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.8-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.8-x86_64-fallback.img -S autodetect
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> ERROR: '/lib/modules/5.8.18-1-MANJARO' is not a valid kernel module directory
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'default'
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64.img
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.12.73-1-MANJARO'
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-03-01T17:13:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2026-03-01T17:13:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2026-03-01T17:13:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2026-03-01T17:13:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-03-01T17:13:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64.img'
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'default'
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.1-x86_64 -g /boot/initramfs-6.1-x86_64.img
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.1.163-1-MANJARO'
[2026-03-01T17:13:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-03-01T17:13:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2026-03-01T17:13:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64.img'
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.126-1-MANJARO'
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-03-01T17:13:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2026-03-01T17:13:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2026-03-01T17:13:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2026-03-01T17:13:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-03-01T17:13:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2026-03-01T17:13:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-03-01T17:13:17+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-03-01T17:13:18+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-03-01T17:13:18+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2026-03-01T17:13:19+0100] [ALPM] running '90-update-appstream-cache.hook'...
[2026-03-01T17:13:20+0100] [ALPM-SCRIPTLET] āœ” Zwischenspeicher für Metadaten erfolgreich aktualisiert.
[2026-03-01T17:13:20+0100] [ALPM] running '99-update-grub.hook'...
[2026-03-01T17:13:26+0100] [ALPM-SCRIPTLET] GRUB-Konfigurationsdatei wird erstellt …
[2026-03-01T17:13:26+0100] [ALPM-SCRIPTLET] Thema gefunden: /usr/share/grub/themes/manjaro/theme.txt
[2026-03-01T17:13:26+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.12-x86_64
[2026-03-01T17:13:26+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.12-x86_64.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.6-x86_64
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.1-x86_64
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.1-x86_64.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-5.15-x86_64
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-5.15-x86_64.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-5.10-x86_64
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-5.10-x86_64.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-5.10-x86_64-fallback.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-5.8-x86_64
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-5.8-x86_64.img
[2026-03-01T17:13:27+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-5.8-x86_64-fallback.img
[2026-03-01T17:13:28+0100] [ALPM-SCRIPTLET] Warnung: Zur Erkennung anderer bootfähiger Partitionen wird os-prober ausgeführt.
[2026-03-01T17:13:28+0100] [ALPM-SCRIPTLET] Dessen Ausgabe wird zur Erkennung bootfƤhiger Programmdateien und Erzeugen neuer Boot-EintrƤge verwendet.
[2026-03-01T17:13:30+0100] [ALPM-SCRIPTLET] Windows Boot Manager auf /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi gefunden
[2026-03-01T17:13:30+0100] [ALPM-SCRIPTLET] Bootmenü-Eintrag für UEFI-Firmware-Einstellungen wird hinzugefügt …
[2026-03-01T17:13:30+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2026-03-01T17:13:30+0100] [ALPM-SCRIPTLET] abgeschlossen
[2026-03-01T17:13:30+0100] [ALPM] running 'accounts-daemon-restart.hook'...
[2026-03-01T17:13:31+0100] [ALPM] running 'dbeaver.hook'...
[2026-03-01T17:13:31+0100] [ALPM] running 'dbus-reload.hook'...
[2026-03-01T17:13:31+0100] [ALPM] running 'detect-old-perl-modules.hook'...
[2026-03-01T17:13:32+0100] [ALPM] running 'firefox-post.hook'...
[2026-03-01T17:13:32+0100] [ALPM] running 'fontconfig.hook'...
[2026-03-01T17:13:35+0100] [ALPM] running 'fontconfig-32.hook'...
[2026-03-01T17:13:37+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2026-03-01T17:13:37+0100] [ALPM] running 'gdk-pixbuf-query-loaders-32.hook'...
[2026-03-01T17:13:38+0100] [ALPM] running 'gio-querymodules.hook'...
[2026-03-01T17:13:38+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2026-03-01T17:13:38+0100] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2026-03-01T17:13:39+0100] [ALPM] running 'gtk-query-immodules-3.0-32.hook'...
[2026-03-01T17:13:39+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2026-03-01T17:13:41+0100] [ALPM] running 'gtk4-querymodules.hook'...
[2026-03-01T17:13:41+0100] [ALPM] running 'gvfsd.hook'...
[2026-03-01T17:13:41+0100] [ALPM] running 'kernel-alive-post.hook'...
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] e[1;1me[1;32m==>e[1;0me[1;1m Warning:
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 	 -> Kernel has been updated. Modules of the current kernel
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 	 -> have been backed up so you can continue to use your
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 	 -> computer. However, the new kernel will only work
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 	 -> at next boot.
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 	e[1;0m
[2026-03-01T17:13:43+0100] [ALPM-SCRIPTLET] 	e[1;0m
[2026-03-01T17:13:43+0100] [ALPM] running 'networkmanager-connectivity.hook'...
[2026-03-01T17:13:44+0100] [ALPM] running 'pacman-mirrors-upgrade.hook'...
[2026-03-01T17:13:45+0100] [ALPM-SCRIPTLET] ::e[1;37mINFOe[1;m Lade Mirrorliste herunter von  Manjaro
[2026-03-01T17:13:45+0100] [ALPM-SCRIPTLET] ::e[1;37mINFOe[1;m => Mirror pool: https://repo.manjaro.org/mirrors.json
[2026-03-01T17:13:45+0100] [ALPM-SCRIPTLET] ::e[1;37mINFOe[1;m => Mirror status: https://repo.manjaro.org/status.json
[2026-03-01T17:13:45+0100] [ALPM-SCRIPTLET] hint: use `pacman-mirrors` to generate and update your pacman mirrorlist.
[2026-03-01T17:13:45+0100] [ALPM] running 'pacnew-checker.hook'...
[2026-03-01T17:13:46+0100] [ALPM] running 'texinfo-install.hook'...
[2026-03-01T17:13:50+0100] [ALPM] running 'thunderbird-post.hook'...
[2026-03-01T17:13:50+0100] [ALPM] running 'update-desktop-database.hook'...
[2026-03-01T17:13:50+0100] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2026-03-01T17:13:51+0100] [ALPM] running 'xorg-mkfontscale.hook'...

Mod edit: Removed all the 12s. There could be some data missing as a result.
Thanks a lot, @BG405! Only noticed your edit when pasting in the output with the -c option.

1 Like

You ran inxi in a chroot environment – the 12’s are an unfortunate artifact of having done that – scroll up and read the ā€œ[Mini-HowTo] Provide System Informationā€ just posted, as it contains the workaround for that.

Once you have the clean output (without the 12’s) edit your post and replace the output.

Regards.