LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   stripping down GRUB menu (https://www.linuxquestions.org/questions/linux-newbie-8/stripping-down-grub-menu-483876/)

fincher69 09-15-2006 04:11 PM

stripping down GRUB menu
 
I was curious whether there was a way to strip down the diplayed grub menu. I put a splashscreen on and I would like to just have the choices displayed instead of having a big box around everything and a bunch of instructions at the bottom. Any way to do this? Thanks!

truthfatal 09-15-2006 04:21 PM

I'm not entirely sure what you mean.... I hardly ever see my Grub screen. but here's my menu.lst for a simplified example of one.:

Code:

default 0
timeout 30
color light-gray/blue black/light-gray

title Slackware -current [2.6.17.13]
  root (hd0,1)
  kernel /boot/vmlinuz-generic-2.6.17.13 root=/dev/hda2 ro vga=773

title Slackware -current [2.4.33.3]
  root (hd0,1)
  kernel /boot/vmlinuz root=/dev/hda2 ro vga=773


fincher69 09-15-2006 04:41 PM

Sorry if I wasnt clear. The default grub screen has the list of boot options and around them there's a box. Underneath the box it tells about options you have (like how to access command line boot and such). I want it to only display the list of boot options without the box or the text at the bottom.


All times are GMT -5. The time now is 04:22 PM.