Link to home
Start Free TrialLog in
Avatar of venkataramanaiahsr
venkataramanaiahsr

asked on

modifying boot.ini file after completing software mirroring

Hi,

I have just completed software mirroring in win2000 .my current boot.ini settings are

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect

instead of making bootable floopy with edited boot.ini , can i add another entry in the same ini which takes care of
booting from mirroed disk in case of disk0 failure (like dual boot)

looking forward to early help

regards
venkat
Avatar of Steve Knight
Steve Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

Short answer, Yes.

You'll be wanting this more than likely:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
ASKER CERTIFIED SOLUTION
Avatar of Steve Knight
Steve Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of venkataramanaiahsr
venkataramanaiahsr

ASKER

will the default  setting reamin same in boot.ini (i.e default=multi(0)disk(0)rdisk(0)partition(1)\WINNT)


or do i have to change the default setting also
Just leave the default the same, it is just that - I.e. you will get the menu but you just choose the other option.