Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old 2 Weeks Ago   #31
ranch hand
Chocolate-Covered Ubuntu Beans
 
ranch hand's Avatar
 
Join Date: Aug 2008
Location: South East Montana
Beans: 2,147
Ubuntu 8.04 Hardy Heron
Re: Grub 2 - 5 Common Tasks

What you are seeing is the usplash image. The Grub2 splash image is the background behind your menu on the screen.

I take it you only have one OS on your box.

You need to go to /etc/default/grub and edit the file. You need to hash the line;
Code:
GRUB_HIDDEN_TIMEOUT=0
so it reads
Code:
## GRUB_HIDDEN_TIMEOUT=0
__________________
Dell 480 XPS 3G ram Quad Core 2.40GHz 3x320G HDD, 320G External, [ubuntu] Grub2 introduction
ranch hand is offline   Reply With Quote
Old 2 Weeks Ago   #32
cimh
5 Cups of Ubuntu
 
Join Date: Apr 2009
Beans: 17
Re: Grub 2 - 5 Common Tasks

Quote:
Originally Posted by ranch hand View Post
I take it you only have one OS on your box.
## GRUB_HIDDEN_TIMEOUT=0
Thnxs for quick reply. yes only one os. I #'d out that line - updated but no difference - then I tried #ing out the line below to but also no difference.

grub looks like this now:
Code:
GRUB_DEFAULT=0
# GRUB_HIDDEN_TIMEOUT=0
# GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT="0"
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"
you can see I'd earlier un#ed the grub_gfxmode line as well. It wouldnt be anything to do with the screen res on the eee (1024 x 600) would it?

cimh
cimh is offline   Reply With Quote
Old 2 Weeks Ago   #33
ranch hand
Chocolate-Covered Ubuntu Beans
 
ranch hand's Avatar
 
Join Date: Aug 2008
Location: South East Montana
Beans: 2,147
Ubuntu 8.04 Hardy Heron
Re: Grub 2 - 5 Common Tasks

It appears that you a the grub timeout we at 0. I would increase that.

You have to remember to run;
Code:
sudo update-grub
for any change to take place.
__________________
Dell 480 XPS 3G ram Quad Core 2.40GHz 3x320G HDD, 320G External, [ubuntu] Grub2 introduction
ranch hand is offline   Reply With Quote
Old 2 Weeks Ago   #34
cimh
5 Cups of Ubuntu
 
Join Date: Apr 2009
Beans: 17
Re: Grub 2 - 5 Common Tasks

Excellent thanks. So
# GRUB_HIDDEN_TIMEOUT=0
GRUB_TIMEOUT="1"

brings up the splash image for a couple of secs overlaid by the text but it soon disappears to be replaced by the monochrome ubuntu splash again. Is that supposed to happen? I thought the new splash screen would stay on until I got to gdm?

cimh
cimh is offline   Reply With Quote
Old 2 Weeks Ago   #35
ranch hand
Chocolate-Covered Ubuntu Beans
 
ranch hand's Avatar
 
Join Date: Aug 2008
Location: South East Montana
Beans: 2,147
Ubuntu 8.04 Hardy Heron
Re: Grub 2 - 5 Common Tasks

Nope. The goal is to replace usplash with upstart but that has not worked yet. So, you get the grub menu, upsplash, xsplash, GDM and then xsplash again on booting.

Hopefully this is resolved in 10.04.
__________________
Dell 480 XPS 3G ram Quad Core 2.40GHz 3x320G HDD, 320G External, [ubuntu] Grub2 introduction
ranch hand is offline   Reply With Quote
Old 1 Week Ago   #36
yaztromo
Gee! These Aren't Roasted!
 
Join Date: Nov 2005
Location: South Yorkshire, UK
Beans: 208
Xubuntu 9.10 Karmic Koala
Re: Grub 2 - 5 Common Tasks

I have more than one OS installed but still want to hide the menu unless I press shift. Following your OP does not work for me. Is it possible to hide the menu with more than one OS installed at all?

EDIT: Nevermind I fixed it. To hide the menu you also have to set GRUB_TIMEOUT=0.

Last edited by yaztromo; 1 Week Ago at 03:02 PM..
yaztromo is offline   Reply With Quote
Old 1 Week Ago   #37
drs305
Ubuntu addict and loving it
 
Join Date: Jan 2007
Beans: 6,111
Ubuntu 9.10 Karmic Koala
Re: Grub 2 - 5 Common Tasks

Quote:
Originally Posted by yaztromo View Post
I have more than one OS installed but still want to hide the menu unless I press shift. Following your OP does not work for me. Is it possible to hide the menu with more than one OS installed at all?
In /etc/default/grub, set the GRUB_HIDDEN_TIMEOUT to 0 or a positive integer.

Hiding the menu is a problem for some users (including me on some systems). Here are some of the ways that might work for you. Each one is separate from the others and should start from an unchanged system (i.e. restore the original settings before trying the next).


1. Add this line to /etc/default/grub
GRUB_DISABLE_OS_PROBER=true
run sudo update-grub
Leaving it set up like this will not allow G2 to find updates on other partitions/OSs. The next post may work without giving up this feature.

2. Refer to post #17 in this thread:
http://ubuntuforums.org/showthread.php?p=8290027#17

3. Refer to this bug report:
https://bugs.launchpad.net/ubuntu/+s...b2/+bug/444495
drs305 is offline   Reply With Quote
Old 6 Days Ago   #38
burgerearl
Just Give Me the Beans!
 
Join Date: Aug 2007
Beans: 47
Re: Grub 2 - 5 Common Tasks

Maybe this is obvious for those more experienced with editing Linux config files than I am (newb), but it might be helpful to add a note that when adding a background image, the image name is case sensitive. That caught me up at first.

Thanks for the writeup!
burgerearl is offline   Reply With Quote
Old 5 Days Ago   #39
drs305
Ubuntu addict and loving it
 
Join Date: Jan 2007
Beans: 6,111
Ubuntu 9.10 Karmic Koala
Re: Grub 2 - 5 Common Tasks

Quote:
Originally Posted by burgerearl View Post
Maybe this is obvious for those more experienced with editing Linux config files than I am (newb), but it might be helpful to add a note that when adding a background image, the image name is case sensitive. That caught me up at first.
This is true of Linux in general. But if it happened to you it is 100% certain it's happened to others.
drs305 is offline   Reply With Quote

Bookmarks

Tags
default, grub2, splash, timeout

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:24 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry