Windows Install Fail On New Build

Isn't watchdog error the CPU?

Have you flashed the latest bios for the motherboard?
Yes latest bios installed. Same thing was happening on previous bios
Watchdog error..........I think in my case it could be drivers or Ram. I suspect Ram now because the install failed again at same place 33% install after 1st reboot.
 
There's two ways round this. Prepare the disk with diskpart and format it as NTFS. Or you could split what I imagine is a WIM film into 4000MB (slightly under 4GB), so they fit on a FAT32 formatted drive.

Open command prompt as administrator and follow the below steps:
  1. At the command prompt, type in diskpart and press enter to run it
  2. Type in list disk and identify your USB drive from the list. I'll use disk 2 for this example. Then type in the below commands in bold
  3. select disk 2
  4. clean
  5. create partition primary
  6. active
  7. format fs=ntfs quick
  8. assign
  9. exit
Just use 7-Zip to extract the ISO directly to the USB drive and that's it.
 
Back
Top Bottom