{"id":318,"date":"2018-08-02T04:41:27","date_gmt":"2018-08-02T04:41:27","guid":{"rendered":"https:\/\/www.hi5software.com\/blog\/?p=318"},"modified":"2018-08-07T04:43:50","modified_gmt":"2018-08-07T04:43:50","slug":"fixed-a-disk-read-error-occurred","status":"publish","type":"post","link":"https:\/\/www.hi5software.com\/blog\/fixed-a-disk-read-error-occurred\/","title":{"rendered":"Fixed &#8211; A Disk Read Error Occurred"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-319 aligncenter\" src=\"https:\/\/www.hi5software.com\/blog\/wp-content\/uploads\/2018\/08\/Disk-Read-Error-Fixed.jpg\" alt=\"\" width=\"259\" height=\"194\" \/><\/p>\n<p>If you\u2019ve encountered the dreaded error message \u2018<strong>A disk read error occurred, press Ctrl + Alt + Del to restart<\/strong>\u2019 message, you probably know how annoying it can be.<\/p>\n<p>You must have restarted the computer a gazillion times to check if the issue resolves by itself, but no luck. The error seems to persist and you\u2019re looking for solutions to resolve the error.<\/p>\n<p>If you\u2019re in such a situation, don\u2019t worry! We\u2019ll provide some effective solutions in this article. But before we begin, let\u2019s trace where the issue is coming from. To do that, remove the hard drive and connect it to another computer to see if it works.<\/p>\n<p>If it works without any issues, we can conclude that there are problems with other hardware in your system and not the hard drive. However, if cannot access your hard drive using another system, proceed with the following steps to troubleshoot the error.<\/p>\n<p><strong>Solution 1: Check your RAM<\/strong><\/p>\n<p><em>Note: You will need a USB and another working computer to check the RAM on the computer with \u2018Disk read error\u2019.<\/em><\/p>\n<p>The following steps show how you can test your RAM using a tool called \u2018Memtest86+\u2019.<\/p>\n<ol>\n<li>Download and install \u2018<a href=\"http:\/\/www.memtest.org\/\">Memtest8+<\/a> for USB key\u2019 on your USB drive<\/li>\n<li>Once the software is installed, insert the USB into the computer producing the \u2018Disk read error\u2019<\/li>\n<li>\u2018<strong>Restart<\/strong>\u2019 your computer and boot from the USB<\/li>\n<li>The \u2018Memtest86\u2019 software will check the RAM for corruption. If any corruption is found, you will be reported with corresponding error messages. In this case, you will have to replace your RAM to fix the error.<\/li>\n<li>If no errors are found, you will be reported the same and you can proceed with other troubleshooting steps below.<\/li>\n<\/ol>\n<p><strong>Solution 2: Check the BOOT sequence<\/strong><\/p>\n<p>Your \u2018BOOT sequence\u2019 should start with \u2018hard drive\u2019 or \u2018SSD\u2019. If this order is messed up, you can face issues such as \u2018Disk read error\u2019.<\/p>\n<p>To check \u2018boot priority\u2019, follow the steps below.<\/p>\n<ol>\n<li>When your computer boots, press \u2018<strong>F2<\/strong>\u2019 key to enter \u2018<strong>BIOS<\/strong>\u2019.<\/li>\n<li>In the \u2018BOOT\u2019 tab, check if the boot priority starts with \u2018hard drives\u2019 or \u2018SSD\u2019. If this is not the case, change it accordingly using the up and down arrow keys. Your mouse doesn\u2019t work in the BIOS stage.<\/li>\n<li>Hit the \u2018<strong>F10<\/strong>\u2019 key to save changes and exit BIOS.<\/li>\n<\/ol>\n<p>Now restart your computer and check if the error disappears. If it does, you\u2019re done here, if not, proceed to the next step.<\/p>\n<p><strong>Solution 3: Run Startup Repair<\/strong><\/p>\n<p><em>Note: Some computers are provided with inbuilt \u2018startup repair\u2019 option in recovery mode. To check if you have it, press \u2018F8\u2019 when the computer boots to enter recovery mode. In the \u2018Advanced boot options\u2019, check if you have \u2018Repair your computer\u2019. If you do, click on it to repair your computer. If you don\u2019t have that option, you will need a Windows installation media for startup repair.<\/em><\/p>\n<ol>\n<li>Insert the \u2018<strong>Windows installation disc<\/strong>\u2019 and restart your PC<\/li>\n<li>Boot your computer from the disc and click \u2018<strong>Repair your computer<\/strong>\u2019<\/li>\n<li>Choose \u2018<strong>Troubleshoot<\/strong>\u2019 &gt; \u2018<strong>Advanced Options<\/strong>\u2019 &gt; \u2018<strong>Automatic Repair\u2019<\/strong><\/li>\n<li>Allow the tool to complete the repair process and \u2018restart\u2019 your PC to check if the error is resolved. If not, proceed to the next step.<\/li>\n<\/ol>\n<p><strong>Solution 4: Run CHKDSK and SFC<\/strong><\/p>\n<ol>\n<li>Insert the \u2018<strong>Windows installation media<\/strong>\u2019 and \u2018boot\u2019 your PC from the disk<\/li>\n<li>Choose \u2018<strong>Troubleshoot<\/strong>\u2019 &gt; \u2018<strong>Advanced Options<\/strong>\u2019 and select \u2018<strong>Command Prompt<\/strong>\u2019<\/li>\n<li>Type \u2018CHKDSK C: \/R \/X\u2019<\/li>\n<\/ol>\n<p>This command checks the file system integrity and repairs any corruption. In addition, it also checks for bad sectors and recovers any possible data from those sectors. Wait for CHKDSK to complete.<\/p>\n<ol start=\"4\">\n<li>Then type \u2018SFC\/ SCANNOW\u2019<\/li>\n<\/ol>\n<p>This command will check the system files and restore any corrupt ones.<\/p>\n<ol start=\"5\">\n<li>Type \u2018exit\u2019 to close the command prompt<\/li>\n<\/ol>\n<p>Then restart your system to check if the error is resolved. If not, proceed to the next step.<\/p>\n<p><strong>Solution 5: Fix boot sector<\/strong><\/p>\n<ol>\n<li>Go to \u2018Command Prompt\u2019 using the same steps mentioned in Solution 4<\/li>\n<li>Type \u2018Bootrec \/FixMbr\u2019 and hit \u2018<strong>Enter<\/strong>\u2019. This will fix issues with the master boot record<\/li>\n<li>Type \u2018Bootrec \/FixBoot\u2019 and hit \u2018<strong>Enter<\/strong>\u2019. This will fix issues with the boot sector<\/li>\n<li>Type \u2018Bootrec \/RebuildBcd\u2019 and hit \u2018<strong>Enter<\/strong>\u2019. This command is used to rebuild BCD<\/li>\n<\/ol>\n<p>Once these operations are complete, type \u2018exit\u2019 to exit command prompt and restart your Windows to check if your system boots normally and the issue is resolved.<\/p>\n<p>However, if none of these methods work, there is a possibility that your drive is severely damaged and may need a Windows reinstall. In that case, a smart move is to connect this drive to a working PC first and <a href=\"https:\/\/www.hi5software.com\/windows\/corrupted-hard-drive-data-recovery.html\">recover data from the damaged hard drive<\/a>. This can be done using powerful recovery tools such as Hi5 Software. After which, you can re-partition your drive and perform a Windows reinstallation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019ve encountered the dreaded error message \u2018A disk read error occurred, press Ctrl + Alt + Del to restart\u2019 message, you probably know how annoying it can be. You must have restarted the computer a gazillion times to check if the issue resolves by itself, but no luck. The error seems to persist and &hellip; <a href=\"https:\/\/www.hi5software.com\/blog\/fixed-a-disk-read-error-occurred\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Fixed &#8211; A Disk Read Error Occurred&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":319,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/posts\/318"}],"collection":[{"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/comments?post=318"}],"version-history":[{"count":1,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/posts\/318\/revisions"}],"predecessor-version":[{"id":320,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/posts\/318\/revisions\/320"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/media\/319"}],"wp:attachment":[{"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/media?parent=318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/categories?post=318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hi5software.com\/blog\/wp-json\/wp\/v2\/tags?post=318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}