[Bug 447725] Re: grub nice 'recordfail' feature doesn't work for hibernation

Maxim Levitsky maximlevitsky at gmail.com
Sat Oct 10 02:08:30 UTC 2009


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

-- 
grub nice 'recordfail' feature doesn't work for hibernation
https://bugs.launchpad.net/bugs/447725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list