How to edit boot.ini for a mirror?

F

Fletch

Hi,
I just created a windows mirror with 2 scsi drives. So this is what I have

a 72gig scsi drive split in 2 partitions.
We added a second drive, I updgraded the first to a dynamic disk and then
ran a mirror exactly as the first one was.

So I have a mirror for the OS partition and a mirror running against the
data partition. The disks are now regenerating. When I created the mirror
I got a prompt that I would have to edit the boot.ini?
Does anyone know exactly what has to happen for that to work?
 
G

Guest

That you have to do say when the first drive get crashed and now you had to
boot from the second drive. To modify boot.ini file for mirrored drive you
need to change the rdisk parameter in boot.ini file.

Say you have boot.ini file with these entries

[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="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn

to make it work for mirrored drive you had to change it like this

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
 

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

Similar Threads


Top