Comment 1 for bug 447725

Revision history for this message
Maxim Levitsky (maximlevitsky) wrote :

I had fixed that for myself with this script (in /etc/pm/sleep.d/)

#!/bin/sh

# Tell grub that resume was succesfull

. "${PM_FUNCTIONS}"

case "$1" in

 thaw)
  grub-editenv /boot/grub/grubenv unset recordfail
  ;;
esac