A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Irregular Boot.ini



 
 
Thread Tools Display Modes
  #1  
Old October 26th 08, 01:01 PM posted to microsoft.public.windowsxp.general
Beyond X
external usenet poster
 
Posts: 30
Default Irregular Boot.ini

I partitioned the harddisk into two parts and have set up a dual boot
system with two separate operating systems. Normally there should be two
lines in the boot screen so that one can select one of the two systems.
In my case there should appear as below:

Windows 2000 I
Windows 2000 II
with clock counting

This time, for some unknown reasons, there appears three lines as below:
Windows 2000 I
Windows 2000 II
Windows 2000 (Default)

There, "Windows 2000 (Default)" is hilighted and If I don't move to
another, the computer clashes. Also there is no clock counting the
preset time.
If I select "Windows 2000 I" or "Windows 2000 II", it proceeds to boot
to the selected system.
In the attempt to correct the irregularity, I checked the boot.ini file
and found it looking normal as below:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Windows 2000 I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 II" /fastdetect

That is, I don't see the line of "Windows 2000 Default".
What is going on? and how can I correct the irregularity? Can anyone help?
Ads
  #2  
Old October 27th 08, 07:19 AM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)[_2362_]
external usenet poster
 
Posts: 1
Default Irregular Boot.ini


"Beyond X" wrote in message
...
I partitioned the harddisk into two parts and have set up a dual boot
system with two separate operating systems. Normally there should be two
lines in the boot screen so that one can select one of the two systems. In
my case there should appear as below:

Windows 2000 I
Windows 2000 II
with clock counting

This time, for some unknown reasons, there appears three lines as below:
Windows 2000 I
Windows 2000 II
Windows 2000 (Default)

There, "Windows 2000 (Default)" is hilighted and If I don't move to
another, the computer clashes. Also there is no clock counting the preset
time.
If I select "Windows 2000 I" or "Windows 2000 II", it proceeds to boot to
the selected system.
In the attempt to correct the irregularity, I checked the boot.ini file
and found it looking normal as below:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Windows 2000 I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 II" /fastdetect

That is, I don't see the line of "Windows 2000 Default".
What is going on? and how can I correct the irregularity? Can anyone help?


I suspect that you're looking at the wrong boot.ini file. The file is
normally hidden and it resides in the root folder of the active partition.
Copy your file to the root of every partition you have, then tag each of
them in the description field (after the "equal" sign) so that you know
which one is being used.


  #3  
Old October 27th 08, 01:50 PM posted to microsoft.public.windowsxp.general
Beyond X
external usenet poster
 
Posts: 30
Default Irregular Boot.ini

Thanks for reply.
In my computer there is only one boot.ini in the root directory of the
active partition which does not contain the problem line (Windows 2000
(Default)). To be precise my boot.ini file reads as follows:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Windows 2000 Pro I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 Pro II" /fastdetect

Question is where the line of "Windows 2000 (Default)" added to the
bottom of the boot message comes from? The Windows programers embedded
this line somewhere in the operating system program so that the line is
to be activataed and added to the bottom of the boot message when
certain conditions are met.
Another strange thing is that while the boot.ini contains a specified
time ("timeout") to be counted before an OS starts automatically from
the default partion, this usual clock counting number is missing in the
boot screen. So I must say something is screwed up in the way the dual
boot was set up with the link to the boot.ini file.
I have set up dual boot computers many times, but never seen something
like this.

Pegasus (MVP) wrote:
"Beyond X" wrote in message
...

I partitioned the harddisk into two parts and have set up a dual boot
system with two separate operating systems. Normally there should be two
lines in the boot screen so that one can select one of the two systems. In
my case there should appear as below:

Windows 2000 I
Windows 2000 II
with clock counting

This time, for some unknown reasons, there appears three lines as below:
Windows 2000 I
Windows 2000 II
Windows 2000 (Default)

There, "Windows 2000 (Default)" is hilighted and If I don't move to
another, the computer clashes. Also there is no clock counting the preset
time.
If I select "Windows 2000 I" or "Windows 2000 II", it proceeds to boot to
the selected system.
In the attempt to correct the irregularity, I checked the boot.ini file
and found it looking normal as below:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WINN T
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Windo ws 2000 I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windo ws 2000 II" /fastdetect

That is, I don't see the line of "Windows 2000 Default".
What is going on? and how can I correct the irregularity? Can anyone help?



I suspect that you're looking at the wrong boot.ini file. The file is
normally hidden and it resides in the root folder of the active partition.
Copy your file to the root of every partition you have, then tag each of
them in the description field (after the "equal" sign) so that you know
which one is being used.


  #4  
Old October 28th 08, 06:09 AM posted to microsoft.public.windowsxp.general
Andy
external usenet poster
 
Posts: 442
Default Irregular Boot.ini

The default line says rdisk(1).

On Sun, 26 Oct 2008 22:01:12 +0900, Beyond X
wrote:

I partitioned the harddisk into two parts and have set up a dual boot
system with two separate operating systems. Normally there should be two
lines in the boot screen so that one can select one of the two systems.
In my case there should appear as below:

Windows 2000 I
Windows 2000 II
with clock counting

This time, for some unknown reasons, there appears three lines as below:
Windows 2000 I
Windows 2000 II
Windows 2000 (Default)

There, "Windows 2000 (Default)" is hilighted and If I don't move to
another, the computer clashes. Also there is no clock counting the
preset time.
If I select "Windows 2000 I" or "Windows 2000 II", it proceeds to boot
to the selected system.
In the attempt to correct the irregularity, I checked the boot.ini file
and found it looking normal as below:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WIN NT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Window s 2000 I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Window s 2000 II" /fastdetect

That is, I don't see the line of "Windows 2000 Default".
What is going on? and how can I correct the irregularity? Can anyone help?

  #5  
Old October 28th 08, 06:32 AM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)[_2370_]
external usenet poster
 
Posts: 1
Default Irregular Boot.ini

You still need to confirm that the file you ***think*** is being used is in
fact the one that ***is*** being used, by tagging one of its line in a
readily recognisable way.


"Beyond X" wrote in message
...
Thanks for reply.
In my computer there is only one boot.ini in the root directory of the
active partition which does not contain the problem line (Windows 2000
(Default)). To be precise my boot.ini file reads as follows:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Windows 2000 Pro I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 Pro II"
/fastdetect

Question is where the line of "Windows 2000 (Default)" added to the bottom
of the boot message comes from? The Windows programers embedded this line
somewhere in the operating system program so that the line is to be
activataed and added to the bottom of the boot message when certain
conditions are met.
Another strange thing is that while the boot.ini contains a specified time
("timeout") to be counted before an OS starts automatically from the
default partion, this usual clock counting number is missing in the boot
screen. So I must say something is screwed up in the way the dual boot was
set up with the link to the boot.ini file.
I have set up dual boot computers many times, but never seen something
like this.

Pegasus (MVP) wrote:
"Beyond X" wrote in message
...

I partitioned the harddisk into two parts and have set up a dual boot
system with two separate operating systems. Normally there should be two
lines in the boot screen so that one can select one of the two systems.
In my case there should appear as below:

Windows 2000 I
Windows 2000 II
with clock counting

This time, for some unknown reasons, there appears three lines as below:
Windows 2000 I
Windows 2000 II
Windows 2000 (Default)

There, "Windows 2000 (Default)" is hilighted and If I don't move to
another, the computer clashes. Also there is no clock counting the preset
time.
If I select "Windows 2000 I" or "Windows 2000 II", it proceeds to boot to
the selected system.
In the attempt to correct the irregularity, I checked the boot.ini file
and found it looking normal as below:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)\WIN NT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINN2="Wind ows 2000 I" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Wind ows 2000 II" /fastdetect

That is, I don't see the line of "Windows 2000 Default".
What is going on? and how can I correct the irregularity? Can anyone
help?



I suspect that you're looking at the wrong boot.ini file. The file is
normally hidden and it resides in the root folder of the active
partition. Copy your file to the root of every partition you have, then
tag each of them in the description field (after the "equal" sign) so
that you know which one is being used.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 05:41 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.