Windows has become damaged after installing a new HDD?
Windows has become damaged after installing a new HDD?
here are your reported error messages:
: kd> !error 0xC0000005
Error code: (NTSTATUS) 0xc0000005 (3221225477) - The instruction at 0x%p accessed memory at 0x%p. The memory could not be accessed.
2: kd> !error 0x8007025D
Error code: (HRESULT) 0x8007025d (2147943005) - The data in the specified buffer is improperly formatted.
i believe the bit verification feature is disabled by default for usb thumb drives.
you can open cmd.exe with administrative privileges and run verify to check if it is enabled or not.
verify on will likely activate it, but it may slow down the creation of all thumb drive copies since it verifies each copy.
additionally, based on your CPU and BIOS version, you might encounter corruption in usb copies depending on the port type used. for example, a usb 2 port could work without issues while a usb 3 port may cause problems.
in any case, ensure your network driver is up to date. run cmd.exe as an admin and execute
dism.exe /online /cleanup-image /restorehealth
this should fix corrupted windows files that were damaged during installation.
you should also clear or delete your current pagefile.sys by disabling windows virtual memory and then re-enabling it to generate a new one (do this to avoid saving corrupt data).
if the drive still shows corruption after installation, consider updating the CPU chipset drivers. you should already have updated the BIOS to the latest version.
if problems persist after the BIOS and driver updates and using dism, i recommend disabling lazy writes for the drive and checking for a firmware update. note: turning off lazy writes will require data to be written to the drive, helping push errors back instead of preventing shutdown.
(for cache or firmware issues with drives)
it is better to use the default windows drivers for the drive controller rather than the intel drivers, as the latter are more likely to function and receive updates through windows.)