Results 1 to 10 of 12
how do you set the timer longer on the mandrake 9.1 dual boot prog to a longer time? somtimes i forget about it and go somewhere and come back, it ...
- 10-20-2003 #1Just Joined!
- Join Date
- Sep 2003
- Location
- GA, USA
- Posts
- 26
mandrake dual boot timer
how do you set the timer longer on the mandrake 9.1 dual boot prog to a longer time? somtimes i forget about it and go somewhere and come back, it boots into linux and i have to shut down to get back into windows(reason for windows: no internet on linux yet =p)
- 10-20-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
Just su root, open an editor of some kind and open up /etc/lilo.conf and find the timout= line and put the time you want.
- 10-20-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
You can also set your windows partition as default in /etc/lilo.conf to bbot up windows if you are not doing anything.
Regards
Andutt
- 10-22-2003 #4Just Joined!
- Join Date
- Sep 2003
- Location
- GA, USA
- Posts
- 26
re: ok...
wel i did this:
Code:su root Password: ***** <root> /etc/lilo.conf bash: /etc/lilo.conf: Permision Denied somthing aong those lines help please?
- 10-22-2003 #5Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
You need to open it with some kind of program capable of text editing, even kwrite would suffice. Just typing /etc/lilo.conf is asking for it to be excecuted like a script or application, which it's not. So su root and then open whatever editor you prefer, if you're not sure what you have, browse through your menu. Then edit the timeout= line like I mentioned above, save and you're good to go.
- 10-22-2003 #6Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Use vi,pico or emacs or some other texteditor.
You can also verify what kind of file it is wht the command:file like this
Code:file /sbin/lilo /sbin/lilo: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped file /etc/lilo.conf /etc/lilo.conf: ASCII text
Regards
Andutt
- 10-22-2003 #7Just Joined!
- Join Date
- Sep 2003
- Location
- GA, USA
- Posts
- 26
re: oh
oh, thanks very much!
- 10-23-2003 #8Just Joined!
- Join Date
- Sep 2003
- Location
- GA, USA
- Posts
- 26
re: well again...
well i did what you said, but nothing changed.
heres what i did in terminal using Gnome:
kwrite opened, i opened the lilo.conf and changed the time to 999999 (is there a limit to the time? i just entered a big number, and assumed it went by seconds) i changed the default login to "windows". rebooted, nothing changed. where did i go wrong?Code:su root Password: *** <root> kwrite
- 10-23-2003 #9Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
I could be wrong but I think 9999999 is too big a number. Something like 50 is plenty.
- 10-23-2003 #10Just Joined!
- Join Date
- Sep 2003
- Location
- GA, USA
- Posts
- 26
re:
oaky heres waht i did this time (dont get bord with me, please?) this is what i changed in lilo.conf
thats how it looks...it doesnt need "" around 50 or anything does it? hope not. default login was still set to "windows", but still boots to linux auto after 8 seconds or so.Code:timeout=50


Reply With Quote
