[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2014-10-13 Thread jox
*** This bug is a duplicate of bug 797544 *** https://bugs.launchpad.net/bugs/797544 @nh2: It might not be in there by default, but it will/should be considered when it's added. E.g. you can add the following to disable the boot menu after a failure: GRUB_RECORDFAIL_TIMEOUT=0 -- You recei

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2014-05-29 Thread nh2
*** This bug is a duplicate of bug 797544 *** https://bugs.launchpad.net/bugs/797544 #5: This setting is *not* available in my 14.04 /etc/default/grub. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-08-31 Thread Alex Muntada
*** This bug is a duplicate of bug 797544 *** https://bugs.launchpad.net/bugs/797544 ** This bug has been marked a duplicate of bug 797544 grub2 waits forever for keystroke before booting default OS. headless server. hang. -- You received this bug notification because you are a member o

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-08-20 Thread Scott Moser
** Description changed: With the move to grub2 I recently discovered that my headless Natty server running as a NAS device will not reboot following a power failure. I was able to track this down to the behavior of the 'recordfail' logic in grub2. This logic prevents grub from booting

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-08-17 Thread Scott Moser
Gaute, Note, that now this setting *is* available in /etc/default/grub. See the merge at https://code.launchpad.net/~utlemming/ubuntu/quantal/grub2/param-recordfail-timeout/+merge/107243 . Also, note that this is fixed in quantal cloud images. -- You received this bug notification because yo

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-07-28 Thread Gaute Lund
Agree: A more stripped-down grub2-package is appropriate for servers. Also, for either servers or desktops: There should be a setting in /etc/default/grub, called GRUB_RECORDFAIL_TIMEOUT or GRUB_TIMEOUT_AFTER_BOOTFAIL or something. This is today effectively hard coded to -1 (forever). And it is th

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-07-23 Thread memartin
FYI: The Ubuntu community proposes the use of a grub2 error script to deactivate the recordfail logic, preventing from problems in RAID/LVM/btrfs environments. I find that a somewhat "cleaner" approach than to edit 00_header directly, whose changes might be overwritten by upgrades. The error script

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-06-06 Thread Richard Laager
** Description changed: With the move to grub2 I recently discovered that my headless Natty server running as a NAS device will not reboot following a power failure. I was able to track this down to the behavior of the 'recordfail' logic in grub2. This logic prevents grub from booting

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2012-05-21 Thread Nikolaj Løbner Sheller
This resolves my problem on 12.04. Thank you heckheck. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872244 Title: grub2 recordfail logic prevents headless system from rebooting after power outage

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2011-10-11 Thread Brian Murray
** Changed in: grub2 (Ubuntu) Status: New => Triaged ** Changed in: grub2 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872244 Title: grub2 record

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2011-10-11 Thread heckheck
Here is a better diff of the change I made to /etc/grub.d/00_header to work around the problem jheck@twilightzone:/etc/grub.d$ diff -Naur 00_header.orig 00_header --- 00_header.orig 2011-10-10 19:23:44.0 -0400 +++ 00_header 2011-10-10 19:24:43.0 -0400 @@ -229,11 +229,11 @@