Win7: moved hard drive to different computer (similar architecture), now it bluescreens while booting

11,899

Solution 1

As and31415 pointed out, a 7B stop error corresponds to an inaccessible boot device. This is usually due to a change in SATA mode, such as moving from RAID to AHCI or AHCI to Legacy. It can also correspond to a change between controllers, such as from an Intel storage controller to an AMD storage controller.

See the Microsoft KB here.

Solution 2

There's likely to be enough differences between your new motherboard, processor, CPU and graphics card to cause this sort of problem. If you have the Windows 7 install media (eg. Windows 7 Ultimate with SP1 etc) you could boot from that and do a repair install, you'll lose a few settings but it's got a reasonable chance of success. Bear in mind it will take a few hours to perform the repair as it will try and copy your existing settings etc as part of the process and rename your original Windows installation folder.

A very good guide is located here: Windows 7 Repair Install and while it's an 'install' you are less likely to need to reinstall all your apps than if you did did a reinstall.

Share:
11,899

Related videos on Youtube

Florin Andrei
Author by

Florin Andrei

Updated on September 18, 2022

Comments

  • Florin Andrei
    Florin Andrei over 1 year

    I've moved a drive containing Win7 64bit to a different computer. The architecture is not too different. The "new" computer (not too new, really) is an AMD FX 4100 quad core, GeForce GTX 560, some random cheap old motherboard. The original computer was an even older AMD CPU (quad core), older GeForce, etc. Everything is 64 bit.

    When the new computer boots up, it bluescreens very briefly (the image below is basically just one frame from a video), then immediately resets.

    enter image description here

    Next time it comes up, it gives me the option to repair itself, I've tried it, but that doesn't help.

    I've tried booting into safe mode, but it resets even there. However, the repair option goes into something like safe mode while doing repairs, and that one works fine.

    I've tried going into the BIOS and disabling the onboard sound card, the onboard network port - no luck.

    I really don't want to reinstall this computer. What is the most likely cause for the bluescreen, that I could fix without reinstall?

    • ganesh
      ganesh over 9 years
    • ganesh
      ganesh over 9 years
      @OP: Move the disk back to the original PC. Make sure you have a full system backup on an external disk (or other location). Uninstall potential troublesome programs (e.g. wireless card drivers with helpful programs). Run sysprep and shut down. Move the disk to the new PC and boot it in its clean, sysprepped state. It should now work.
    • and31415
      and31415 over 9 years
      Code 0x7B corresponds to INACCESSIBLE_BOOT_DEVICE.
  • Florin Andrei
    Florin Andrei over 9 years
    In the BIOS, I've changed Chipset / Southbridge / SB SATA configuration / OnChip SATA type, from AHCI to Native IDE, and now the computer is booting up just fine.