6

After I installed Windows 10 on my Sony Vaio SVS13A190X laptop it started freezing periodically. Usually it happens during installation of something i.e. when there is some heavy disk usage. I have scanned all my SSD disks and all of them looks good. Windows just freezes, UI stops responding, no BSOD. I have configured Windows to create a memory dump by pressing Ctrl+ScrLck+ScrLck and then created 2 memory dumps when I got 2 freezes. I'm newbie in windbg so just followed steps desribed in this post to see if it may lead to something. Obviously that wasn't enough for my case. I've created minidumps and sharing them here and here. I will appreciate any help with this.

I tried:

  • Install fresh copy of Windows 10
  • Install version 1903 over it
  • Update all drivers
  • Using different tools in order to figure out the problem
  • Scan all my SSD disks
  • CPU stress test
  • Memory test

My PC configuration:

  • CPU: Intel Core i7-3520M
  • RAM: 12GB
  • Hybrid graphic with Intel HD Graphics 4000 and NVIDIA GeForce GT 640M LE
  • 2x128GB SSD disks in RAID0 + 128GB SSD disk installed in optical drive slot
  • Hyper-V enabled

UPDATE 1

My system freezes now every time I'm trying to install CUDA toolkit. The interesting thing is that it freezes while extracting data to temp folder. Every time on different stage of the process so I guess that something wrong with my SSDs which are in RAID0 configuration. Here are below screenshots of the CrystalDiskInfo output for all my disks: disk 1, disk 2 and disk 3.

UPDATE 2

I can usually reproduce the freeze when I:

  • Install new software on PC (or update existing one)
  • Run Docker containers (using Hyper-V)

Also sometimes I experience the issue that laptop doesn't wake up from sleep.

6 Answers6

1

If you have the possibility of busting your RAID0, i would set every SSD in standalone, no RAID. Then try the step which causes the freezes on each individual hard drive. If it never crashes on any SSD, there's high odds that the RAID controller is a fault. If a single SSD fails, then there's high odds the SSD is at fault. If everything works regardless of these steps, I'd try to set perhaps a RAID5, see how it behaves (obviously this point is moot if you only have 2 HDDs).

If nothing else, if you have the available hardware, I'd try doing the steps mentionned above while using the SSD's on a different device, to try and isolate the issue.

Dexirian
  • 203
1

Check first if your windows installation is corrupt by running sfc /scannow. if it isn't try installing Windows 10 on a brand new hdd or ssd (your choice). And see if the problem persists.

EDIT: Check your disk for bad sectors, I realize that you have an SSD, but soemtimes part of it "wears out" and windows can report it as a bad sector, so try running chskdsk /r c:

One more thing you should try in case the problem isn't from your SSDs, get a Linux Distro (any one) and burn to a usb drive, then boot to that usb drive, and use the live session for a bit, if you don't get any hangs or freezes, that means the problem is from your SSDs and you should consider switching them out.

And because you said that you get hangs when you install new software, install a couple of things in the live linux session and see if it hangs.

watass
  • 127
0

Your disk seems OK, so the cause is probably software. On the other hand, the measures you have taken seem to be very complete.

It is possible that something went wrong when upgrading to Windows 10, meaning that some previous driver or setting is still in effect.

I recommend resetting all Windows components to a known state by doing Repair Install of Windows 10 with an In-place Upgrade. This operation is equivalent to upgrading Windows 19 to version 1903, so the same precautions need to be taken.

If the problem still occurs, the next step would be to install Windows 10 from scratch. Install only drivers that are absolutely required, staying with the generic Windows 10 drivers for as long as possible, and only install drivers downloaded from the manufacturer's website.

harrymc
  • 498,455
0

Enable Safe Boot option (press F8 to enable it just in boot sequence), then boot Windows and first check your video graphics drivers. For that uninstall your current driver and CUDA from system, clean the system with DDU (driver uninstaller utility). Reboot. Install fresh graphics driver from Safe Mode. Alternatively, boot into Normal Mode and wait for your system to install Graphics drivers.

There is known problems between NVIDIA and Win10 x64 OS, causing instability occuring in the form of "random freezes". Multiple users reported same problem. If that is the case, the only thing you can do is to use Linux (CUDA works there on both proprietary and free drivers) or roll back to Win 32bit.

Also there were a problem concerning "Windows Automatic Driver installs" when users were installing drivers manually but system were updating it to versions up (to the buggy one). Also there were problems between NVIDIA graphics driver uptade service and windows drivers update service.

sanaris
  • 161
-1

You could look if there are firmware updates available, Bios & harddisk, for your system.

Next to that, have you installed the latest drivers supplied by Sony for your Vaio?

-1

I would boot in the BIOS and see if you are able to run a hardware scan. If this comes back fine, I would recommend installing drivers that are recommended by Sony.

If all this fails, you may need to reset Windows. You can do this in the settings>update and security>recovery>reset this PC.

Hopefully this helps!