Any update on this bug being fixed or reported upstream? I spent ages
trying to figure out why the grub menu was appearing with a 30secs
timeout after hibernation when it was supposed to be set to hidden! It
may be a trivial bug but it really is not obvious that recordfail would
be set for clean shutdown and startup.

This is on 17.04 lubuntu.

To workaround the issue I used the forum thread details to create
`/etc/systemd/system/hibernate-recordfail-fix` with the code below and
then `systemctl enable hibernate-recordfail-fix`:

[Unit]
Description=Execute grub script to unset recordfail after hibernation.
After=hibernate.target

[Service]
Type=oneshot
ExecStart=/etc/pm/sleep.d/10_grub-common thaw

[Install]
WantedBy=hibernate.target

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475620

Title:
  grub-common does not unset "recordfail" on hibernate when using
  systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1475620/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to