![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#31 |
|
Chocolate-Covered Ubuntu Beans
![]() 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 Code:
## GRUB_HIDDEN_TIMEOUT=0
__________________
Dell 480 XPS 3G ram Quad Core 2.40GHz 3x320G HDD, 320G External, [ubuntu] Grub2 introduction |
|
|
|
|
|
#32 | |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2009
Beans: 17
|
Re: Grub 2 - 5 Common Tasks
Quote:
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" cimh |
|
|
|
|
|
|
#33 |
|
Chocolate-Covered Ubuntu Beans
![]() 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
__________________
Dell 480 XPS 3G ram Quad Core 2.40GHz 3x320G HDD, 320G External, [ubuntu] Grub2 introduction |
|
|
|
|
|
#34 |
|
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 |
|
|
|
|
|
#35 |
|
Chocolate-Covered Ubuntu Beans
![]() 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 |
|
|
|
|
|
#36 |
|
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.. |
|
|
|
|
|
#37 | |
|
Ubuntu addict and loving it
![]() Join Date: Jan 2007
Beans: 6,111
Ubuntu 9.10 Karmic Koala
|
Re: Grub 2 - 5 Common Tasks
Quote:
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 |
|
|
|
|
|
|
#38 |
|
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! |
|
|
|
|
|
#39 |
|
Ubuntu addict and loving it
![]() Join Date: Jan 2007
Beans: 6,111
Ubuntu 9.10 Karmic Koala
|
Re: Grub 2 - 5 Common Tasks
This is true of Linux in general. But if it happened to you it is 100% certain it's happened to others.
|
|
|
|
| Bookmarks |
| Tags |
| default, grub2, splash, timeout |
| Thread Tools | |
| Display Modes | |
|
|