New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267722447 Comment: > > Linux 5.19.12 `/` on ext4 with one disk in zfs, booted. I will do more testing tomorrow. > > ``` > > depmod: WARNING: could not open modules.order at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory > > depmod: WARNING: could not open modules.builtin at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory > > depmod: WARNING: could not open modules.builtin.modinfo at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory > > ``` > > Do you have kernel `5.18.19` installed on your machine? There's a flaw somewhere that leaves dangling directories in `/lib/modules`, and that confuses Dracut. You're right, I have it removed.