Hi JayTex,
The blinking cursor usually indicates that the boot loader isn’t being found or is corrupted. In your case, after swapping drives, it sounds like the Windows 7 boot configuration got disturbed—possibly by changing the drive (and partition) layout when you installed Windows 11.
Here are some steps to try and fix the issue:
1. Check BIOS/UEFI Settings:
• Make sure your ThinkPad is set to boot in the same mode that Windows 7 was installed—most likely Legacy (or “CSM”) mode rather than UEFI. Windows 7 doesn’t support Secure Boot, so disable it if it’s enabled.
• Confirm the correct boot order and that the proper drive is selected.
2. Repair the Boot Loader:
• Boot from a Windows 7 installation disc or a System Repair Disc/USB.
• Select “Repair your computer” and open the Command Prompt.
• Run these commands in order:
– bootrec /fixmbr
– bootrec /fixboot
– bootrec /scanos
– bootrec /rebuildbcd
These commands rewrite the Master Boot Record (MBR) and rebuild the Boot Configuration Data (BCD). This should restore the Windows 7 boot loader.
3. Verify the Active Partition:
Sometimes the system reserved (boot) partition might lose its active status. Use the DiskPart tool (from the command prompt in the recovery environment) to list partitions, select the correct one, and mark it as active.
In summary, your Windows 7 install appears impacted by either a boot configuration conflict or legacy vs. UEFI mode issue after switching drives and installing Windows 11. Following the above steps should help get Windows 7 booting again.
Give these fixes a try and let us know how it goes!
ChatGPT