Skip to main content

Utilizing Windows Server 2008 R2 Bare Metal Recovery

A new feature of Server 2008 R2 allows you to recover a server from a completely failed hard drive.  The Image restore capability is a combination of using Windows Server Backup and Windows Recovery Environment (WinRE).

Windows Server Backup is utilized to create the image where WinRE is used to apply the image.

To create the image, first install Windows Server Backup feature on your server.
Open Server Manager
Click Features.
Click Add Features
Scroll down the list and click Windows Server Backup Features and then click Install/Next until the installation completes.

Next, create a bare metal recovery image
Open Windows Server Backup
Create a backup.  In this example, we are clicking Backup Once.
image
Make sure Different options is selected and then click Next.
image

For this demonstration, we are going to select Custom. Full Server will also work.  By using Custom, we can select Bare Metal recovery and take the minimum data required.
image

In the Select Items for Backup window, click Add Items.
image

Check Bare metal recovery.  The rest of the required items will auto-check.  Click OK.
image

At the Select Items for Backup window, click Next.

At the Select Destination Type window, select what is appropriate for your environment.  I am select Remote Shared Folder.
image

On the Specify Remote Folder window, provide a UNC path to the share where this data will be stored.
In the Access control area, select what is appropriate for your environment.
Click Next.
image

If prompted, provide appropriate credentials.
image

On the Confirmation window, click Backup.
image
Wait for the backup to complete.
image


Once the backup was completed, I rebooted this server using Windows PE.  Utilizing the Diskpart command, I formatted the C: drive to simulate a new hard drive to replace the existing one.

Use the installation media for Server 2008 R2 to boot the server.
At the first screen, select the language that you want to use and click Next.
image

Click Repair your computer.
image

At the System Recovery Options window, select Restore your computer using a system image that you created and click Next.
image

At the Re-image Your Computer warning, click Cancel.
image

In the Select a system image backup, click Next.

In the Select the location of the backup for the computer you want to restore, click Advanced.
image

At the next prompt, click Search for a system image on the network.
image

At the Are you sure you want to connect to the network prompt, click Yes.
image

Provide the UNC path to the share where the backup image is stored and click OK.
image


Provide credentials in the form of domain\useraccount that has access to this backup. Click OK.
image

Select the image that you want to use and click Next.
image

If you have problems reading the above image, click Refresh and try again.

Select the Date/Time of the image and click Next.
image

On the Choose additional restore options windows, click Next.
Click Finish.
Click Yes at the warning.

The restore will now begin.
image

Once completed, the default options reboot the server.  At this point, the restore is completed.

Comments

Mason Walters said…
Great blog post! I am agree with the publisher's way of idea.
Private data damage condition is usually a headache for the user.
To be able to solve this matter, the experts have launched numerous data files restoration remedies.
If a data loss situation is occurred, individual require knowing which software or application to utilize so that he can deal with this case of files loss.
myview said…
Very useful document. Thank you.
Carlos said…
Ditto! Thank you very much.
Anonymous said…
thanks, very useful. perhaps this can replace acronis
Anonymous said…
AdminPanda
Excellent Post, Thank you!

Popular posts from this blog

How to list all the AD LDS instances on a server

AD LDS allows you to provide directory services to applications that are free of the confines of Active Directory.  To list all the AD LDS instances on a server, follow this procedure: Log into the server in question Open a command prompt. Type dsdbutil and press Enter Type List Instances and press Enter . You will receive a list of the instance name, both the LDAP and SSL port numbers, the location of the database, and its status.

How to run GPResult on a remote client with PowerShell

In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection.  In all cases, this will disrupt the user.  First, you need PowerShell remoting enabled on the target machine.  You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target.  Remember, the target needs to be online and accessible to you.

Error icon when creating a GPO Preference drive map

You may not have an error at all.  Take a look at the drive mapping below. The red triangle is what threw us off.  It is not an error.  It is simply a color representation of the Replace option of the Action field in the properties of the drive mappings. Create action This give you a green triangle. The Create action creates a new mapped drive for users. Replace Action The Replace action gives you a red triangle.  This action will delete and recreate mapped drives for users. The net result of the Replace action is to overwrite all existing settings associated with the mapped drive. If the drive mapping does not exist, then the Replace action creates a new drive mapping. Update Action The Update action will have a yellow triangle. Update will modify settings of an existing mapped drive for users. This action differs from Replace in that it only updates settings defined within the preference item. All other settings remain as configured on the mapped drive. If the