Windows Not Booting After Cloning Old Drive to New One Using Macrium Reflect
If you've recently cloned your old drive to a new one using Macrium Reflect and set the new drive as the first boot device in your BIOS settings, but Windows is still not booting, you've come to the right place. In this article, we will cover the key concepts and steps to troubleshoot and resolve this issue.
1. Check the Cloning Process
The first step is to ensure that the cloning process was successful. You can do this by booting from a live CD or USB and checking if the new drive has the same partitions and data as the old one.
sudo fdisk -lThis command will display the partition table of the new drive. Compare it to the old drive's partition table to ensure they match.
2. Check the BIOS Settings
Make sure that the new drive is set as the first boot device in the BIOS settings. Also, ensure that the boot order is correct and that the new drive is recognized by the BIOS.
3. Repair the Windows Boot Loader
If the cloning process and BIOS settings are correct, the issue may be with the Windows boot loader. You can repair it using the following steps:
- Boot from a Windows installation media.
- Select the language, time and currency format, and keyboard or input method.
- Click on "Repair your computer".
- Select "Troubleshoot">"Advanced options">"Command Prompt".
- Type the following commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcdThese commands will repair the MBR, boot sector, scan for Windows installations, and rebuild the BCD store.
4. Check the Drive Letter
Make sure that the new drive has the correct drive letter assigned. You can do this by booting from a live CD or USB and using the Disk Management tool.
5. Clean the Old Drive
After confirming that the new drive is working correctly, you can clean the old drive using a secure erase tool or by formatting it.
Cloning an old drive to a new one using Macrium Reflect is a common practice when upgrading or replacing a hard drive. However, issues can arise during the cloning process or with the Windows boot loader. By following the steps outlined in this article, you can troubleshoot and resolve these issues and ensure that your new drive is working correctly.