Hi I bought a ssd samsung 860 evo 1 tb.
When I replace the hard disk with the SSD the computer freeze on the screen "ASUS in search of incredible".
I have the last version of bios installed, the 304 in my asus N552VW and when the hard disk is inside the pc and the SSD is attacked with a USB adapter the computer starts normally.
I have to do a clean installation of windows 10 on the SSD, but boot operations are blocked because of freeze.
What should I do to solve this problem?
DISM] to clone partitions), which is why it freezes on the UEFI boot screen. Boot a Windows install USB, once the GUI loads pressSHIFT+F10& issue the command:bootrec /fixmbr && bootrec /rebuildbcd& reboot once it completes. If this doesn't fix the bootloader issue,re-create the EFI partition by copying over the EFI boot files to the EFI partition from%WinDir%\Boot\EFI, then re-issue the previous command – JW0914 Dec 24 '19 at 14:11bcdboot, but if the following doesn't work, re-image the partitions on the original drive usingDISMvia the commands under the Imaging section and re-configure the partitions as listed under Configure Partitions. Follow the previous comment to get to a terminal, thenbcdboot C:\windows /sorbcdboot C:\windows /s S:(replaceC:with the correct drive letter for the Windows OS partition). Once done, re-issue:bootrec /fixmbr && bootrec /rebuildbcd– JW0914 Dec 26 '19 at 14:04