-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not generating initramfs #41
Comments
Thanks for reporting this, seems like the new dracut version that was released recently has silently changed the way these parameters work. I'll have a look at it and fix it when I find time next week. If you need this fix now, you can probably replace each |
good time |
i also was having this issue, i'll try this fix when i get the error. thanks @oddlama ! |
I'm waiting for a response on dracutdevs/dracut#1835 to fix this properly. |
as a temporary fix, i used |
Dracut changed parameter interpretation in a new version, causing this script to error out. To properly fix this, we require a resolution of dracutdevs/dracut#1835. Meanwhile, this is tracked internally by #41.
Thanks, I've now added the workaround to the main branch, while the issue is being discussed on the dracut project. I'll leave this open until the linked issue comes to a conclusion. |
There seems to be no progress on the upstream dracut issue, due to the maintainers not responding. I will mark this as solved and replace the workaround with a proper solution in case the dracut maintainers do take the issue on. |
Alternative fix: dracutdevs/dracut#1878 |
[+] Generating initramfs
dracut: Configuration file '/dev/null' not found.
dracut --conf /dev/null --confdir /dev/null --kver 5.17.11-gentoo-dist --no-compress --no-hostonly --ro-mnt --add bash btrfs --force /boot/efi/initramfs.img
Last command failed with exit code 1
Specify next action (Shell/retry/abort/continue/print)
The text was updated successfully, but these errors were encountered: