Server Reboot

Nils Kassube kassube at gmx.net
Sat Jul 11 12:15:59 UTC 2015


Dr. Mikeal Hughes wrote:
> I am trying to figure out how to get my sever to come back up to
> operation on a power failure. Right now it comes up and gives me
> three choices. I don't want the bloody choices I just want it to
> straight reboot so can run it headless! Any help appreciated.

Have a look at 
<https://help.ubuntu.com/community/Grub2/Setup#Specific_Entries>.

As an example, here are the lines which might be relevant of my 
/etc/default/grub of a headless server:

GRUB_DEFAULT=1
GRUB_HIDDEN_TIMEOUT=1
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=1
GRUB_TERMINAL=console
GRUB_GFXMODE=640x480
GRUB_RECORDFAIL_TIMEOUT=5


Nils





More information about the ubuntu-users mailing list