BOOT.ini problem

G

guoxinxin

I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

Thanks
 
R

Robert Gault

I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

Thanks
If I've correctly understood your comments about multiple drives, you
probably need to indicate in boot.ini on which drive the Sever is
located. As currently configured, boot.ini points to the same
drive/partition for both OS.
 
B

Bill Blanton

I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

An idea.. boot to the XP recovery console and run "bootcfg /scan". If both
installs are detected run a "bootcfg /rebuild" to build a new boot.ini according
to what bootcfg finds. If only the install on the ATA(IDE) is detected by bootcfg
then you may have BIOS configuration issues that need to be dealt with.

Description of the Windows XP Recovery Console
http://support.microsoft.com/?kbid=314058

A discussion about the Bootcfg command and its uses
http://support.microsoft.com/?kbid=291980

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/?kbid=102873

If you get it working, please post back with the new contents of boot.ini.
 
G

guoxinxin

Bill said:
I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

An idea.. boot to the XP recovery console and run "bootcfg /scan". If both
installs are detected run a "bootcfg /rebuild" to build a new boot.ini according
to what bootcfg finds. If only the install on the ATA(IDE) is detected by bootcfg
then you may have BIOS configuration issues that need to be dealt with.

Description of the Windows XP Recovery Console
http://support.microsoft.com/?kbid=314058

A discussion about the Bootcfg command and its uses
http://support.microsoft.com/?kbid=291980

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/?kbid=102873

If you get it working, please post back with the new contents of boot.ini.

Thanks a lot, i will try it on wednesday, and post result.
 
J

John

I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

Thanks

What the entries in boot.ini describe ...

http://www.computerhope.com/issues/ch000492.htm

John
 
G

guoxinxin

I tried today, actually, bootcfg from recovery console did detect 2 OS,
when i rebuild boot.ini, windows xp boot is ok, but the windows sever
2003 (in scsi HDD) can not boot (If i choose 2003 from boot menu, the
screen become black, heard HDD is running some seconds, then PC
restart). I don't know why.
Bill said:
I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

An idea.. boot to the XP recovery console and run "bootcfg /scan". If both
installs are detected run a "bootcfg /rebuild" to build a new boot.ini according
to what bootcfg finds. If only the install on the ATA(IDE) is detected by bootcfg
then you may have BIOS configuration issues that need to be dealt with.

Description of the Windows XP Recovery Console
http://support.microsoft.com/?kbid=314058

A discussion about the Bootcfg command and its uses
http://support.microsoft.com/?kbid=291980

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/?kbid=102873

If you get it working, please post back with the new contents of boot.ini.
 
G

guoxinxin

But i can load those two system by using OSLoader 2000 boot manager
software

I tried today, actually, bootcfg from recovery console did detect 2 OS,
when i rebuild boot.ini, windows xp boot is ok, but the windows sever
2003 (in scsi HDD) can not boot (If i choose 2003 from boot menu, the
screen become black, heard HDD is running some seconds, then PC
restart). I don't know why.
Bill said:
I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

An idea.. boot to the XP recovery console and run "bootcfg /scan". If both
installs are detected run a "bootcfg /rebuild" to build a new boot.ini according
to what bootcfg finds. If only the install on the ATA(IDE) is detected by bootcfg
then you may have BIOS configuration issues that need to be dealt with.

Description of the Windows XP Recovery Console
http://support.microsoft.com/?kbid=314058

A discussion about the Bootcfg command and its uses
http://support.microsoft.com/?kbid=291980

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/?kbid=102873

If you get it working, please post back with the new contents of boot.ini.
 
B

Bill Blanton

If OSLoader can locate and load the SCSI drive, then, afaik, the Windows
boot loader should be able to do so also. What parameters( ) did bootcfg
finally assign to the Server 2003 in boot.ini?



But i can load those two system by using OSLoader 2000 boot manager
software

I tried today, actually, bootcfg from recovery console did detect 2 OS,
when i rebuild boot.ini, windows xp boot is ok, but the windows sever
2003 (in scsi HDD) can not boot (If i choose 2003 from boot menu, the
screen become black, heard HDD is running some seconds, then PC
restart). I don't know why.
Bill said:
I installed a IDE HDD to my pc which has 2 scsi HDDs already, on of the
SCSI HDD installed windows sever 2003 OS, and I installed winXP pro to
new IDE HDD. After that, I want to configure Boot.ini file in IDE HDD
so that I can boot PC with a selective menu, but I didn't succeful
ever, my boot.ini is following:

[boot loader]
timeout=10
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 " /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows Sever
2003 Standard"

I tried scsi(0), it's didn't work too.

Can some experts give me a idea.

An idea.. boot to the XP recovery console and run "bootcfg /scan". If both
installs are detected run a "bootcfg /rebuild" to build a new boot.ini according
to what bootcfg finds. If only the install on the ATA(IDE) is detected by bootcfg
then you may have BIOS configuration issues that need to be dealt with.

Description of the Windows XP Recovery Console
http://support.microsoft.com/?kbid=314058

A discussion about the Bootcfg command and its uses
http://support.microsoft.com/?kbid=291980

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/?kbid=102873

If you get it working, please post back with the new contents of boot.ini.
 

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