How do I get rid of the dual boot menu?

This is a discussion about How do I get rid of the dual boot menu? in the Everything New Technology category; I just re-installed Win2K on my laptop after formating the HD and now it thinks I have two operating systems on the machine even though there is only one. Is there a way to get rid of this menu so I it will boot faster? Thanks, Chris.

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar28.webp

4 Posts
Location -
Joined 2002-09-16
I just re-installed Win2K on my laptop after formating the HD and now it thinks I have two operating systems on the machine even though there is only one.
 
Is there a way to get rid of this menu so I it will boot faster?
 
Thanks,
 
Chris

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 30
Created
Apr 6
Last Response
0
Likes
1 minute
Read Time
User User User User User User
Users

Responses to this topic


data/avatar/default/avatar05.webp

214 Posts
Location -
Joined 2002-10-05
Open 'boot.ini' located on c:\ and set timeout=0

data/avatar/default/avatar28.webp

4 Posts
Location -
Joined 2002-09-16
OP
Thanks for the help, here it is.
 
[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
C:\="Previous Operating System on C:"

data/avatar/default/avatar28.webp

4 Posts
Location -
Joined 2002-09-16
OP
Thanks for your help. I knew it was an easy fix if I just knew where to ask the question.

data/avatar/default/avatar04.webp

1 Posts
Location -
Joined 2004-10-21
Thanks guys. This solution helped me as well. Great site!

data/avatar/default/avatar39.webp

1 Posts
Location -
Joined 2005-04-05
hello,
since i sww that u were able to help some people, i hope u can do the same with me
I have the same problem, i have a boot enu when i start my computer, and i would like to get rid of it,if possible.
this is what my boot file contains:
 
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
 
 
what should i delete to make this pain disappear?
Please help me!!!!
thanx
 
Pequinio :-

data/avatar/default/avatar02.webp

12 Posts
Location -
Joined 2005-01-17
Originally posted by pequinio:

Quote:what should i delete to make this pain disappear?Please help me!!!!
thanx
Pequinio :-
 
[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
 
I think this will work

data/avatar/default/avatar09.webp

1019 Posts
Location -
Joined 2004-12-21
The first entry is for Windows XP SP2 and last is for Windows XP (with or without SP1).