Skip to main content

How to Fix Drive Partition is Missing/Drive is Locked Error in Windows 8

In this tutorial, I will show a simple method to fix “a required drive partition is missing” or “drive where Windows is installed is locked” errors in Windows 8/8.1. These errors usually occur when you trying to perform a system reset or refresh in Windows 8/8.1. This kind of errors might be because of corrupt MBR or BCD record.



There are many reasons for a corrupt MBR or BCD record. It might be due to a system crash, malware infection, a sudden power outage or some other unknown reason. The only solution to fix the issue is correcting the MBR or BCD record You can correct the MBR or BCD record by using your Windows recovery disk or installation disk. Follow below guide to know how it is.

How to Fix Drive Partition is Missing/Drive is Locked in Windows 8

1. Insert Windows recovery disk or Windows installation disk in your DVD. If you have created the recovery disk on a USB drive, then plug-in the USB drive.

2. Now, restart your PC. When your Windows boots up, repeatedly press the F12 key to bring up the boot menu (F12 key may be different on your system).

3. Select either the DVD or the UDB disk from the boot menu.

4. Wait for the computer to discover the bootable media and press a key when the message appears on your screen to boot into the Windows Installation or Recovery DVD.

5. Choose to Install Windows from the screen that appears and then select Repair your computer.

6. From the repair menu, select Troubleshoot -> Advanced -> Command Prompt.

7. In the command prompt that opens, issue the following command one by one

bootrec /fixmbr 

bootrec /fixboot 

attrib C:\Boot\BCD -h -r -s ren 

C:\Boot\BCD C:\Boot\BCD.bak 

bootrec /rebuildbcd 

Now reboot your computer. Try a system reset or refresh Windows once again. The “a required drive partition is missing” or “drive where Windows is installed is locked” error should not pop up.

Comments

Popular posts from this blog

Surf the Web Anonymously With Firefox Add-on Phproxy

There are several web based proxy servers available to surf the internet anonymously or as from another country. The Firefox add-on (Firefox 3 – 4) Phzilla helps you view a webpage or surf the internet using the PHProxy (a type of web based proxy server) proxy servers. It is very easy and convenient to use.

Restore Lost Capacity Of Your USB Flash Drive (How to)

Some malware can hide full capacity of your USB flash drive. For example, a 4GB pen drive sometimes shows only 500kb or less. An interesting part of this situation is that, even after removing the malware or formatting the USB flash drive, you will not get back its original capacity. Therefore, the question here is how to restore a USB flash drive to its full capacity.

Disable automatic Meta refresh/redirect of websites in browser for security reasons[how to]

Generally speaking, Meta refresh is a method used by some websites to instruct a web browser to automatically refresh/redirect the current web page after a given time interval. You can see this type of refresh/redirect especially in media sites. This is some times annoying or can be used for malicious purposes by redirecting you to a malicious site. If you don’t like this feature, you can disable this in your browser. Here is how to disable this in Internet Explore/Chrome, Firefox and Opera. Internet Explorer: Go to Tools - Internet options - Security tab - Custom Level button - Miscellaneous category - set "Allow Meta refresh" to Disable. Firefox: Go to Tools - Options - Advanced - General - Accessibility and tick the option next to ‘Warn me when web sites try to redirect or reload the page’. Alternatively you can use extension RefreshBlocker . Opera: Go to Preferences - Advanced - Network and uncheck "Enable automatic redirection".