Hi all! Will try to keep this as short as possible but provide some context in case it's relevant.
I bought a new SSD and want to use it as my Windows 10 OS drive without starting from scratch. Converted the new drive to GPT with:
Then I used Macrium reflect to clone all existing partitions from my original SSD to the new one:
Once i booted it i'm getting these errors:
And here's what i tried so far from a bootable W10 22H2 installer USB (sorry for them being images instead of plain text, couldn't figure out how to export the entire command history to a text file without some info being left out along the way).
Still no luck after running these commands.
I found a similar case here and it seems like they couldn't figure it out.
Also from this post it looks like trying to rebuild the BCD from a bootable USB through a USB 3.0 port / Legacy BIOS mode doesn't work in some systems. I made sure to try multiple USB 3.0 and 2.0 ports and boot in UEFI from my boot loader.
Previously tried cloning everything and keeping the new SSD on MBR as well (my current SSD is MBR-Legacy) but was having more issues when trying to run bootrec /fixboot. Now it seems like that runs fine in GPT, but i'm out of ideas.
Any help would be really appreciated!
I bought a new SSD and want to use it as my Windows 10 OS drive without starting from scratch. Converted the new drive to GPT with:
Code:
diskpart
list disk
sel disk 3
clean
convert gpt
Then I used Macrium reflect to clone all existing partitions from my original SSD to the new one:
Once i booted it i'm getting these errors:
And here's what i tried so far from a bootable W10 22H2 installer USB (sorry for them being images instead of plain text, couldn't figure out how to export the entire command history to a text file without some info being left out along the way).
Still no luck after running these commands.
I found a similar case here and it seems like they couldn't figure it out.
Also from this post it looks like trying to rebuild the BCD from a bootable USB through a USB 3.0 port / Legacy BIOS mode doesn't work in some systems. I made sure to try multiple USB 3.0 and 2.0 ports and boot in UEFI from my boot loader.
Previously tried cloning everything and keeping the new SSD on MBR as well (my current SSD is MBR-Legacy) but was having more issues when trying to run bootrec /fixboot. Now it seems like that runs fine in GPT, but i'm out of ideas.
Any help would be really appreciated!