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:
At the command prompt, type in diskpart and press enter to run it
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
select disk 2
clean
create partition primary
active
format fs=ntfs quick
assign
exit
Just use 7-Zip to extract the ISO directly to the USB drive and that's it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.