-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
2.1.5 dracut fails to load zfs kernel module #13573
Comments
https://github.com/openzfs/zfs/pull/13010/files#diff-22405e99fd7136e3e27a96eac249dc6ed93c6eb9d86498155a1545dac45690bbR92 is also trying to install a file that doesn't exist, next debug step is to revert that full commit... |
Looking at https://github.com/openzfs/zfs/commits/zfs-2.1.5-staging/contrib/dracut/ 0671f72 is the last commit that works |
Thanks for catching this. I believe that makes sense since commit ebbfc6c should make the install fatal if something is missing. In your case what file was it complaining about, any idea why it's missing? Would you also mind confirming that reverting these patches from the stack resolves the issue? These aren't must have changes, but they were not expected to be problematic since there were backports from master. 115e059 Multiple dracut module install script cleanups |
I tried with via checkout only (the 0671f72 commit). I'll try with revert patches individually first. It looks like the log file gist was too long and got truncated. It was saying it was unable to find the zfs module, but when I run --list-modules with dracut it is listed. Let me regenerate some logs and test some patches. |
well, first, separate issue is...
|
The error for me seems to be specifically ebbfc6c#diff-22405e99fd7136e3e27a96eac249dc6ed93c6eb9d86498155a1545dac45690bbR22 where it adds the |
setting -c does has the function do the following.
`/usr/bin/dracut --force --kernel-image /usr/src/linux-5.18.5-gentoo-dist/arch/x86/boot/bzImage /usr/src/linux-5.18.5-gentoo-dist/arch/x86/boot/initrd 5.18.5-gentoo-dist --keep was run to get a useful debug dir, still got:
dracut-install: Program arguments:
|
#13574 was made for the systemd unit install issue summary here may be user error, kernel module was not installed, though the actual module was there (maybe it wasn't in an index somewhere).
|
System information
Describe the problem you're observing
dracut is not finding the zfs module for 2.1.5
Describe how to reproduce the problem
/usr/bin/dracut --force --kernel-image /usr/src/linux-5.18.5-gentoo-dist/arch/x86/boot/bzImage /usr/src/linux-5.18.5-gentoo-dist/arch/x86/boot/initrd 5.18.5-gentoo-dist --keep -v --debug
Include any warning/errors/backtraces from the system logs
/usr/bin/dracut --force --kernel-image /usr/src/linux-5.18.5-gentoo-dist/arch/x86/boot/bzImage /usr/src/linux-5.18.5-gentoo-dist/arch/x86/boot/initrd 5.18.5-gentoo-dist --keep -v --debug 2>&1 | tee dracut-zfs.log
posted to https://gist.github.com/3e3afb69f7bec2c528c4f02365df28f7
The text was updated successfully, but these errors were encountered: