LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Disable Graphical Boot Menu (https://www.linuxquestions.org/questions/suse-opensuse-60/disable-graphical-boot-menu-519105/)

stratcat 01-14-2007 12:56 AM

Disable Graphical Boot Menu
 
I am trying to figure out how to diable The graphical boot menu to a text menu on Suse 10.1 . I would like to watch the boot process.

Simon Bridge 01-14-2007 01:54 AM

Look for the kernel line in the grub configuration file - remove the word "splash".

abisko00 01-14-2007 05:54 AM

Quote:

Originally Posted by Simon Bridge
Look for the kernel line in the grub configuration file - remove the word "splash".

Although I believe you answered the true question behind, I 'd like to add this just for completion, as it was asked how to disable the grapfical boot menu:

In /boot/grub/menu.lst, comment-out/delete the line that starts with gfxmenu and you should get a text-based boot menu. Same effect as if you press escape at the grub menu.

stratcat 01-15-2007 08:03 PM

Thanks for your replies. I had no luck so far. First of all this Suse /boot/grub/ folder doesn't contain a grub.conf file. The second option, removing gfxmenu line in menu.lst only made the boot options text. Once I selected to boot Suse it went back to gui. I see that this is actually what I had asked in my post. Sorry, that's not what I meant. I wanted to see the whole boot list in text. Can you help?

Simon Bridge 01-15-2007 08:32 PM

Did you try removing the word "splash"?

Note:
The "grub configuration file" is called "grub.conf" (GRUB Configuration) in a great deal of systems, but others call it "menu.lst" (Menu List). Some have both files, but one will turn out to be a link to the other.

stratcat 01-15-2007 08:57 PM

Ok' I got it. Being the newbie that I am I was unaware that the two files were one in the same. I put back in the gfxmenu line and removed the comment splash leaving the rest of that line (=silent showopts). Now I can see what's booting on my machine without pressing escape. Does this seem correct?
Thank you for your help.

Simon Bridge 01-15-2007 10:54 PM

That's the one ;)

abisko00 01-16-2007 02:04 AM

To alter the splash screen, grub (or better: the kernel) uses the parameter splash=0/silent/verbose. splash=0 (or "splash" removed, like you did) is a complete text mode. splash=verbose gives you the messages on a graphical background, while splash=silent is the bootsplash you had at the beginning. The parameter "showopts" allows to display all following options on the boot menu (not used in your case).

grub.conf exists in /etc, but on SUSE, it contains the information about the installation-location of the grub bootloader.

stratcat 01-16-2007 08:25 PM

abisko00, Thank you for your explaination of these commands. I'm going to try "verbose" just to see the difference. Every day I learn just a bit more. What may be routine for all you folks is fascination for me. Thanks again


All times are GMT -5. The time now is 03:46 AM.