1 Rookie
•
16 Posts
0
112
February 20th, 2026 17:01
NEW SSD installation
Hi
I have bought a new SSD (bigger capacity) for my 6 year old Inspiron - which is still flying along.
Using DiskGenius - I have used the System Migration utility to clone my current SSD.
When I swap the new with the old, I can't get it to boot. It recognises the drive in the BIOS, but I get Blue Screen Recovery page when I restart the machine. What am I doing wrong?
Further investigation in Disk Manager shows it isn't a Boot drive. So something has gone wrong somewhere!


anne_droid
6 Professor
•
1.4K Posts
0
February 21st, 2026 10:50
Hi
Your BIOS is probably pointing to the old (removed) device.
So a good internet search offers ....................
Check basics first
With only the cloned disk connected (if possible):
Enter BIOS/UEFI and set the cloned disk as first boot device.
Match boot mode to partition style:
If the disk is GPT, use pure UEFI (no Legacy/CSM).
If the disk is MBR, use Legacy/CSM or UEFI-with-CSM.
If Secure Boot was enabled on the original machine, re‑enable it; if you changed it while testing, put it back how it was.
If it still will not boot, the BCD/EFI usually needs rebuilding.
2. Rebuild boot files (UEFI/GPT)
On the target machine:
Boot from a Windows 10/11 install USB or recovery drive.
Choose “Repair your computer” → Troubleshoot → Advanced options → Command Prompt.
In Command Prompt:
diskpartlist voland identify the EFI partition (usually 100–500 MB, FAT32) and the Windows volume (the one with the Windows folder).sel vol <EFI#>assign letter=T:exitStill in Command Prompt:
cd /d T:\EFI\Microsoft\Boot(create folders if missing).Optionally rename old BCD:
ren BCD BCD.old.Rebuild boot files:
bcdboot C:\Windows /l en-GB /s T: /f UEFI(adjust drive letter and locale as needed).Close Command Prompt and reboot; keep the cloned disk first in the boot order.
This recreates the EFI boot entry pointing to the cloned Windows, which fixes the common “cloned SSD won’t boot” problem when the EFI contents or GUIDs changed.
3. Rebuild boot files (Legacy/MBR)
If you’re definitely running legacy/CSM with an MBR disk:
Boot to the Windows USB → Repair → Command Prompt.
Run:
bootrec /fixmbrbootrec /fixbootbootrec /scanosbootrec /rebuildbcdIf that fails, you can point BCD explicitly at the cloned partition using
bcdedit /store <drive>:\boot\bcd /set … device partition=<drive>:as in standard post‑clone repair guides.4. If it still differs from the “original”
Even when it boots, differences can come from:
Wrong partition cloned (missed System Reserved/EFI).
MBR↔GPT conversion by the cloning tool without rebuilding EFI.
Moving to different hardware without running sysprep or a driver‑cleanup; DISM and driver refresh can help if Windows BSODs after the logo.
phil1092
1 Rookie
•
16 Posts
0
February 22nd, 2026 13:38
ok - I've tried the first part - disk is recognised by the UEFI/BIOS and is set as boot device. But it wont boot to it, so I assume I need to go to the next part and create a windows recovery drive. which I will do next
phil1092
1 Rookie
•
16 Posts
0
February 23rd, 2026 12:04
see photo to show you where I get to
(edited)
phil1092
1 Rookie
•
16 Posts
0
February 23rd, 2026 13:17
Ok. I followed above and everything went to plan. I changed the settings in the bios to allow me to see the drive.
but, despite this when rebooting after doing the above I get black screen - your device ran into a problem and needs to restart. Stop code Innaccessible_boot_device (0x7B)
phil1092
1 Rookie
•
16 Posts
1
February 23rd, 2026 14:04
Finally - changed the bios back - and now boot successfully! thank you so much - took a bit of fiddling, but all is working fine.