I'm working with Ubuntu 12.04 LTS, and in my application I turn on and turn off the system from a energy switch. My problem is the screen presentation of recovery mode. I want to disable it, because I don't have a keyboard to do the selection. Is it possible? I tried
How to disable recovery mode/single user mode?
but it didn't work.
I tried changing
GRUB_DISABLE_RECOVERY="true"
to
GRUB_DISABLE_LINUX_RECOVERY="true"
in /etc/default/grub
, without sucess too.
GRUB_DISABLE_LINUX_RECOVERY="true"
but justGRUB_DISABLE_RECOVERY="true"
then typesudo update-grub
. – Braiam Mar 07 '14 at 22:01