boot selection

K

Klaus Fanz

hello

I want to have a selection between operation systems while booting (Win98,
Win2000, Win XP) and I want to have Win2000 as my default system

This is my boot.ini:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000
Professional"
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect
multi(0)disk(0)rdisk(2)partition(1)\TEMP="Microsoft Windows XP Professional"
/fastdetect
C:\="Microsoft Windows 98"

but it does not work properly

I always get the selection

Windows2000
Windows XP
Win98
and Windows (Standard)

an then Windows wants to launch with the last OS

What is the reason, how can I make Win 2000 to my default OS

Thank you

Klaus Fanz
 
D

Dave Patrick

It should work. Although the using \temp directory for the Windows XP
windows directory looks strange.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect.


:
| hello
|
| I want to have a selection between operation systems while booting (Win98,
| Win2000, Win XP) and I want to have Win2000 as my default system
|
| This is my boot.ini:
|
| [boot loader]
| timeout=30
| default=multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000
| Professional"
| [operating systems]
| multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000
| Professional" /fastdetect
| multi(0)disk(0)rdisk(2)partition(1)\TEMP="Microsoft Windows XP
Professional"
| /fastdetect
| C:\="Microsoft Windows 98"
|
| but it does not work properly
|
| I always get the selection
|
| Windows2000
| Windows XP
| Win98
| and Windows (Standard)
|
| an then Windows wants to launch with the last OS
|
| What is the reason, how can I make Win 2000 to my default OS
|
| Thank you
|
| Klaus Fanz
|
|
|
|
|
|
 
L

Leonard Severt [MSFT]

hello

I want to have a selection between operation systems while booting
(Win98, Win2000, Win XP) and I want to have Win2000 as my default
system

This is my boot.ini:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows
2000 Professional"
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect
multi(0)disk(0)rdisk(2)partition(1)\TEMP="Microsoft Windows XP
Professional" /fastdetect
C:\="Microsoft Windows 98"

but it does not work properly

I always get the selection

Windows2000
Windows XP
Win98
and Windows (Standard)

an then Windows wants to launch with the last OS

What is the reason, how can I make Win 2000 to my default OS

Thank you

Klaus Fanz

You need to change your default line to read

default=multi(0)disk(0)rdisk(1)partition(1)\WINNT

Do not put the text description. That will also get rid of the Windows
(Standard) line.

Leonard Severt

Windows 2000 Server Setup Team
 
D

Dave Patrick

Looked right at that and missed it!

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect.


:
|
| You need to change your default line to read
|
| default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
|
| Do not put the text description. That will also get rid of the Windows
| (Standard) line.
|
| Leonard Severt
|
| Windows 2000 Server Setup Team
|
| --
| This posting is provided "AS IS" with no warranties, and confers no
| rights.
 
L

Leonard Severt [MSFT]

Looked right at that and missed it!

Dave,

I did the first read through it also, easy thing to miss. Then I saw the
3rd choice in the menu and caught it.

Leonard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top