Fixing Recovery of NVME SSD on Dell Notebook with Windows 11 UEFI Boot Issue
A Dell notebook with a Windows 11 operating system and an NVME SSD (2nd drive) crashed, resulting in a boot issue. The computer would not boot Windows and displayed a blue screen indicating that the PC needed to be repaired.
Understanding the Problem
The issue occurred because of a corrupted boot configuration. The computer was unable to locate the necessary files to boot Windows 11. In some cases, this can happen after installing a new drive or changing the boot order in the BIOS settings.
Preparing to Fix the Issue
To fix the issue, you will need a Windows 11 installation media or a recovery drive, which can be created on a USB drive or DVD. You will also need administrative privileges on the computer. Before proceeding, it is recommended to back up any important data on the computer to prevent data loss.
Fixing the Boot Configuration
To fix the boot configuration, follow these steps:
- Insert the Windows 11 installation media or recovery drive into the computer.
- Restart the computer and press F12 to enter the BIOS settings.
- Set the boot order to boot from the installation media or recovery drive.
- Save the changes and exit the BIOS settings.
- The computer will now boot from the installation media or recovery drive and display the Windows 11 setup screen.
- Select the "Repair your computer" option.
- Select the "Troubleshoot" option.
- Select the "Advanced options" option.
- Select the "Command Prompt" option.
- In the Command Prompt window, type the following commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
These commands will rebuild the Master Boot Record (MBR), repair the boot sector, and rebuild the Boot Configuration Data (BCD). After running these commands, type "exit" to close the Command Prompt window.
Restoring the Computer to Normal Operation
After fixing the boot configuration, the computer should now be able to boot Windows 11 normally. Restart the computer and remove the installation media or recovery drive. If the issue persists, it is recommended to consult with a professional technician or contact Dell support.
- The issue occurred due to a corrupted boot configuration on a Dell notebook with Windows 11 and an NVME SSD.
- A Windows 11 installation media or recovery drive and administrative privileges were required to fix the issue.
- The boot configuration was fixed by rebuilding the MBR, repairing the boot sector, and rebuilding the BCD using Command Prompt commands.