Blue Screen (STOP Error 0x0000007B)

Situation

An attempt of an image-based restore with bootable USB ends with a STOP error (BSOD or Blue Screen of Death): 0x0000007B.

Cause

One of the possible causes can be a specific storage configuration or incorrect BIOS configuration.

Solution

There are several options to try to recover the restored machine.

Incorrect BIOS Configuration

Some recently made changes to the BIOS might not be compatible with the hard drive. The UEFI/Legacy BOOT mode setting is the most infamous one in that regard, so users should take extra care when making changes to the BIOS.

Another thing that could happen is that the SATA controller has an incorrect work mode selected in BIOS. For most PC’s, there are three main SATA controller work modes available:

  1. IDE is the most-basic mode that treats the SATA controller in the same way legacy IDE controllers treat ATA drives: the controller itself contains almost no read/write-related logic and simply serves as the most ascetic of bridges, simply proxying data to and from the drives.
  2. AHCI is the more advanced and modern mode that also offers substantial optimized hardware-level read/write logic and caching, which results in a significant speed increase compared to IDE.
  3. RAID mode that allows the user to combine multiple physical disk drivers into a single logical unit for optimized performance, redundancy, or combination thereof.

If the user’s hard drive does not support one of these modes, or if Windows was installed and booted using one mode, but a different mode was configured, then the boot process will be halted.

  1. Run the restored machine and enter the BIOS settings.
  2. Select SATA configuration.
  3. Select SATA Mode.

  1. Select a different mode for SATA: AHCI, IDE, or RAID. The SATA mode must match the initial machine.
  2. In case you do not know it, try to change them sequentially.
  3. Press F10 to save changes and restart the machine.

If the BIOS settings modification did not help, it could indicate that an alternative storage configuration (not affiliated with AHCI, IDE, or RAID) was used on the backed up machine. To solve the issue, make another restore attempt with option enabled in the restore plan.

To do this, proceed as follows:

  1. Boot from MSP360 bootable USB or ISO.
  2. Using Backup for Windows, create a basic restore plan as you did before.
  3. Once the restore plan is created, do not run it.
  4. Press Alt+Tab to switch to the Windows menu, then open the Windows command prompt.
  5. In the Command Prompt console, run this command: assoc .cbb=txtfile
  6. Press Alt+Tab again to get back to the Backup for Windows application.
  7. Open the created restore plan.
  8. Move the cursor to View History button, then press Ctrl+Alt+Left mouse click.

  1. This combination opens a config file for the restore plan in the other window.
  2. Press Alt+Tab once or twice to switch to the window:

  1. Find the ResetController parameter string. It is located in the DiskPrepareOptions section.
  2. Change the value from Clean to Universal.
  3. Save the configuration file.
  4. Run the restore plan again.
  5. After that, try to boot the restored machine.

In case any of the solutions did not help, contact MSP360 technical support team.

https://git.cloudberrylab.com/egor.m/doc-help-kb.git