LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Configuring LILO/Grub ..... ? (https://www.linuxquestions.org/questions/linux-newbie-8/configuring-lilo-grub-124235/)

Santorres 12-09-2003 11:22 AM

Configuring LILO/Grub ..... ?
 
:confused:

I would like to know how can i edit the grub/lilo paramenters or configuration. How can i modify the time it takes and it's stuff. How can I modify it in order to let W2K to be the default one. ?

:newbie:

jkobrien 12-09-2003 11:25 AM

Hi,

man grub
man lilo
Use the search function for these boards.
Use google.

The best thing is to look at /etc/lilo.conf, or /boot/grub/grub.conf and try to understand what's there already. If you manage that, you know how to do pretty much anything you need to do.

Happy reading!

John

aaa 12-09-2003 11:50 AM

Look in the /etc/lilo.conf or /etc/grub.conf files. Making an entry default can be done by putting it's paragraph before the paragraphs for the other entries.

Skyline 12-09-2003 01:50 PM

In lilo.conf you can change the ;

timeout=

and

default=

directives to achieve a shorter boot time and different OS to boot first, respectively - (the default= directive has to match one of the label= directive names in one of the OS stanzas)

With lilo.conf, after any changes make sure you type;

/sbin/lilo

to re-install LILO and the new map..


All times are GMT -5. The time now is 11:19 AM.