Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3474

[Software] Systemd: 'autofs4': function not implemented; Failed to start Load Kernel Modules

$
0
0
Hello,

upgrading from Debian 11 to 12 using apt installed new Kernel 6.1.0-25-amd64 and unlike in older 5.10.0-32-amd64 which works under both Deb. 11 & 12, the 6.x kernel does not work at boot of a Deb. 12 (11 is gone):
cryptsetup: sd5_crypt: set up successfully
/dev/mapper/computer--vg-root: clean...
systemd[1]: Failed to look up module alias 'autofs4': function not implemented
[UNSUPP] Starting of Arbitrary Executable File Formats File System Automount Point not supported.
systemd[1]: Failed to start Load Kernel Modules
[FAILED] Failed to start Load Kernel Modules
[FAILED] Failed to start Install ZFS kernel module.
[DEPEND] Dependency failed for Import ZFS pools by cache file.
[FAILED] Failed to mount /boot/efi.
[DEPEND] Dependency failed for Local File Systems.
[FAILED] Failed to start netfilter persistent configuration.
Reached target network
...
You are in emergency mode.
$ for i in $(locate autofs4); do ls -la $i; done
-rw-r--r-- 1 root root 107499 Aug 10 08:09 /usr/lib/modules/5.10.0-32-amd64/kernel/fs/autofs/autofs4.ko
-rw-r--r-- 1 root root 109371 Aug 26 21:47 /usr/lib/modules/6.1.0-25-amd64/kernel/fs/autofs/autofs4.ko
$ sudo blkid|grep f...e
/dev/nvme0n1p5: UUID="f...e" TYPE="crypto_LUKS" PARTUUID="***"
/dev/sda5: UUID="f...e" TYPE="crypto_LUKS" PARTUUID="***"
my primary drive is sda, nvme* is a clone which has same UUID, I have tried to change the UUID if I remember correctly ( sudo cryptsetup luksUUID --uuid=newuuid /dev/sda5 ), but somehow it is back there after reboot, I am not 100% sure if i have really executed it and if it is correct to do it on a mounted partition 5.
└─sda5 8:5 0 111.3G 0 part
└─sdb5_crypt 253:0 0 111.3G 0 crypt
└─computer--vg-root 253:1 0 110.3G 0 lvm /
$ sudo dkms status
zfs/2.1.11, 5.10.0-32-amd64, x86_64: installed
zfs/2.1.11, 6.1.0-25-amd64, x86_64: installed
ZFS is NOT on system drive, but on external USB drive.

inxi (pass: i )

grub.cfg boot entries and lsinitramfs .img content (zfs...)

Please kindly what to try/check to fix this?

Statistics: Posted by postcd — 2024-09-30 12:15 — Replies 0 — Views 38



Viewing all articles
Browse latest Browse all 3474

Trending Articles