How to setup the software RAID 1 on Window Server 2008 R2?

Step 1: Open the “Server Manager” -> Storage -> Disk Management

clip_image002

Step 2: Select the “System Reserved” volume

clip_image002[5]

Step 3: Right click on “System Reserved” volume and select “Add Mirror…”

clip_image002

Step 4: Press “Yes” to start the disk conversion and mirroring.

clip_image002[7]

After the mirroring of the “System Reserved” volume is complete, you will see the Disk Management like the following:

clip_image002[9]

Step 5: Select the “Volume C:” and “Add Mirror….”

clip_image002[11]

Step 6: Select the disk you want to form mirror with your selected volume.

clip_image002[13]

Then wait for few hours until the mirror is complete. The following screen is the disk starting to form mirroring. There are yellow alert on Disk 1 since the mirroring is not complete.

clip_image002[15]

When the mirroring is complete, you will the Disk Management like the following:

clip_image002[17]

How to boot into Windows if the Disk 0 is fail?

In the boot menu, select “Windows Server 2008 R2 – secondary plex”

clip_image002[19]

Remark: Since this is a software RAID, please do not use this setup for the mission critical system. (Use this setup for your own risk)

If one of the RAID disks is dead, you will need to use the BCDEdit tool to remove the faulty reference to the Secondary Plex as follow:

  • BCDEdit /enum (to show all the GUIDs of your disks)
  • BCDEdit /delete “GUID”

 

Please start the CMD in admin mode.

To rename other OS use command: bcdedit /enum to see the list and for example:
bcdedit /set {ntldr} description “Windows Server 2008 R2”