What Steps Can I Take to Fix a Disk Error on Windows 7?

  • Thread starter Thread starter icecubebeast
  • Start date Start date
  • Tags Tags
    Windows windows 7
AI Thread Summary
A computer displaying "A disk error occurred" indicates a potential corruption on the hard disk, possibly related to the Master Boot Record. Users experiencing a black screen after pressing "ctrl + alt + delete" cannot access files or the internet. To address this issue without incurring costs, utilizing a system rescue CD or a Windows installation disk is recommended. Users should ensure their BIOS is set to boot from the CD/DVD drive first. If a Windows 7 reboot CD is available, it can be used to access the preinstallation environment for repairs. The command prompt can be accessed to run "chkdsk c: /r," which checks for and attempts to repair disk errors. This process may take time, and users should monitor its progress before rebooting the system.
icecubebeast
Messages
66
Reaction score
3
I have a problem. Whenever I turn on my other computer it says: "A disk error occurred" and I tried to insert a system recovery disk into the computer and I waited for hours but nothing worked. The computer screen is black after I press "ctrl + alt + delete" even though the text suggested that. I can't access my files, I can't go on the internet and I can't go to desktop view.

How can I fix my computer without having to pay money?
 
Computer science news on Phys.org
icecubebeast said:
[ ... ] How can I fix my computer without having to pay money?
Install a FOSS OS Linux. Eschew Windoze.
 
Last edited:
Doug Huffman said:
Install a FOSS OS Linux.

That will not help him access his files.
 
There are some Linux distributions prepared to start from CD and to help in such situations. Doesn't mean they will work, but it can be worth trying.

Google "rescue CD".
 
Last edited:
icecubebeast said:
I have a problem. Whenever I turn on my other computer it says: "A disk error occurred" and I tried to insert a system recovery disk into the computer and I waited for hours but nothing worked. The computer screen is black after I press "ctrl + alt + delete" even though the text suggested that. I can't access my files, I can't go on the internet and I can't go to desktop view.

How can I fix my computer without having to pay money?
Something has gotten corrupted on your hard disk. It could just be a problem with the Master Boot Record; it could be something more serious.

You have to ask yourself if the files on this drive are worth saving, if you don't want to spend any money to fix it. I don't think you can diagnose or repair this problem without access to a functioning computer, which you could use to scan the corrupt drive. If you know someone who has a Windows Rescue CD prepared, you might be able to scan and troubleshoot the bad drive.

http://lifehacker.com/5984707/five-best-system-rescue-discs
 
Last edited by a moderator:
Ok, so how would you reboot a laptop that always returns to "press ctrl + alt + delete" even though I do as the computer screen tells me to do?

I've already made a windows 7 reboot CD. I don't know how to reboot the laptop in this case.
 
icecubebeast said:
Ok, so how would you reboot a laptop that always returns to "press ctrl + alt + delete" even though I do as the computer screen tells me to do?

I've already made a windows 7 reboot CD. I don't know how to reboot the laptop in this case.

Make sure your laptop's BIOS is set to boot from the CD drive before the hard drive. Then you should be able to use your Windows 7 reboot CD.
 
Here's basically what you need to do as a starting step.
  • Boot the computer using installation media (Windows Operating system disk)
  • Attempt to repair the issues in the preinstallation environment
First off, if you do not have a windows 7 installation disk, you can download it from microsoft.
Download the correct version for your system and burn it onto a DVD using another computer.

To boot from the DVD drive you have to instruct your system to load from the DVD instead of the hard disk. Usually this is done by hitting a key on the BIOS loading screen. Here's an example, if this was your computer, you'd hit the ESC key. But depending on your computer, can be be F9, F10, F11, F12, whatever. The BIOS screen should tell you what key stroke changes the order. He's an image from a Virtual Machine. It says ESC for Boot menu. You need the boot menu.
sshot117.png

When you have it, select the DVD drive to boot from.Here's an example from bleeping computers that shows you how to get to the command prompt. This is where you need to be to run a tool that may fix your problem.
http://www.bleepingcomputer.com/tutorials/windows-7-recovery-environment-command-prompt/

When you get to the command prompt, type the following command
chkdsk c: /r

This tool will check your drive for errors. If it's just a few bad sectors preventing your system from loading or if some pointers are broken, then it will fix it. This tool does take some time to finish so check back every 10-15 mins.

Once it's done, reboot the computer and cross your fingers.
 
Back
Top