-
Notifications
You must be signed in to change notification settings - Fork 198
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
Failed to start ostree-boot-complete.service - OSTree Complete Boot. #5071
Comments
From the journal, I think the real error is:
Since the failure is in the previous boot, could you provide the journal for the previous boot where |
is 60mb big for a log file? seems big... I cut 58 MB out of the middle for this file |
It's not obvious to me from that journal why writing the bootloader failed. Though (I see |
anedata: I remember rolling back on this device when my previous bootc attempts were missing a wifi driver. after I did rollback, it failed to write the new grub config... no idea why. |
Oh ugh, we suppress stderr from grub2-mkconfig by default... |
xref coreos/rpm-ostree#5071 Hiding errors by default is painful. At least as of recently in Fedora it looks like the command is nice and quiet by default, I only see ``` Generating grub configuration file ... Adding boot menu entry for UEFI Firmware Settings ... done ```
But, what happens when you just run |
you must run this as root... i kid i kid
|
Yeah as I expected it's the same as ostreedev/ostree#3198 ...this legacy of silverblue and IoT using dynamic grub configs is so extremely painful... |
Just to save you lots of cross-digging through bugs, I filed a patch in https://bugzilla.redhat.com/show_bug.cgi?id=2308594 You can test it out with e.g. |
xref coreos/rpm-ostree#5071 Hiding errors by default is painful. At least as of recently in Fedora it looks like the command is nice and quiet by default, I only see ``` Generating grub configuration file ... Adding boot menu entry for UEFI Firmware Settings ... done ``` Signed-off-by: Colin Walters <[email protected]>
xref coreos/rpm-ostree#5071 Hiding errors by default is painful. At least as of recently in Fedora it looks like the command is nice and quiet by default, I only see ``` Generating grub configuration file ... Adding boot menu entry for UEFI Firmware Settings ... done ``` Signed-off-by: Colin Walters <[email protected]>
Describe the bug
migrated my fedoraiot system over to bootc
containerfile here https://github.com/jtligon/silver-octo-dollop/blob/main/fitlet.Containerfile
journalctl here
Reproduction steps
rpm-ostree reset
to get rid of previous layered packagesExpected behavior
no failed systemd units
Actual behavior
on login
System details
Additional information
full journal here https://paste.centos.org/view/d29087af
The text was updated successfully, but these errors were encountered: