By default Windows 2000 installs in the \winnt directory. First Control
Panel|System|Advanced|Startup and Recovery, choose the correct System
Startup option as default, then you'll need to delete the options you want
removed from the boot.ini, it's a system, hidden file in the root of the
system partition. So you'll need to show-all-files, hidden, system in
Explorer. You should end up with something like this (below). The timeout
value is not functional when there is only one startup choice. Then you can
remove the %windir% directory that your currently not using from drive. By
default Windows 2000 installs into the \winnt directory and this is the
%windir% From a command prompt
echo %windir%
will reveal the one your using (possibly \winnt2), then you can delete the
other one not in use. To be sure you can rename it, then later delete it.
[boot loader]
timeout=30
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
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"teejg" wrote:
| Can I delete a redundant Windows 2000 operating system
| from my system?
| In trying to correct a drive letter problem (previously
| posted, and corrected, thank you very much), I ended up
| installing an additional W2K . I now have two W2K
| operating systems on my computer, named WINNT & WINDOWS.
| Can I remove one of them? I did not partition my Hard
| Drive during the installation.
|
| I found this post:
| --- "There's no way to "clean" remove one of the two
| Windows 2000 installations if you installed to the same
| partition (drive).
| You can delete the appropriate systemroot folder (i.e. if
| you've installed to \winnt and \winnt2, you can delete
| \winnt2 and keep winnt) and modify the boot.ini to remove
| the extra entry.
| --
| Daniel Chang
| Server Setup Team" ---
|
| Is there is something else I can do, if not, then how do I
| modify the boot.ini to remove the extra entry? Now every
| time I boot up it asks me which system I want.
|
| Thanks, Tom G