I don't know if this will solve your problem, but I have similar-looking problem few years back...
try disable "TRIM"...
Command Prompt (Admin) -> fsutil behavior set DisableDeleteNotify 1
Explaination: During Win10 installation, it deletes some file and will send the "TRIM" command to the SSD. If your SSD somehow cannot handle the TRIM command, the installation just halts there without any response, doesn't reboot, dots doesn't twirl.
When installing, Factory image get installed and may override above to enable again. Therefore, until installation completes successfully (or completely failed and rolled back), everytime it auto-reboot, you may need to use (Shift-F10) to get a command prompt, and re-apply above command to ensure TRIM stays off.
See this for more related commands:
https://www.windowscentral.com/h ... eed-ssd-performance |