Created attachment 709842 [details] patch that fixes the bug This is an upstream bug, I think, but I can't find an upstream bug tracker for dracut for the life of me. The recently introduced 51-dracut-rescue-postinst.sh has this line: new-kernel-image --install "$KERNEL_VERSION" --kernel-image "$KERNEL_IMAGE" --initrdfile "$INITRDFILE" --banner "$PRETTY_NAME Rescue" But the command is new-kernel-pkg, not new-kernel-image. Patch attached, against current git master.