Title: Resolving Boot Issues on Dell Notebook with Win11 NVME 2 Drive (UEFI)
Introduction
This article provides a step-by-step guide to resolve boot issues on a Dell notebook running Windows 11 with a NVME 2 drive (UEFI). The PC is unable to boot Windows, and it displays a blue screen saying the PC needs to be repaired.
Steps to Resolve the Issue
-
Boot into Safe Mode
- Press the power button to turn on your PC.
- As soon as the Dell logo appears, start pressing the F5 key repeatedly.
- If Safe Mode doesn't work, try F8 instead.
-
Check Disk Health
- Open Command Prompt in Safe Mode.
- Type
chkdsk /fand press Enter. This command checks the disk for errors and fixes them.
-
Repair Boot Records
- Type
bootrec /fixbootand press Enter. This command repairs the boot sector. - Then, type
bootrec /rebuildbcdand press Enter. This command rebuilds the Boot Configuration Data.
- Type
-
Update BIOS
- Visit the Dell support website and download the latest BIOS version for your model.
- Follow the instructions to update your BIOS.
-
Check UEFI Settings
- Restart your PC and press F2 or Del to enter UEFI settings.
- Navigate to the Boot menu and ensure that the correct drive is set as the first boot priority.
-
Run Startup Repair
- If the issue persists, restart your PC and press Shift + F10 to open Command Prompt.
- Type
startup repairand press Enter. This command will automatically repair the startup issues.