You are not logged in.
Searched(keyword: dracut) forum and wiki already. This topic is just one infomation for someone didn't notice.
dracut 108 change modules folds' names from 00xxx to 10xxx, cause part of qemu's module "rdma" load process faild.
looks like:
[ALPM-SCRIPTLET] dracut[I]: *** Including module: rdma ***
[ALPM-SCRIPTLET] Failed to add dependency on unit: Unit initrd.target does not exist
[ALPM-SCRIPTLET] Failed to add dependency on unit: Unit initrd.target does not exist
[ALPM-SCRIPTLET] Failed to add dependency on unit: Unit initrd.target does not exist
[ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
simply rename fold would help.
sudo mv /usr/lib/dracut/modules.d/05rdma/ /usr/lib/dracut/modules.d/15rdma/
Last edited by jeff_bh_221 (2025-09-09 15:48:25)
Offline