LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-01-2002, 07:46 AM   #1
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Rep: Reputation: 30
boot manager problem


Ever since I installed Mandrake Linux a few days ago I am having some sort of trouble with the Linux Boot Manager...

It only gives me a few seconds to choose Windows if I want to boot in Windows. How do i change it so that Windows is the default OS and how do i change the timing on the selection?
 
Old 02-01-2002, 08:35 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
What boot manager are you using LILO or GRUB?

Last edited by neo77777; 02-01-2002 at 08:41 AM.
 
Old 02-01-2002, 09:10 AM   #3
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
dont have a clue

dont have a clue...

how can i tell?
 
Old 02-01-2002, 09:26 AM   #4
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
lilo!

sorry...

i think it is lilo because i dont see Grub anywhere on my system
 
Old 02-01-2002, 09:31 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
as root edit /etc/lilo.conf

change...
default=windows
timeout=9999

run...
lilo
 
Old 02-01-2002, 11:51 AM   #6
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
thanks....

as far as lilo is concerned... do the seconds say like 10 seconds =100 in time value?
 
Old 02-02-2002, 12:44 AM   #7
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
Yes. If you want a 30 second delay, then you multiply 30 times 10 and the result is what you enter into the ' timeout= ' line. For grub, you would just enter in the seconds without multiplying.
 
Old 02-02-2002, 09:35 PM   #8
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
grub

where would the config file for grub be? i cant seem to find it although package grub seems to be installed...
 
Old 02-02-2002, 10:21 PM   #9
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
Try looking in the /boot/grub folder and see if you can find a file named either menu.lst or grub.conf.
 
Old 02-03-2002, 08:30 AM   #10
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
grub...

these are the files in /boot/grub:

device.map ffs_stage1_5 menu.lst minix_stage1_5 stage2
e2fs_stage1_5 install.sh menu.once reiserfs_stage1_5 vstafs_stage1_5
fat_stage1_5 jfs_stage1_5 messages stage1 xfs_stage1_5

which oneof these do i edit... in assuming this will be very similar to lilo.conf

thanks for the help
 
Old 02-03-2002, 07:12 PM   #11
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
The file you want to edit is menu.lst. Look for the timeout line and edit the number to be the number of seconds you want. If you want 30 seconds, change the number to 30. To make windows the default, look for the default line. If there is no default, just add one. The default line is followed by a number. The OS's are numbered according to their appearance starting with 0 (zero). If linux is listed first, then it is 0 (zero) and windows would be 1 (one). Just put the number after default. Like this:

default=1

Timeout would be:

timeout=30

The numbers I used are just examples.
 
Old 02-04-2002, 08:53 AM   #12
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
thanks

that made a lot of sense and extremely helpful... too bad YOU dont write any howto's (maybe you do) but i wish they made as much sense as that brief paragraph...

thanks... got it going and it works fine!
 
Old 02-04-2002, 05:45 PM   #13
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
You're welcome.
 
Old 02-06-2002, 11:27 AM   #14
Linuxidiot
Member
 
Registered: Feb 2002
Location: Dallas, Tx
Distribution: RedHat 8.0
Posts: 70

Rep: Reputation: 15
Red face Dual boot Win XP / Red Hat 7.2

I am having trouble with my install of Win XP / RedHat 7.2 I installed Win Xp in the first partition of bout 20 gigs then i went and installed 7.2 on the second partition with bout another 20 gigs of space well I can get the lilo boot loader to come up and i can choose to boot into windows just fine and dandy....but when i choose linux it goes through all the steps and to cut it short it ends up going through a ???? kernal panic????? then tells me i need to set something like init = option to kernel...I will add any other info I can pass onto you as soon as possible but if you think you might be able to help OMFG please do this is really irking me


 
Old 02-06-2002, 12:00 PM   #15
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
friend, you may want to post that as a completely new thread for better exposure... i am sure i am an even bigger newbie than (only been using linux a week) plus i have no experience with XP other that playing with it once at Circuit City (I did not like what I saw :-()...

Good luck! I feel your pain...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Smart Boot Manager wont boot dos on logical part. AlanL Linux - Software 5 09-01-2005 12:25 AM
Problem installing the boot manager - FreeBSD K@rl` *BSD 0 04-25-2005 10:20 AM
cloning both partitions, dual boot system, master boot record, logical volume manager saranga2000 Linux - Hardware 3 01-10-2005 11:04 AM
Problem with Mandrake-Boot-Manager and Modem (German) lordsony Mandriva 6 05-12-2004 03:15 AM
Dual boot for Redhat 9 and Solaris 9 boot manager problems steve_2010 Red Hat 1 01-30-2004 09:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration