<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
:
(E-Mail Removed) wrote:
:
: >I have windows XP installed on two separate hdd's. I am trying to dual
: >boot them by modifying the boot.ini file. Here is what I have:
: >
:
>code:--------------------------------------------------------------------------------
: >[boot loader]
: >timeout=3
: >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 1" /fastdetect
: >multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
: >Professional 2" /fastdetect
:
>---------------------------------------------------------------------------------------
:
: partition(0)=C:\
: partition(1)=D:\
: and so on
:
:
: --
:
http://www.albinoblacksheep.com/flash/dudefalling.php
There can never be a partition(0).
http://www.microsoft.com/technet/pro...6.mspx?fr=true
multi(W)disk(X)rdisk(Y)partiton(Z)
Parameter Multi Parameter Definitions
W The number of the adapter, usually 0.
X Always 0.
Y The number for the disk on the adapter, usually between 0 and 3.
Z The partition number. All partitions that are in use receive a number.
Primary partitions are numbered before logical drives.
The first valid number for Z is 1; W, X, and Y start at 0.
--
Ronald Sommer