Boot up message

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

Hi

I recently got a 2nd hand computer which use to have
Windows XP on it but has being replaced by windows 2000,
which works perfect apart from when i boot up it asks me
which operating system to boot up Windows 2000 or Windows
Xp(which was deleted) I've tried clearing the boot record
by using a startup disc and using command FDISK /MBR but
no difference anyone got a solution?Hopefully avoiding
reinstallation.
 
The message is probably occurring in a line of your boot.ini file.

Modify your boot.ini file carefully, as it can lead you into a no-boot
situation where you cannot access your machine.

Your boot ini file may look like the following:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Home Edition"
/fastdetect <--- this line
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 Professional"
/fastdetect

Remove the line that contains the reference to the OS that is no longer
there.

Editing the boot.ini file may require you change the attribute from
read-only (Properties and uncheck the read-only checkbox).

--
Daniel Chang
Server Setup Team

Search our Knowledge Base at http://support.microsoft.com/directory
Visit the Windows 2000 Homepage at
http://www.microsoft.com/windows2000/default.asp
See the Windows NT Homepage at http://www.microsoft.com/ntserver/

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!
This posting is provided "AS IS" without warranty either expressed or
implied, including, but not limited to, the implied warranties of
merchantability or fitness for a particular purpose.
The views and opinions expressed in this newsgroup posting are mine and do
not necessarily express or reflect the views and / or opinions of Microsoft.


: Hi
:
: I recently got a 2nd hand computer which use to have
: Windows XP on it but has being replaced by windows 2000,
: which works perfect apart from when i boot up it asks me
: which operating system to boot up Windows 2000 or Windows
: Xp(which was deleted) I've tried clearing the boot record
: by using a startup disc and using command FDISK /MBR but
: no difference anyone got a solution?Hopefully avoiding
: reinstallation.
 
you can stop this from happening by going into your
CONTROL PANEL and the click on SYSTEM. click on
the 'ADVANCED' tab, then click on 'STARTUP AND RECOVERY.'
make sure that windows 2000 is set as your default
operating system, and then uncheck "display list of
operating systems."

this will stop the list of operating systems from coming
up.
 
Back
Top