F5F Stay Refreshed Hardware Desktop Windows has become damaged after installing a new HDD?

Windows has become damaged after installing a new HDD?

Windows has become damaged after installing a new HDD?

Pages (2): Previous 1 2
K
ko16654
Member
121
05-12-2016, 04:10 AM
#11
Create Windows installation media using another USB flash drive.
K
ko16654
05-12-2016, 04:10 AM #11

Create Windows installation media using another USB flash drive.

A
Azteka63
Member
96
05-12-2016, 10:52 PM
#12
I hope I could claim it worked, but I've tried and the same problems remain.
A
Azteka63
05-12-2016, 10:52 PM #12

I hope I could claim it worked, but I've tried and the same problems remain.

M
Mr_Kostya
Junior Member
5
05-13-2016, 04:55 AM
#13
Are you trying to generate a Windows installation media on a USB flash drive? It seems like the ISO file might be damaged.
M
Mr_Kostya
05-13-2016, 04:55 AM #13

Are you trying to generate a Windows installation media on a USB flash drive? It seems like the ISO file might be damaged.

S
ser753951
Member
203
06-02-2016, 12:37 AM
#14
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.)
S
ser753951
06-02-2016, 12:37 AM #14

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.)

D
Dana1211
Member
184
06-20-2016, 12:23 AM
#15
I’m downloading the media creation tool and executing it with admin privileges, then proceeding through the instructions to generate the media on a USB drive.
D
Dana1211
06-20-2016, 12:23 AM #15

I’m downloading the media creation tool and executing it with admin privileges, then proceeding through the instructions to generate the media on a USB drive.

Pages (2): Previous 1 2