Fix MBR on SSD to Repair Boot Issue
Fix MBR on SSD to Repair Boot Issue
Geeks - To fix a MBR (Master Boot Record) on an SSD (Solid State Drive), you will need to use a Windows installation disk or USB drive. If you don't have one, you can download the Windows installation media from Microsoft and create a bootable USB drive.
Insert the Windows installation disk or USB drive into your computer.
Restart your computer and press the key that allows you to enter the boot menu (usually F12 or F10).
From the boot menu, select the option to boot from the Windows installation disk or USB drive.
When the Windows setup screen appears, press the "Next" button.
On the next screen, select the "Repair your computer" option.
In the troubleshooting menu, select the "Advanced options" option.
In the advanced options menu, select the "Command Prompt" option.
At the command prompt, type the following command to repair the MBR on your SSD:
Copy code
bootrec /fixmbr
Press the "Enter" key on your keyboard to execute the command.
When the command is finished, type the following command to rebuild the boot configuration data on your SSD:
Copy code
bootrec /rebuildbcd
Press the "Enter" key on your keyboard to execute the command.
When the command is finished, type the following command to reset the Windows bootloader on your SSD:
Copy code
bootrec /fixboot
Press the "Enter" key on your keyboard to execute the command.
When the command is finished, type "exit" and press the "Enter" key to close the command prompt.
On the Windows setup screen, select the "Restart" option to restart your computer.
After your computer restarts, the MBR on your SSD should be repaired and the boot issue should be resolved. If the problem persists, you may need to use a different method to repair the MBR or bootloader on your SSD.