-
Notifications
You must be signed in to change notification settings - Fork 11
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
dracut error on kernel replace #119
Comments
Try to use rpm-ostree override replace method instead:
Take a note that with custom kernel, you loose Secure Boot support. |
I use the same commands in 'startingpoint' based repository and it works fine. |
Mind posting a link to your repo so I can test it later? |
Here is my repository based on new template: https://github.com/antuan1996/formile-cachyos-ublue |
So I think we may have a fix that we pushed to the main branch. You can try it out in your Github action by setting |
I confirm the problem is gone. Thank you very much! |
I try to replace the default kernel in my image. I've set up adding new repos and launch of custom scripts using the 'script' module in my recipe.
If launch these commands
I get the next error in action logs:
error: rpm-ostree kernel-install wrapper: Running dracut: Invalid cross-device link (os error 18)
The pipeline does not fail, but if I try to boot from the built image it will stuck on boot screen.
The text was updated successfully, but these errors were encountered: