I am running Ubuntu 12.04.
I cannot for the life of me get the grub menu (with options) to go away.
I would like it to auto-boot into the first option.
debian wheezy is only one OS on my an old netbook.
so I don't want grub appears at boot but I want a key like "Shift" or any to force grub show at boot.
how can I configur for it.
I know it is easy task but I messed up my /etc/default/grub and a bit confused with many posts mostly on ubuntu forums.
I did like this
Quote:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=3
GRUB_HIDD
I have Ubuntu 12.04 installed along side of windows 7.
The grub menu doesn't seem obey GRUB_TIMEOUT=10, I see the grub menu there for a split second and it immediately defaults to the first option.
Grub menu worked fine when I first installed ubuntu. I am not able to pinpoint what exactly broke it(maybe some update?).
The hidden menu option isn't working. I have /etc/default/grub configured as follows:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=10
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Any suggestions would be greatly appreciated!
After fresh 12.04 install my screen was stuck at 1024X768 and Unity only worked in 2D. I fixed those problems by a simple grub edit:
1. Open Terminal and type:
gksudo gedit /etc/default/grub
2. a text editor will open with the grub configuration file.
Hi,
For some reason my laptop is not showing my hidden grub menu, either the splash to let you know that grub has loaded or the menu itself by pressing the escape key.
Hi all,
My system seems to have Grub 1.99 and I want to change the default kernel.
I thought I could do it like this:
Code:
vi /etc/default/grub
GRUB_DEFAULT=0
in order to always choose the first entry on my list.
I also tried:
Code:
vi /etc/default/grub
GRUB_DEFAULT=Fedora (3.3.0)
My reference is section 5.1 here:
http://www.gnu.org/software/grub/man...-configurati
When I try to do a ctr-alt f(1-6) in ubuntu 12.10 I only get a black screen with a blinking cursor but no login prompt. Any ideas on what could be wrong? It is a fresh install of 12.10 using a amd radeon 5850 graphics card.
I upgraded to 12.10 (32-bit) a few weeks ago (from 12.04) and everything has been running fine. A few days ago, the updater installed the latest kernel (3.5.0.22 ?) and since then I always have to manually select the latest kernel when booting.
I tried looking for /etc/default/grub but that file didn't exist.