Hi, I have a Sony Vaio VGN-NS110E laptop, my friend was playing a game on it, then all the sudden he said it froze so i turned it off and turned it back on, then i get the message saying "A disk read error occurred." I grab the recovery disks it came with, i started the whole repair thing, it goes to Loading Windows... then when the it finishes it just stayed on a black screen. I also tryed just a regular vista recovery disk and it does the same thing, except it doesnt go to the vista repair menu. I've tryed everything, i even googled it. I'm just wondering if theres anything i can do to get this laptop repaired. I love this laptop with a passion, i don't plan on replacing it. If you know how to fix this please help.

Dani AI

Generated

A concise, practical troubleshooting roadmap for the Vaio described by — the symptom set (boot failing after a freeze, recovery discs failing, black screen with a blinking cursor) most often narrows to either a failing hard drive or a corrupted/missing Windows boot environment. The approach below prioritizes non‑destructive checks, data safety, then controlled repairs.

Start with hardware checks: enter the VAIO setup/BIOS and confirm the internal drive is detected and that the BIOS boot order is sensible. Try booting from a USB live environment (Linux live USB or WinPE). If the live environment can read the disk, immediately copy important files off the drive or make a full image; if it cannot, stop writing to the disk and treat it as a failing device.

If the disk is readable, run non‑destructive Windows recovery steps from the install/recovery media Command Prompt to repair file system and boot data:

chkdsk /r C:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd

Also consider running offline SFC if available and check RAM with Memtest86+ if odd hangs persist.

If the recovery environment itself stalls or diagnostics report many bad sectors or failing SMART values, the safe next step is to remove the drive, connect it to another PC via a USB‑SATA adapter, and either copy data or run the manufacturer’s diagnostic utility. Cloning with a tool that handles bad sectors (ddrescue) can preserve recoverable data before attempting repairs. For a confirmed failed drive, replace it (2.5" SATA/SSD) and reinstall Windows.

As hinted, boot/MBR issues are possible — use the modern bootrec workflow above rather than blind partitioning commands, and always secure a disk image or backup before destructive fixes.

Recommended Answers

All 2 Replies

Sounds a bit as though it might have been a virus. Have you got a good AV?
Can you get into safe mode (F8 press at startupand hold pressed)? If so can you do a restore?
Have you got a boot disk like linux? It could be that the MBR record has become damaged on the Hard disk as a result of the failed repairs. you could try FDISK /MBR but be careful...
BOL
M

Sounds a bit as though it might have been a virus. Have you got a good AV?
Can you get into safe mode (F8 press at startupand hold pressed)? If so can you do a restore?
Have you got a boot disk like linux? It could be that the MBR record has become damaged on the Hard disk as a result of the failed repairs. you could try FDISK /MBR but be careful...
BOL
M

I tryed installing windows 7 on it, it said it was loading windows, after it finished i got the cursor but the black screen, and no i cannot go into safe mode, it doesnt give me the option

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.