30th Oct 04, 08:08 PM
|
|
Dual Boot Issue with WServer 2003 and XP Pro
I had Windows Server 2003 installed on c: and XP Pro on d: (c: and d: being separate hard drives), and all worked fine with rebooting in either one. Then I had to reinstall Windows Server 2003 on c:, but no start-up menu was created, so I couldn't boot up in XP Pro anymore. So I changed the boot.ini file to give me the option at the start menu, but no matter what configuration I choose for the second line in boot.ini, it will not boot up in XP Pro.
Does anyone have this dual boot scenario, and if so, can you tell me what your boot.ini file reads.
Mine currently reads:
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windo ws Server 2003, Enterprise" /fastdetect
multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Windo ws XP Professional" /fastdetect
|
|
30th Oct 04, 09:08 PM
|
BetaONE Supporter
|
|
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
|
|
Hey,
Well not sure, but this might work.
[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="Windows Server 2003, Enterprise" /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows XP Professional" /fastdetect
cya,
Will
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003
Download: http://war59312.admuncher.com/download.shtml
|
|
30th Oct 04, 11:13 PM
|
|
Thanks M8, wouldn't you know it, it worked. I was sure I tried all combinations, but I guess not. Thanks again.
|
|
30th Oct 04, 11:16 PM
|
BetaONE Supporter
|
|
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
|
|
Originally Posted by obi1
Thanks M8, wouldn't you know it, it worked. I was sure I tried all combinations, but I guess not. Thanks again.
Hey,
All right guess I will explain a little.
For example:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windo ws Server 2003, Enterprise" /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windo ws XP Professional" /fastdetect
Multi disk is hardly ever used. It Specifies the drive controller number. Anyways rdisk is of course "real physical disk". So you said you had to two disks and two os, one per each. So you start at zero. So first is zero and second is is 1. Then since you have each OS on each hard drive installed on the first partition then you set partition to 1.
And of course you not limited to one install per hard drive either so you could have this as well:
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microso ft Windows 2000 Professional" /fastdetect
This is called the Advanced RISC Computing (ARC) naming convention.
Got to love MSDN.
http://msdn.microsoft.com/library/de...90c84f.xml.asp
Not enough info for ya then see:
http://www.microsoft.com/resources/d...c_str_masc.asp
Specificly Table 28.14.
Take Care,
Will
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003
Download: http://war59312.admuncher.com/download.shtml
Last edited by war59312 : 30th Oct 04 at 11:24 PM.
|
|
6th Aug 05, 08:47 AM
|
|
Super Moderator
|
|
Join Date: Jul 2002
Location: Australia
Posts: 2,902
|
|
Always wondered the difference between disk(0) and rdisk(0)
multi(W)disk(X)rdisk(Y)partition(Z)
W: Specifies the drive controller number (also known as the ordinal number), typically 0. The first valid number is 0.
X: This value is always 0 when the multi() syntax is used.
Y: Specifies a physical hard disk attached to drive controller W. For ATA controllers, this number is typically between 0 and 3. For SCSI controllers, this number is typically between 0 and 7, or 0 and 15, depending on the adapter type. The first valid number is 0.
Z: Specifies the partition number on the physical disk specified by parameter Y, attached to the controller specified by parameter W. All partitions in use are assigned a number. The first valid number is 1.
scsi(W)disk(X)rdisk(Y)partition(Z)
W: Specifies the drive controller number (also known as the ordinal number), typically 0. The first valid number is 0.
X: Specifies a physical hard disk attached to drive controller W. For SCSI controllers, this number is typically between 0 and 7, or 0 and 15, depending on the adapter type. The first valid number is 0.
Y: Specifies the SCSI logical unit number (LUN) of the disk that contains the boot partition. This value is typically 0 when the scsi() syntax is used.
Z: Specifies the partition number on the physical disk specified by parameter Y, attached to the controller specified by parameter W. All partitions in use are assigned a number. The first valid number is 1.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 02:38 PM.
|
|