New
#11
Well, I guess the first thing to do is determine exactly where the RAW partitions are - on the SSD or on the HDD. You will want to run list vol again in diskpart. Then Select disk 0, detail disk, select disk 1, detail disk, select disk 2, detail disk. That should tell you which volumes are on which disk, and then see where the RAW partitions are. RAW is usually a problem with the filesystem on the partition, so you might be OK to just re-clone the volumes that are listed as RAW.
So, now it looks like you have an EFI system partition on the SSD, as well as the clone of the Windows 10 partition which is readding NTFS and healthy. Given the same configuration indicated above, the commands would be:
Make sure your BIOS is then set to boot from the SSD. Good luck!Code:diskpart select disk 2 select part 2 assign letter=a exit bcdboot I:\Windows /s A: /f UEFI mountvol A: /d exit
NOTE: disk numbers start with 1 in Macrium Reflect, but they start with 0 in diskpart and Windows disk management.
Thank you so much, now it can be booted into the SSD, but has to selected it from the F12. I went to the bios setting, but the booting menu only has "Windows Boot manager", "NIC V4", "NIC V6", there is no choice of SSD windows. I can only select the SSD XPG 8200 driver under F12 booting screen. Do you know I can make this the default window booting?
My bios requires me to specify the exact file to be booted from. It's pretty darn complicated but I have to select the disk to boot from, which is listed in the BIOS as FS0, FS1, FS2, etc. Then I have to specify the file:
\EFI\Microsoft\Boot\BOOTMGFW.EFI
Try disconnecting one of the cables from the HDD and booting the computer.