I tried with care to un-install GPU driver. Result is the same, black screen with moving cursor. Funny thing here is that I can see my PC on network with my laptop and I can browse shared folders, which probably means it booted, but there is no video signal due to lack of GPU driver or something.
That is why I implemented following commands:
Dism /image:I:\ /cleanup-image /revertpendingactions
Dism /Image:I:\ /Cleanup-Image /StartComponentCleanup
DISM /Image:I:\ /Cleanup-Image /RestoreHealth /Source:wim:J:\Mount\sources\install.wim:1 /LimitAccess
All of them were successful.
This command:
Sfc /ScanNow /OffBootDir=I:\ /OffWinDir=I:\Windows /OffLogFile=K:\sfc.log
Returns error.
I am attaching here the most recent dism.log and sfc.log and I see some errors there. Could you please check it out and possible send me some repair solution?
Thank you very much for your time and useful suggestions, I think we shall solve this one.