-
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
Error messages showed when in systemd-boot #20
Comments
I guess this is specific to systems using sdboot instead of GRUB2. The module-setup.sh rule will have to be adjusted to ignore grub2-editenv on non-GRUB2 systems. |
We need a complete new health-checker design, Danilo is on it.
Ignaz Forster ***@***.***> schrieb am Mi., 14. Aug. 2024,
17:08:
… I guess this is specific to systems using sdboot instead of GRUB2.
The *module-setup.sh* rule will have to be adjusted to ignore
grub2-editenv on non-GRUB2 systems.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNCMMDVFMXLQ3GF2AQG2ADZRNXHXAVCNFSM6AAAAABMQRM5HWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBZGA3TEMBVGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yeah, currently health-checker will not work to any extent with sdbootutil, not even the simplest case of rollback due to service failure (it uses My suggestion for now is to not install health-checker with sdbootutil or ignore the errors. |
When dracut is generated, this is presented:
dracut[I]: *** Including module: drm ***
dracut[I]: *** Including module: health-checker ***
dracut-install: ERROR: installing 'grub2-editenv'
dracut[E]: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.IEcUqm/initramfs -a date btrfs awk grub2-editenv
dracut[I]: *** Including module: pcr-signature ***
But a new initrd is generated
The text was updated successfully, but these errors were encountered: