[Bug 1154783] New: grub-once is not called on hibernate
http://bugzilla.opensuse.org/show_bug.cgi?id=1154783 Bug ID: 1154783 Summary: grub-once is not called on hibernate Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.0 Hardware: x86-64 OS: openSUSE 42.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader Assignee: rw@suse.com Reporter: bwiedemann@suse.com QA Contact: jsrain@suse.com CC: mchang@suse.com Found By: Development Blocker: --- https://build.opensuse.org/request/show/704131 added a check-setup function into /usr/lib/systemd/system-sleep/grub2.sleep for bug 940457 but it introduced a bug in there that prevented grub-once from being called (because set -e triggered). The fix is trivial: - [ -n "$GRUB_SETUP" ] || return + [ -n "$GRUB_SETUP" ] || return 0 To check for this bug, use journalctl after resume and look for the entries after "grub2.sleep" - in the bad case they report a error 1 and the last printed line is about "preparing boot-loader" -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1154783 http://bugzilla.opensuse.org/show_bug.cgi?id=1154783#c12 --- Comment #12 from Bernhard Wiedemann <bwiedemann@suse.com> --- Leap 15.2 is still suffering from this bug, so probably the fix is missing in SLE-15-SP2 as well. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1154783 http://bugzilla.opensuse.org/show_bug.cgi?id=1154783#c13 --- Comment #13 from Michael Chang <mchang@suse.com> --- The auto-submission created by bot (origin-manager) to sync with factory was declined. I've created the SR and should land in SLE-15-SP2 soon. Sorry for the trouble. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com