Ubuntu :: Hide Grub Menu But Display Splash?

Jan 22, 2011

I would like to hide the Grub menu, but still display a splash screen, and be able to blindly select the items.

View 3 Replies


ADVERTISEMENT

Fedora :: Why GRUB Does Not Display Menu Based On Grub.conf/menu.lst

Jul 28, 2009

I am testing my crash recovery strategy for my linux system and I am having trouble with GRUB. I am basically restoring my backup (i.e. tar) unto a different hard drive, but I am having problems getting the machine to boot without me having to type the GRUB commands at the GRUB prompt that is presented when the machine boots up off the new hard drive. I have tried to restore the MBR in two ways (the 2nd one is the one that gets me to the GRUB prompt):

1. Get the MBR off the original drive and write it unto the new drive (all via dd), but that did not work at all: the machine hangs right away during boot up. It seems to hang right at the point where the BIOS tries to read the MBR.

Code:

On original drive:

# dd if=/dev/sda of=mbr+part.bin bs=512 count=1

On new drive (new drive is now in place of original drive):

# dd if=mbr+part.bin of=/dev/sda bs=1 count=446 conv=notrunc

2. By using the FEDORA rescue CD, I installed grub unto the new hard drive as follows:

Code:

# chroot /mnt/sysimage
# grub-install --root-directory=/boot hd0

reboot and remove FEDORA CD Using the 2nd option above, I get the GRUB> prompt during bootup. I can then boot into the system by issuing the commands that are in the menu.lst file, followed by the "boot" command. However, I would like for those commands to happen automatically, just like in the original configuration. It seems to me that GRUB is actually finding all its stage files because I doubt the GRUB program (the one displaying the prompt) fits entirely in the 446 bytes it has on the MBR. So, it must be loading its stage 2 (and stage 1.5??) files from my /boot partition. However, if GRUB is loading its stage files off the boot partition, why does it not load/read the menu.lst/grub.conf contained in the boot partition also?

Code:

# ls -l /boot
total 22888
-rw-r--r--. 1 root root 1274567 2009-05-27 16:39 System.map-2.6.29.4-167.fc11.i686.PAE
-rw-r--r-- 1 root root 1274538 2009-06-16 22:27 System.map-2.6.29.5-191.fc11.i686.PAE

[code]....

View 3 Replies View Related

Ubuntu :: Reset All Personalization Such As Splash Screen And Colors In Grub Splash To Default?

Apr 25, 2010

If I re-install Grub 2 from the live CD should that reset all the personalisations such as as splash screen and colours in the Grub splash to default? In my case they are not resetting. I would expect them to revert to the default black/white you get when initially installing the OS. the Grub timeout to be a lot less than its supposed to be? e.g. the default timeout setting of 5 seconds is more like 2 or 3 in reality, and when I set my prefered value to 2 seconds it results in being about 1/4 sec or so.

View 9 Replies View Related

Ubuntu :: Grub To Look At Config File And Display Menu?

Dec 24, 2010

This is an existing 10.4 installation, I decided to install XFCE through the package manager, hoping to get a little bit better performance. After I rebooted, I was greeted with the Grub command prompt. Not sure if this triggered this issue or whether it is convenience.I can boot into my system using the command line, however, I can't get Grub to use my menu again. Grub version is 1.98 (which I guess makes it Grub2). I've tried grub-install and grub-upate, neither of which returns any errors, however, after rebooting I still see the command prompt. I have verified that the config file in /boot/grub/grub.cfg does exist and appears to be correct as far as I can tell. Is there something I need to do to tell grub to look at this config file and display the menu?

View 9 Replies View Related

General :: Ubuntu 10.04 Grub Menu Doesn't Get Display

Jul 15, 2010

I have noticed whenever someone install Ubuntu 10.04 the grub menu doesnt get display. Is this a bug? Recently I did installed Ubuntu 10.04 with Windows as dual boot config and I did notice nothing like menu.1st instead it had grub.cfg. how to fix it?

View 2 Replies View Related

Ubuntu :: Edit Applications Menu To To Hide Games They Stay On The Menu?

Jul 8, 2010

When I edit my applications menu to to hide games they stay on the menu. Everything else hides when prompted.

View 6 Replies View Related

Ubuntu :: Hide - Remove Menu Icons In The Gnome Menu Bar

Jul 8, 2010

I'm looking for a way to hide the icons in the Gnome menu bar.

The only thing i've found is the gconf-editor and unchecking /desktop/gnome/interface/menus_have_icons, but that only affects the System menu and not Applications and Places...

Example:

Must be like:

How to disable them ?

I'm running Ubuntu 10.04LTS with Gnome 2.30

View 5 Replies View Related

Ubuntu :: Can't Hide Menu Items From "main Menu"?

Feb 20, 2010

I can't seem to hide any items on the "Games" menu from "Main Menu" (System->Preferences->Main Menu). I can hide items on all of the other menus under the main one but the game links won't change. Is there another way to do this?

View 1 Replies View Related

Ubuntu :: 10.10 Netbook Remix - Hide Global Menu?

Oct 12, 2010

I enjoy the new "global menu" for the Netbook Remix of 10.10, but I have yet to discover how to make it auto-hide when not in use.

View 1 Replies View Related

Ubuntu :: Disable The Auto-hide In Global Menu Bar In 11.04?

May 4, 2011

i want the menu bar on the top to show and not auto-hide.

View 5 Replies View Related

General :: Hide The KDE 4.3.5 Menu Until Its Needed?

Mar 10, 2010

I installed the new Frugalware 1.2 via USB and that went well. I wanted an LXDE menu, as I don't like the "style" of the KDE menus, and the KDE menus seem slow, too.

The problem is that after installing LXDE, I have the LXDE menu from what I'd call the start button, which I like, but the KDE menu is now covering the entire screen on all desktops, and there seems no way to minimize it. I doubt I'll have to use it often, but don't want to lose all access to the programs on it. I haven't checked to see if all the programs are on the LXDE menu, but I noticed that Gfpm (the package manager) is now missing from the menu. Not sure if anything else has disappeared.

n Is there a way to minimize or hide the KDE menu?

View 4 Replies View Related

Ubuntu Installation :: Unable To Hide Grub2 Menu At Startup?

Apr 8, 2011

I have serious problems hiding the Grub menu at startup.

What I want to do is simple boot into the first (and only) item without showing the menu to the user.

I have removed everything on the system so the only option is "GNU/Linux, with Linux 2.6.32-30-generic" in the menu.

My /etc/default/grub is like this:

Code:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true

[Code].....

No matter what I do I always get the same result:

The menu is shown and no countdown!

It's like grub isn't reading the changes of /etc/default/grub

why I'm unable to hide the menu?

View 9 Replies View Related

Fedora :: How To Hide The Program Launcher In Menu Bar

Nov 21, 2009

1st, I got the OS install. I just want to hide some program launcher from menu bar. In the old Gnome, it work this way, I put the mouse on the menu bar, and then right click, choose preference then I can hide everything I wanna hide. But I can not do that on F12 any more, I tired to refer to Gnome instruction manual on Gnome web site. It seems like they did not change anything on Gnome 2.28. Since the instruction remain the same.

2nd I also want to ask, how do I change the default interface language setting in F12? In previous version I just need to do that in SYSTEM-->Preference. But I can not see the option any more either.

3rd I can not install the NVIDIA proprietary driver even though I got GCC and kernel development header in place. The install log said:" The binary file is not for the kernel" Well, I just use the regular i686 kerenl as usual. It does not make sense it will not work.

I got the driver running by using the rpmfusion driver, not the one from Nvida

By the way, The nouveau driver in F12 works far from OK on my GO 7300. It just like a slave driver that whip the GPU at full out all the time, let alone it does not have 3D capability.

The live cd does not include GCC and kernel development header. That made me feel like walking on the moon but forgot to put the gravity suite on.

View 4 Replies View Related

Ubuntu :: Hide Factory Reset Rescue Partition From GRUB2 Menu

Jan 19, 2010

I have installed UNR 9.10 Karmic on new Asus EEE pc 1008HA to dual boot with XP. Like many new pc's it has a hidden partition to recover the factory hard disk settings and Microsoft Windows XP. Unfortunately, GRUB2 has picked this up and is showing the recovery system in the boot menu. Clearly this is dangerous because the user could reset the pc. How do I remove or hide this boot start up option? Other thoughts: I do not believe Easybcd works with xp/linux. is there another easy bootloader?

View 7 Replies View Related

Ubuntu :: Unity - Hide The Top Panel Or (better) Remove It Completely (I Can Live Without Global Menu)

May 2, 2011

To make Unity useful for me I need to make some changes. I wonder if it's possible to:

1. Hide the top panel or (better) remove it completely (I can live without global menu).
2. Make the Unity Launcher work like a panel - so it won't be possible to move windows behind it.

View 2 Replies View Related

Ubuntu :: GRUB 2 Hide Partition?

Jan 23, 2010

In GRUB 1 there were commands to hide/unhide a partition (e.g. hide (hd0,1)). Is there an equivalent in GRUB 2?

Do not confuse with hiding something from the menu - i want to hide a partition.

View 1 Replies View Related

Ubuntu Installation :: 10.04 Terminal/Boot Splash Doesn't Display Correctly?

Apr 19, 2010

I just upgraded my computer from Ubuntu 9.10 to 10.04 (beta2) restarted and the splash was screwed i thought meh i can live with it then went into my account switched to tty1(ctrl+alt+F1) and it was the same. got annoyed now asking had anyone else encountered/know how to fix this problem. pictures attached sorry for bad quality took on phone, but that is how it really looks.

View 9 Replies View Related

General :: Cannot Reset Resolution - No Display After Splash Screen

Jul 26, 2010

So I know now that I reach the login screen, and I know to hit control, alt, f1. However, all attempts to reset the resolution have failed. Here's how it went down. I was working with nvidia driver. Already was frustrated I couldn't get a working wide screen setting for my toshiba hd tv/monitor but that's a seperate issue. I was trying to get the driver to recognize my separate monitor to an hd tv in the living room using the video out. works fine with windows. I got it to recognize, it made me save settings, and then restart. Note resolution settings are set to automatic right now. Then when I restart, I get to ubuntu splash screen, it plays the chime, and shows a blank black screen. Control alt f1 brings me the menu.

I have been told to type (this is just quick type, I used the proper commands in reality)
sudo dpkg-reconfigure xserver-xorg.
sudo dpkg-reconfigure -phighxserver - xorg
xrandr --output lvds --mode 1024x768

I found one article that gave a three step process.
sudo cp /etc/x11/xorg.conf / etc/x11/xorg.conf.custom
sudo sh -c 'md5sum ' etc'/x11/xorg.conf > /var/lib/x11/xorg.conf.md5sum'
sudo dpk-reconfigure xserver-xorg.

Nothing gave me any of the results I expected from command doesn't exist to completely irrelevant menus. Start me from the beginning to what I should do. Yes I logged in properly with my username and password to. Do the 'etc' in the command need to be filled with something else like a drive letter or something. I'm so lost, should I disconnect my tv? Also I tried running in safe mode and it said something about display not found.

View 6 Replies View Related

General :: Edit Grub Menu From Initial Grub Screen - Possible To It's Own 'e' Option Or 'c' From Grub Command Line?

Nov 20, 2010

my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?

View 4 Replies View Related

Ubuntu :: Way To Hide Grub Entries In Grub2?

Jan 8, 2011

I have been fooling around with some of the new kernels and have ended up with a lot of options in my grub at boot. I have been checking this page:[URL].. ... and it appears hiding the entries in grub2 is not as easy as hashing them out (#) which was the convention in grub.

My problem: I have installed kernel 2.6.36 and 2.6.37 just to fool around. Neither works in anything but low-graphics as it seems the ATI graphics driver is not working in either yet. They both also kill my wireless (don't recognise the card). BUT I don't want to completely uninstall them as I'd like to keep playing around as time goes on and they develop. I'd like to just hide them from the menu.

Is there some easy way of doing this? The link I provide only gives options to make the kernel non-executable (overly complicated process) or remove the kernel completely, neither of which I want to do. This used to be simple in grub, open a file and add or remove a #, and - although overall I prefer grub2 - IMHO this 'improvement' seems a little like a backward step. Sure a million people will disagree, but .

View 9 Replies View Related

Programming :: PHP Booleans - Print Draw The First Image From A Function Then Hide The Rest Of The Images Using 'display: None'

Jul 29, 2010

I have this function that is supposed to print draw the first image from a function then hide the rest of the images using 'display: none' however for some reason the boolean test does not seem to work on one of my servers however it works on another, is there some php.ini setting I am missing or can you see any issues with the following code:

[Code]....

View 1 Replies View Related

Ubuntu :: Hide Users On GRUB Login List?

Nov 29, 2010

When you boot up Ubuntu, you are presented with the login screen, with a list of users that can access the machine. I want to be able to only show certain users in that list, and hide others.

View 1 Replies View Related

General :: Display Boot Splash Image On Embedded Device Using Fbsplash?

May 13, 2011

I'm working on a project to have our company logo image display on the screen during bootup. Our platform is an embedded Linux device running on a custom configured linux kernel 2.6.38.2. Our development distro is Ubuntu 10.04. I am currently trying to get fbsplash to work on our device with no luck so far.

View 1 Replies View Related

Programming :: QSplashScreen - Extend Loading Time To Display Splash For Longer?

Apr 7, 2011

One requirement of a project I am currently working on (for Maemo) is that the Qt application displays a QSplashScreen when it loads.

My issue is that the application is fairly small and I have written it to load components etc as they are required rather than at start-up. This has lead to quick start up times (which, in a perfect world is what we all strive for!)

How would I intentionally delay the start-up time so that the splash shows for longer?

I have investigated

Quote:

QTimer:: oneShot() (Space added to prevent smiley)

however, its prototype dictates that it be connected to a slot. I am running this QSplashScreen from inside main so this is neither needed nor feasible.

What is the best way to essentially do this:

Code:
Display Splash
Timer for 3 seconds
Close Splash
Display mainWindow

I do not want to use native system calls such as sleep() and would instead rather a Qt based solution.

View 1 Replies View Related

Ubuntu :: Grub Does Not Boot With Quiet Splash

Mar 1, 2010

I have just installed ubuntu on top of my windows 7 installation, on its own partition. From the beginning i could not install from the cd since it just froze every time i pressed install from the installation window. I got the commandline for the command to show itself, and noticed a command called quiet splash in the end. Wanting to see if it was hiding any errormessages i deleted it and ran the installer again. Now the installer did not crash and instead installed with no complications.In grub, when i try to boot windows 7 there is no problem. When i try to boot ubuntu it crashes. Ive left my computer for 30 minutes and still nothing has happened.However when i press e to see the boot command, delete quiet splash and press ctrl-x for boot, ubuntu starts with no problems.

View 2 Replies View Related

Ubuntu :: Messed Up GRUB - Fix Splash Screen

Oct 30, 2010

i wanted to fix splash screen, to be in 1680x1050 resulution, so i've found this: [URL].... After restart i don't have Ubuntu, with Linux 2.6.35-22-generic, just Ubuntu, with Linux 2.6.35-22-generic (recovery mode) My grub.cfg

[code]....

View 9 Replies View Related

Ubuntu Installation :: Can't Update Grub - Splash: Not Found

Jul 26, 2010

This is what I get when I'm updating grub xxx@xxx-desktop:~$ sudo update-grub /etc/default/grub: 9: splash: not found

View 1 Replies View Related

Ubuntu :: Enabling GRUB Splash Screen With 1 OS Install Only?

Sep 28, 2010

How do I do that ? Currently I have Kubuntu/Mint KDE installed as my main and only OS so the GRUB splash is disabled by default, how do I enable that (so I'm able to change the boot commands to go to single user mode).?

View 2 Replies View Related

Fedora :: Splash Image At Grub?

Jun 6, 2010

I wanted to know if the plain blue image of grub screen can be changed to a saved image. that is customize the grub splash screen and how can we do it. I am using Fedora 13 and gnome. though i think gnome should not make a difference since it is after boot.

View 3 Replies View Related

Server :: Splash Image For Grub?

Feb 13, 2011

how to add images to grub window in Ubuntu and how to zip a image that to be used in grub.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved