How To Perform A Bare Metal Restore FAST

If you’re looking for a fast and easy way to perform a bare-metal restore, you’re in the right place. This guide will look at precisely what bare metal restoration is and explore a few different recovery techniques.

What exactly is a bare-metal restore?

A bare-metal restore is when you recover a system directly on to piece of server hardware rather than restoring it to a virtual environment. In a bare-metal restore, the operating system is installed directly onto the server hardware.

This is the opposite of virtualized hosting, which uses ESXi or Hyper V programs that allow a single piece of hardware to host multiple operating systems or server environments. Since we aren’t dealing with virtualization, datastores, or containers, bare-metal restores are often considered less complicated to carry out.

To perform a bare-metal restore, we’ll need to use recovery software. In the first example, we’ll use NinjaOne Backup to restore a Windows environment due to its simplicity and flexibility.

Restoring Bare Metal Environments With NinjaOne Backup

NinjaOne Backup is a cloud-based service that is structured for use by MSPs but can also be deployed by in-house IT departments. The tool offers a number of options for backup, which include file-based, block-level, and imaging backup methods.NinjaOne Backup

The exact routines that you will follow to restore data depend on which method you used to back up the system. In this case, we are only dealing with a recovery to a bare metal system, so we are going to reinstall everything right down to and including the operating system – file restoration would follow different procedures.

You don’t have to restore back to the original endpoint, so there are some compatibility checks to work through before applying the backup to a new device.

NinjaOne Backup Start 14-day FREE Trial

Related: NinjaOne Backup – Full Review

Step 1: Requirements

Ensure that your recovery hardware and firmware match the same environment where your backups were taken from. This means BIOS and UEFI must also check across both instances.

All managed devices in a NinjaOne plan need to have an agent installed on them. Therefore, as this device has no operating system on it and no other software can be installed at this point, it isn’t possible to command a bare metal installation on a virgin device remotely.

The solution to this problem requires physical presence at the new device – you create a bootable thumb drive and use that to start up the new computer to enable communication with the NinjaOne cloud server and get the entire stored drive copied onto it. This involves restoring a stored ISO image.

Step 2: Prepare Your Backup Image

To prepare your stored image for download:

  • Navigate to that workstation’s backup store in the NinjaOne console.
  • In the view of available backup images, click on the Generate Image Authorization Key link.
  • Set the validity period for the key in days.
  • Click on the Generate button.

Step 3: Create Your Bare Metal Recovery Drive

The NinjaOne system restore function to bare metal is driven from the client end. So, you need to create a thumb drive that will provide a temporary operating system for the clean machine.

To set up a bare metal restore thumb drive perform the following steps:

  • On your Windows computer, connect to the NinjaOne system and open the administrator console.
  • Select the Configuration service, select General in the side menu. Look for Image Restore Manager in the main panel of the screen and click on Download for Windows v 1.0..550.
  • Once the download completes, click on the file to run it. This is an executable, so the Image Respore Manager will open.
  • Connect your thumb drive to the computer. This needs to be formatted as MBR.
  • In the Image Restore Manager, click on Create Bootable Image For Image Restore.
  • In the Create Bootable Image For Image Restore screen select the USB Flash Drive radio button and click on the dropdown list. Click on your removable drive.
  • Click the Create button.

Step 4: Implement the Image Installation

Boot off the recovery media:

  • Insert the USB into an available slot on the new computer.
  • Turn on the computer.
  • If the BIOS doesn’t boot off the USB automatically, it will present you with a list of boot options. Select the USB drive.
  • The Image Restore Manager will start up and guide you through the download process to install an ISO image onto your bare metal drive.

Restoring Bare Metal Environments With N-able Cove Data Protection

To start, download N-able Cove Data Protection. The software can be downloaded on either Mac OS, Linux, or Windows. Once downloaded, run the installer and log in with your credentials. You’ll see a few different options for recovery.

We’ll want to choose the Bare Metal option. But first, let’s review some requirements before getting started.

Step 1: Requirements

Before restoring your bare metal environment, review these source system requirements:

Your recovery environment is one of the following versions:

  • Windows 7, 8, 8.1 and 10
  • Windows Server 2008, 2008 R2, 2012, 2012 R2, 2016 and 2019

If your disk is using an MBR partition table, ensure its volume isn’t larger than 2TB.

Mixed MBR/GPT partitions on the same disk cannot be restored at once. Therefore, if your environment does use various partitions, recover only the boot partition during the bare metal recovery process.

Your recovery bare metal environment must be 64-bit capable, with the number of physical disks equal to exceeding the disks from the source environment.

Step 2: Create Your Bare Metal Recovery Media

Choose the Bare Metal option in the N-able Cove Data Protection recovery panel. N-able supports recovery via USB and removable storage and CD, DVD, and virtual machines in ISO format. First, create either a USB drive and or a bootable CD/DVD.

Keep in mind, the USB drive will need to be formatted to boot to it, so ensure the USB is free of all other data.

Step 3: Booting To The Target Machine

Insert your recovery CD or thumb drive and boot to that device. The boot menu can be accessed on many servers by pressing ESC, F1, F2, F8, or F10 during the reboot process.

Make sure you boot into the same mode that is compatible with your recovery environment. For example, if your recovery environment uses UEFI, boot to UEFI on the bare metal system.

Find your bootable device and select it to launch the N-able Cove Data Protection recovery software. You should see a command prompt with multiple options.

N-able Cove Data Protection has a few different recovery options:

  • Show adaptors – Detects and verifies the status and details of network adaptors on the bare metal host. This is useful when recovering from data on the LAN or in a device such as a NAS.
  • Show current UP settings – Similar to running an “ipconfig” command. This will output the adaptors IPv4/6 address, DNS suffix, subnet mask, and gateway.
  • Configure LAN – This allows you to change IP settings for different adaptors.
  • Test network connection – Allows you to run a test to verify network connectivity.
  • Start command prompt – Opens a command prompt. This allows you to run additional commands outside of the tool. This is useful for modifying host files or running utilities such as DiskPart.
  • Repair boot settings – This process scans all disks for Windows installations and attempts to repair if boot issues are detected.
  • Start keyboard layout selection – Allows you to select another language for your keyboard. Simply refresh the screen for your changes to take effect.
  • Start VNC – Allows for remote VNC connections using the bare metal server’s IP address.
  • Map network storage – This allows you to map a local path to a network resource where logs and backup details can be written. This is convenient for storing verbose logs during recovery and helps conserve memory. If additional drivers are needed on the restored system, those drivers can be accessed via mapped drives.
  • Install additional drivers from network storage – This allows you to access and apply additional drivers stored on local network resources. Supported file formats are .inf and .sys.

Step 4: Enable Debugging (Optional)

If you wish to enable debugging, you can do by completing the following steps:

First, choose the “Start Command Prompt” options.

In the command prompt window, type “notepad ‘%programfiles%\Backup Manager\config.ini’”

Notepad will open with configuration options inside. Add the following two sections to the [Logging] section.

LoggingLevel=Debug
LogsLocation=Y:\DebugData\Logs

If there is no Logging section, simply create it in the notepad. Then, save the notepad file and close it.

config - Notepad

Step 5: Configure Local Recovery & Backup

By default, N-able Cove Data Protection can save a copy of your environment to the cloud. Alternatively, a copy can be saved locally using the LocalSpeedVault.

You can configure these settings if you wish to enable backups after recovering your bare metal environment (which is a good idea if you don’t have backups in place).

Open command prompt from the bare metal recovery tool.

  • Type diskpart and press enter.
  • Type list disk and press enter.
  • Type select disk 0 and press enter.
  • Type assign letter=R and press enter (R can be any drive letter not currently in use).
  • Type exit and press enter.

Continue with the Bare Metal Recovery from the interface as standard.

Step 6: Recover From The Source System

Once your recovery settings are configured, press 0 to launch the recovery process. Choose your language and enter your backup device name, password, and security code. Click Next.

If you added a network path under the “map network storage” option, you’d be able to choose any additional drivers your recovery environment may need before restoration.

Under the Restore tab, you can navigate to your bare metal backup via the search function. The search feature can easily find your recovery environment and is not case-sensitive.

In place, restoration can be performed to the original location and is set this way by default. Choose this option if that data no longer exists or if you wish to overwrite the files. To overwrite the files, keep the “Restore to” field blank.

Alternatively, you can specify a new path to the target directory to keep files in the bare metal environment after restoration. You can also choose to let N-able Cove Data Protection skip files that have not changed.

This process checks each file to ensure they match across both environments. This will help speed up the recovery time and reduce the number of resources needed during recovery.

N-able Cove Data Protection

Click Restore to begin the recovery process. Once the recovery is complete, shut down the machine, eject the USB and reboot the server.

Restoring Bare Metal Environments With Barracuda Backup

BarracudaMSP/Backup is an excellent option for providing disaster recovery as a service (DRaaS) and supports numerous multi-tenant options catering to MSPs. Below we’ll review how you can restore a bare metal server with BarracudaMSP.

Step 1: Requirements

Ensure that your recovery hardware and firmware match the same environment where your backups were taken from. This means BIOS and UEFI must also check across both instances.

BarracudaMSP can recover all modern Windows environments on bare metal except Windows 2016 and 2019 ReFS partitions.

Step 2: Create Your Bare Metal Recovery Kit

BarracudaMSP uses a recovery kit in the form of a bootable ISO file based on WinPE. This allows you to recover both physical-to-physical and physical-to-virtual bare metal restoration without installing the operating system.

Before building the ISO, you must install the Windows ADK and Window PE add-on. The scripts inside the Barracuda Backup use this to generate the ISO.

To install Windows ADK perform the following steps:

  • Run adksetup.exe and choose “Install the Windows Assessment and Deployment Kit to this computer.” Click next.
  • Accept the terms and conditions and keep the default settings.

To install Windows PE Add-on for ADK, perform the following:

  • Run adkwinsetup.exe and choose “Install the Windows Assessment and Deployment Kit Windows Preinstallation Environment Add-ons using the default install path.”
  • Accept the terms and conditions and click Next.
  • Keep all settings default and click Install.

Step 3: Preparing Additional Drivers (Optional)

If the bare metal environment requires additional drivers that aren’t a part of Windows PE by default, you can include those drivers as a part of your recovery process.

To add additional drivers to Barracuda Backup:

  • Create a single folder that contains all the drivers needed. Example: (C:\recovery-drivers).
  • Download the drivers and extract them if they are in a compressed format such as ZIP.
  • Ensure that your extracted drivers contain at least one INF to include in the recovery ISO.
  • Copy the extracted drivers into the folder you created. (C:\recovery-drivers).

Step 4: Installing Barracuda Backup

Once those components are installed, download and install Barracuda Backup. Inside the program, navigate to System > Software Downloads > and choose Windows Bare Metal Recovery Kit.

In these next steps, we’ll build our recovery kit.

Unzip BarracudaBackupBmrKit-X.Y.ZZ.zip the file and make a note of where it is stored. Then, open a command prompt and navigate to the folder where you extracted the files.

Run the create_bmr_iso.bat script to build the ISO. This process supports both 64 and 32 bit systems. You can choose to build the ISO in each architecture with or without drivers. Choose one of the commands below that reflects your recovery method.

64-bit ISO without additional drivers: create_bmr_iso.bat amd64 C:\winpe-workspace C:\bmr.iso

64-bit ISO with additional drivers: create_bmr_iso.bat amd64 C:\winpe-workspace C:\bmr.iso C:\drivers-for-bmr

32-bit ISO without additional drivers: create_bmr_iso.bat x86 C:\winpe-workspace C:\bmr.iso

32-bit ISO with additional drivers: create_bmr_iso.bat x86 C:\winpe-workspace C:\bmr.iso C:\drivers-for-bmr

Step 5: Performing The Bare Metal Restore

Using the ISO you created, place the ISO on a freshly formatted USB drive. Insert the drive, access the boot menus, and choose to boot to the USB device.

After choosing the device, you should see the Barracuda Backup Agent menu. Click Next.

Under Network Configuration, choose Network Interface. Specify the IP address, subnet mask, and gateway, then click Next. If you do not see a network adapter, you can load additional network drivers to resolve the issue.

Choose whether you want to recover from Barracuda Cloud or a local backup under the Restore Browser section. Next, choose the system you want to restore from and click Restore to the right of it.

Barracuda Backup Agent HQ Backup

Under the Restore tab, you can choose to restore the environment to the same location or specify the IP address or hostname of the restore location. Once your settings are entered, click Restore.

Barracuda Backup Agent / Bare Metal Recovery

After completion, you should see the results of the discovery process. This will include all of the volumes recovered, their size, type, and destination. Next, choose the volumes you want to restore and click Next.

You should see a window that displays the recovery status, the disk’s total size, and its throughput. While the program won’t give you an estimated recovery time, you can use these two metrics to gauge how long the recovery may take.

When the restoration is complete, click OK in the confirmation window. Next, remove the Barracuda Backup ISO from the system and reboot the machine. Finally, restart the machine and ensure your boot order is set to load your recovery drive first.

Conclusion

Disaster recovery is never fun, but it can make life a lot easier with the right tools. So what do you use to restore your bare metal environments? Let us know in the comments below.

Bare metal restore FAQs

How do I backup bare metal in Windows 10?

If you create a backup copy of your Windows system, you will be prepared to recover your PC. Follow these steps:

  1. On the Start menu, click the cog symbol to open the Settings options.
  2. Click on Update & Security.
  3. Click on Backup in the left panel of the Update & Security window.
  4. Move the Automatically back up my files slider to On.
  5. Optionally, to launch a full backup, click on More options below the slider.
  6. In the Backup options screen, click on the Back up now button.

What is included in bare metal recovery?

You would perform a bare metal recovery if your entire computer is wiped out, even down to the operating system. If you still have a functioning computer, you can wipe out everything on it by performing a bare metal recovery. If the backup that you made included personal files, these will be restored to your computer but anything you saved on the PC since you took the backup will be lost.

What is the difference between a system state recovery and a bare metal recovery?

A system state recovery restores system state components, such as the System Registry, COM + Database, Certificate Services, Active Directory, and SysVol. These details must first have been stored in a backup repository. A bare metal recovery restores all of the system right down to and including the operating system.