LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Quick LiLo config question (https://www.linuxquestions.org/questions/slackware-14/quick-lilo-config-question-535249/)

C-Sniper 03-06-2007 09:13 PM

Quick LiLo config question
 
I currently have my windoze NTLDR set up for my dual boot and was wondering if there was a way too set up my linux partition so that the LiLo automatically loads linux w/o any user input. Thanks

PatrickNew 03-06-2007 09:22 PM

you can edit the

timeout=<some number>

value in lilo.conf to make <some number> 1. This will wait one tenth of a second before timing the menu out. Not perfectly instantaneous, but good enough to fool a human.

H_TeXMeX_H 03-06-2007 09:55 PM

If you are dual booting ... 1 is not a good choice ... you have no time to select. Maybe 200 ms or so.

PatrickNew 03-06-2007 10:16 PM

I think he's saying that ntldr handles the actual choice, and if he chooses linux, it passes control to Lilo. He wants lilo to timeout immediately, because if it was ever called, he'd always want the same outcome.

cooldave 03-06-2007 10:49 PM

I just remove the 'prompt' parameter, this will bypass the menu no matter what the timer is set for.
-CD-

C-Sniper 03-06-2007 11:00 PM

Patrick is correct. my NTLDR handles the choosing which passes off to LiLo. i just want to know what i have to do to make it so that it just automatically boots to linux once i have selected it from the NTLDR.
Thanks cooldave ill give it a try.
--edit--
nope same thing happens.

H_TeXMeX_H 03-07-2007 12:03 AM

well set timeout to 0 (that's zero) and remember to run /sbin/lilo

C-Sniper 03-07-2007 07:02 AM

alright ill give that one a try. now do i have to run sbin/lilo or can i just run lilo?

H_TeXMeX_H 03-07-2007 04:09 PM

either '/sbin/lilo' (the true location of lilo), or 'lilo' if your path is configured properly. (as root, of course)


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