Description of problem: dracut -vvvv --force --no-hostonly --no-hostonly-cmdline --no-hostonly-i18n /tmp/initrd.img $(uname -r) will give an error: [...] dracut: *** Including module: ifcfg *** dracut: *** Including module: drm *** dracut-install: ERROR: installing module '�, eau' dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.r8AOxp/initramfs --kerneldir /lib/modules/4.14.13-300.fc27.x86_64/ -m -s drm_crtc_init =drivers/gpu/drm dracut: *** Including module: plymouth *** dracut: *** Including module: bcache *** [...] Version-Release number of selected component (if applicable): dracut-046-8.git20180105.fc27.x86_64 How reproducible: 100% Steps to Reproduce: 1. dracut -vvvv --force --no-hostonly --no-hostonly-cmdline --no-hostonly-i18n /tmp/initrd.img $(uname -r) 2. 3. Actual results: dracut: *** Including module: network *** dracut: *** Including module: ifcfg *** dracut: *** Including module: drm *** dracut-install: ERROR: installing module '�, eau' dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.r8AOxp/initramfs --kerneldir /lib/modules/4.14.13-300.fc27.x86_64/ -m -s drm_crtc_init =drivers/gpu/drm dracut: *** Including module: plymouth *** dracut: *** Including module: bcache *** Expected results: dracut: *** Including module: network *** dracut: *** Including module: ifcfg *** dracut: *** Including module: drm *** dracut: *** Including module: plymouth *** dracut: *** Including module: bcache *** Additional info: all packages updated
Tested with all my kernels, the problem comes from the nouveau driver: (using dracut version: dracut-046-8.git20180105.fc27.x86_64) mkdir -p /var/tmp/dracut.bMqSbg/initramfs DRACUT_FIRMWARE_PATH=/usr/lib/firmware/ /usr/lib/dracut/dracut-install -D /var/tmp/dracut.bMqSbg/initramfs --kerneldir /lib/modules/4.14.11-300.fc27.x86_64/ -m -s drm_crtc_init =drivers/gpu/drm --verbose --debug => result: [...] dracut-install: hash hit items for '/lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/ttm/ttm.ko.xz' dracut-install: dracut_install '/lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/ttm/ttm.ko.xz' '/lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/ttm/ttm.ko.xz' OK dracut-install: Ignoring /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/cirrus dracut-install: Ignoring /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/nouveau dracut-install: Handling /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/nouveau/nouveau.ko.xz dracut-install: ERROR: installing module '�, eau' If I add the -o option, I don't have the error. I get the following output: [...] dracut-install: hash hit items for '/lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/ttm/ttm.ko.xz' dracut-install: dracut_install '/lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/ttm/ttm.ko.xz' '/lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/ttm/ttm.ko.xz' OK dracut-install: Ignoring /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/cirrus dracut-install: Ignoring /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/nouveau dracut-install: Handling /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/nouveau/nouveau.ko.xz dracut-install: Ignoring /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/nouveau dracut-install: Ignoring /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/vgem dracut-install: Handling /lib/modules/4.14.11-300.fc27.x86_64//kernel/drivers/gpu/drm/vgem/vgem.ko.xz ls -l $(modinfo nouveau |grep firm|awk '{print "/usr/lib/firmware/"$2}') gives no missing firmware files. So I assume that there is another reason why the module is ignored.
Possible fix for the garbled memory: https://github.com/dracutdevs/dracut/commit/6c7776e34456b420344fee2cf279ae30413058e1
In regard to the "ignore", what is the output of: $ grep . -r /lib/dracut/dracut.conf.d /etc/dracut.conf.d/ and especially $ grep nouveau -r /lib/dracut/dracut.conf.d /etc/dracut.conf.d/
$ grep . -r /lib/dracut/dracut.conf.d /etc/dracut.conf.d/ /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf:# This is a hack that is currently necessary for package: plymouth-theme-breeze /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf:# due to the fact that `dracut` only includes the top-level directory of theme folders /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf:# By default. See also https://bugs.kde.org/show_bug.cgi?id=371276 /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf:if [[ "$(plymouth-set-default-theme)" =~ ^breeze ]]; then /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf: readarray -t plymouth_theme_breeze_files < <( find /usr/share/plymouth/themes/breeze -mindepth 1 -type f ) /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf: install_optional_items+=" ${plymouth_theme_breeze_files[@]} " /lib/dracut/dracut.conf.d/10-plymouth-theme-breeze.conf:fi /lib/dracut/dracut.conf.d/01-dist.conf:# dracut config file customized for RedHat/Fedora. /lib/dracut/dracut.conf.d/01-dist.conf:# i18n /lib/dracut/dracut.conf.d/01-dist.conf:i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP" /lib/dracut/dracut.conf.d/01-dist.conf:i18n_default_font="eurlatgr" /lib/dracut/dracut.conf.d/01-dist.conf:i18n_install_all="yes" /lib/dracut/dracut.conf.d/01-dist.conf:stdloglvl=3 /lib/dracut/dracut.conf.d/01-dist.conf:sysloglvl=5 /lib/dracut/dracut.conf.d/01-dist.conf:install_optional_items+=" vi /etc/virc ps grep cat rm " /lib/dracut/dracut.conf.d/01-dist.conf:prefix="/" /lib/dracut/dracut.conf.d/01-dist.conf:systemdutildir=/usr/lib/systemd /lib/dracut/dracut.conf.d/01-dist.conf:systemdsystemunitdir=/usr/lib/systemd/system /lib/dracut/dracut.conf.d/01-dist.conf:systemdsystemconfdir=/etc/systemd/system /lib/dracut/dracut.conf.d/01-dist.conf:udevdir=/usr/lib/udev /lib/dracut/dracut.conf.d/01-dist.conf:hostonly="yes" /lib/dracut/dracut.conf.d/01-dist.conf:hostonly_cmdline="no" /lib/dracut/dracut.conf.d/01-dist.conf:early_microcode="yes" /lib/dracut/dracut.conf.d/01-dist.conf:reproducible="yes" /lib/dracut/dracut.conf.d/02-rescue.conf:dracut_rescue_image="yes" /lib/dracut/dracut.conf.d/50-nss-softokn.conf:# turn on nss-softokn module /lib/dracut/dracut.conf.d/50-nss-softokn.conf:add_dracutmodules+=" nss-softokn " $ grep nouveau -r /lib/dracut/dracut.conf.d /etc/dracut.conf.d/ $
# grep -r nouveau /etc/mod* /etc/modprobe.d/blacklist.conf:blacklist nouveau /etc/modprobe.d/blacklist.conf:blacklist lbm-nouveau /etc/modprobe.d/blacklist.conf:options nouveau modeset=0 /etc/modprobe.d/blacklist.conf:alias nouveau off /etc/modprobe.d/blacklist.conf:alias lbm-nouveau off That may explain why the module is ignored, though I did post the bug report because of corrupted name in 1st place. Although, why would /etc/modprobe.d/blacklist.conf be taken into account when generating an initramfs when --no-hostonly is specified?
(In reply to Harald Hoyer from comment #2) > Possible fix for the garbled memory: > > https://github.com/dracutdevs/dracut/commit/ > 6c7776e34456b420344fee2cf279ae30413058e1 That makes sense, any test rpm I can try to confirm resolution?
This message is a reminder that Fedora 27 is nearing its end of life. On 2018-Nov-30 Fedora will stop maintaining and issuing updates for Fedora 27. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '27'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 27 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 27 changed to end-of-life (EOL) status on 2018-11-30. Fedora 27 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.