You are not logged in.
Pages: 1
I did an upgrade this morning and during the process I get this error.
==> Generating module dependencies
depmod: WARNING: could not open modules.builtin.modinfo at /tmp/mkinitcpio.g7ZnEP/root/lib/modules/5.18.9-arch1-1: No such file or directory
So I re-ran the command and the output is the same. My system seems to be working OK but it is odd to get an error so I would like someone more experienced than I to explain it please.
mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.18.9-arch1-1
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
depmod: WARNING: could not open modules.builtin.modinfo at /tmp/mkinitcpio.2RebpN/root/lib/modules/5.18.9-arch1-1: No such file or directory
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.18.9-arch1-1
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: bfa
==> WARNING: Possibly missing firmware for module: qla1280
==> WARNING: Possibly missing firmware for module: qed
==> WARNING: Possibly missing firmware for module: qla2xxx
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
depmod: WARNING: could not open modules.builtin.modinfo at /tmp/mkinitcpio.g7ZnEP/root/lib/modules/5.18.9-arch1-1: No such file or directory
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
Any help or explanation gratefully received.
Last edited by SimonJ (2022-07-04 10:34:43)
Offline
Has to do with the update of kmod to v30, see https://bugs.archlinux.org/task/75218
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Has to do with the update of kmod to v30, see https://bugs.archlinux.org/task/75218
Thank you, downgrade to kmod 29 and the error is gone.
Offline
There was no error, downgrading makes no sense.
Warning are not errors.
Offline
There was no error, downgrading makes no sense.
Warning are not errors.
As I said I wanted input, if there is no problem with the warning I can live with that, I just needed someone with more knowledge to explain it.
Upgraded. Thank you.
Offline
Warning are not errors.
No, but they can have consequences. I'm also very careful when such things come up during updates of anything involved in booting. If the system does not come up again because some module is missing from the RAM disk, that would result in a lengthy fixing process which I don't want to go through.
Offline
Pages: 1