Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-25-2004, 04:12 PM
|
#1
|
LQ Newbie
Registered: Dec 2004
Location: NY
Distribution: redhat 9 (fedora?)
Posts: 3
Rep:
|
change the timeout on boot
Talk about a newbie, I have about 8 hours under my belt with rh9. Never used linux before. My problem is I cant change the time I have to select a OS. Monitor does not come on fast enough. Just a small inconvienence. I hope this is the correct room to ask, if not direct me to it!!!!!!
|
|
|
12-25-2004, 04:21 PM
|
#2
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hi there
if u r using grub as ur boot loader
then
edit ur /etc/grub.conf
and change this
timeout=10
to
timeout=30
to change the timeout from 10 secs to 30 secs
----------------
if u r using lilo then edit ur /etc/lilo.conf
and change the value of
timeout=50
after saving ur lilo.conf
run
lilo
in ur terminal
------------------
if u do not know which bootloder(grub or lilo) u r using then
if u don't get the file /etc/lilo.conf,this implies u using grub,so edit ur /etc/grub.conf file
and is always good to take a backup of files like these before editing them so that u do make any unwanted errors
regards
|
|
|
12-25-2004, 04:43 PM
|
#3
|
LQ Newbie
Registered: Dec 2004
Location: NY
Distribution: redhat 9 (fedora?)
Posts: 3
Original Poster
Rep:
|
I have tried all those and thats the problem, I cant get it to except changes. Ill just keep reading the book I have and figure it out. Thanks anyway
|
|
|
12-25-2004, 04:59 PM
|
#4
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hi
ok, if u r usng lilo then did u un lilo after changing the lilo.conf file
regards
|
|
|
12-25-2004, 06:12 PM
|
#5
|
Member
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488
Rep:
|
To billb:
Probably a silly question, but where you root when you tried doing all that?
|
|
|
12-25-2004, 07:41 PM
|
#6
|
LQ Newbie
Registered: Dec 2004
Location: NY
Distribution: redhat 9 (fedora?)
Posts: 3
Original Poster
Rep:
|
Im sure I am in root? asks for root password. Tried doing it in boot when you can select "e" or "c" before actually booting up. I use KDE as the "desktop". Maybe I will reload and see if I can make adjustments there. Could allways use the practice!! And I am blowing away as we speak my XP any how.....TEE-HAA. I am sure its something "stupid" I am missing.???? Side note, got to the folder for /boot/grub/grub.conf and was told didnt have rights??? But asks for root password.???
Thanks for the input
|
|
|
12-25-2004, 10:35 PM
|
#7
|
LQ Veteran
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642
Rep:
|
Note that the parameter for "timeout" is in tenths of a second - if you wanted to have a 8 second window to choose which OS to use, you would want "timeout=80".
To summarize what others have already suggested, as root, go to the /etc directory, then open lilo.conf with your favorite text editor. Make your changes, save them, then re-run the lilo program
That ought to do it -- J.W.
|
|
|
12-25-2004, 10:40 PM
|
#8
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
If it told you that you didn't have rights, that's good: you're logged in as user; not root (minimizes the amount of damage you can do). Asks for root password so that you can have rights.
I don't know which text editor you're using, so try this.
Open a terminal window (that little tv screen icon in the system tray) and issue the command: su (switch user).
You'll be prompted for root password; supply it and you're in the shell as root (with all the authority you need to thoroughly trash your system).
Then 'vim /boot/grub/grub.conf' to open grub.conf in the vi improved editor.
Use the arrow keys to navigate to the line you want to change. If there is anything you want deleted from that line, use the arrow keys to position the cursor at the leftmost character you want to delete, then press the 'x' letter key as many times as needed to delete all the text you want to remove.
To insert new text, press the ' i ' key to enter insert mode, and type in the changes.
Each line is treated as a seperate entity, so you'll have to do the same thing in each line.
To switch from insert mode to command mode (where the x key works), you must press the ESC key to exit insert mode.
To save your changes, press ESC, then enter :wq (that's colon wq) and press enter. Colon tells vim this is a command; w tells vim to write, q tells vim to quit.
|
|
|
All times are GMT -5. The time now is 01:34 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|