Mirrored Disk

  • Thread starter Thread starter Liege
  • Start date Start date
L

Liege

I have disk0 and disk1 mirrored. What do I need to put in
the boot.ini file to allow me to boot from disk1

This type of help is not very helpful ;o}

DISK MANAGEMENT
You have mirrored your boot volume. To be able to boot
from the mirrored disk, add the appropriate entry to the
boot.ini file.

Thanks for your input.

Liege
 
Liege

You need to add a row in your boot.ini where the ARC path points to disk1.
What this row looks like depends on your hardware, and what your current
boot.ini looks like.

This MS Knowledge Base article explains more about the ARC path in
boot.ini:

http://support.microsoft.com/?id=102873

Best regards

Bjorn
 
Hi Liege,

You have two ways to follow through on this, you can either add a second
entry to your boot.ini or create a Windows boot disk (fault tolerant boot
disk), with a separate boot.ini so that it only boots off the second disk.

Here's how to create the boot disk:
How to Create a Bootable Disk for an NTFS or FAT Partition WGID:491
ID: 119467.KB.EN-US
http://support.microsoft.com/default.aspx?scid=KB;EN-US;119467

To edit the boot.ini you will need to review your boot.ini file and
determine your current setup, here's an example:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard"
/fastdetect

All you will need to do is add a second entry:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard"
/fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows Server 2003, Standard"
/fastdetect

This will put a second option in your boot.ini boot up options and you can
choose to boot from the second disk. Please test your second entry before
relying on it.

Thanks,
--
Samantha MacInnes
Support Professional
Microsoft Setup Support
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
--------------------
 
Thanks that got it going.
-----Original Message-----
Hi Liege,

You have two ways to follow through on this, you can either add a second
entry to your boot.ini or create a Windows boot disk (fault tolerant boot
disk), with a separate boot.ini so that it only boots off the second disk.

Here's how to create the boot disk:
How to Create a Bootable Disk for an NTFS or FAT Partition WGID:491
ID: 119467.KB.EN-US
http://support.microsoft.com/default.aspx?scid=KB;EN- US;119467

To edit the boot.ini you will need to review your boot.ini file and
determine your current setup, here's an example:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard"
/fastdetect

All you will need to do is add a second entry:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard"
/fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows Server 2003, Standard"
/fastdetect

This will put a second option in your boot.ini boot up options and you can
choose to boot from the second disk. Please test your second entry before
relying on it.

Thanks,
--
Samantha MacInnes
Support Professional
Microsoft Setup Support
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
--------------------
Content-Class: urn:content-classes:message
From: "Liege" <[email protected]>
Sender: "Liege" <[email protected]>
Subject: Mirrored Disk
Date: Thu, 2 Oct 2003 12:35:38 -0700
Lines: 13
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOJHFufDNGZrQE+QX6jeWZSznoDSQ==
Newsgroups: microsoft.public.win2000.setup
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.setup:17859
NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
X-Tomcat-NG: microsoft.public.win2000.setup

I have disk0 and disk1 mirrored. What do I need to put in
the boot.ini file to allow me to boot from disk1

This type of help is not very helpful ;o}

DISK MANAGEMENT
You have mirrored your boot volume. To be able to boot
from the mirrored disk, add the appropriate entry to the
boot.ini file.

Thanks for your input.

Liege

.
 
Back
Top