Update fails to install dracut missing module prl_tg

Posted on

In working with multiple version of RHEL 8 I encounter an issue when performing an yum update.

Running scriptlet: kernel-core-4.18.0-348.2.1.el8_5.x86_64 1718/1718
dracut-install: Failed to find module 'prl_tg'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.oqEQbR/initramfs -N prl_fs|prl_fs_freeze --kerneldir /lib/modules/4.18.0-348.2.1.el8_5.x86_64/ -m prl_tg prl_vid prl_eth

The following is the output from the yum update.

Running scriptlet: kmod-kvdo-6.2.5.72-81.el8.x86_64 1718/1718
dracut-install: Failed to find module 'prl_tg'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.6rq71Z/initramfs -N prl_fs|prl_fs_freeze --kerneldir /lib/modules/4.18.0-348.2.1.el8_5.x86_64/ -m prl_tg prl_vid prl_eth

Running scriptlet: tuned-2.16.0-1.el8.noarch 1718/1718
Running scriptlet: icedtea-web-1.8.4-4.el8.x86_64 1718/1718
Running scriptlet: microcode_ctl-4:20210608-1.el8.x86_64 1718/1718
dracut-install: Failed to find module 'prl_tg'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.Uzb3eg/initramfs -N prl_fs|prl_fs_freeze --kerneldir /lib/modules/4.18.0-348.2.1.el8_5.x86_64/ -m prl_tg prl_vid prl_eth

Appreciate any guidance on how to resolve this issue. It is prohibiting me from enabling FIPS,

Responses