bar2000,
Owensleftfoot's instructions are correct, I would add that depending on what linux distribution you're using, the file to edit might also be /boot/grub/menu.lst.
Hope this helps...
Main Topics
Browse All TopicsI have my latop dual booting with linux 8.0 and Windows 2000. On boot up the default option is Linux , how do I change it to be windows 2000 ??
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Or, if you're booting with lilo, edit /etc/lilo.conf adding the above line above timeout=XX:
default=oslabel
where oslabel is label given to linux in lilo.conf. Then save the file. Then type:
/sbin/lilo -v
Lilo boots the first OS listed in lilo.conf by default. You can change the OS that boots by default by doing the above or by switching the order of the two OS's in lilo.conf. The above method should be simpler.
Hope this helps...
The above comments are all valid: There are a couple
other options available with lilo, and probably with
GRUB.
One: In lilo you can change the wait time for you to
to choose. I think th default is either 4 or 10 seconds.
The figure is measured in 10's
So timeout=9000 would wait 900 seconds, (15 minutes)
if you don't push a key.
This is good if you turn it on, then go get a cup of
coffee while it's doing the power on schtick.
Another lilo option is "lock" It goes in the global
section. This causes the machine to reboot whatever
it booted last time.Quite handy if you tend to work
in linux for a day or three, work in windows for a
couple days...
A third option is the lilo option -R.
E.g. lilo -R win2K
(Assuming that win2k is the name of the windows that
you boot up.)
This will boot ONCE with win2K, and go back to default
for the next run.
I have an alias at home:
alias windows = 'lilo -R windows; reboot now'
so that if it comes up in linux (my default)
I log in, and type windows, and go away again.
bar2000:
This old question needs to be finalized -- accept an answer, split points, or get a refund. For information on your options, please click here-> http:/help/closing.jsp#1
EXPERTS:
Post your closing recommendations! No comment means you don't care.
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:
Split: owensleftfoot {http:#8270084} & paneless {http:#8277410} & sgbotsford {http:#8284785}
Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
paullamhkg
EE Cleanup Volunteer
Business Accounts
Answer for Membership
by: owensleftfootPosted on 2003-04-04 at 07:21:39ID: 8270084
If your boot manager is grub edit the file /boot/grub/grub.conf and change the line "default=0" to "default=1"