Last active
August 29, 2015 14:14
-
-
Save bliz937/a625953761013240d789 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So I cloned an old Windows server 2003 using Clonezilla. | |
Did a full clone. | |
When I restored the clone onto another machine, the computer would boot until the loading windows display. | |
Tried popping in a windows 7 disk to repair the mbr, etc but that didn't work. | |
Found out that the problem was hard drive controller type was AHCI on the restored machine whilst on the cloned machine it was IDE. | |
Setting the hard drive controller in the bios of the restored machine to IDE fixed the problem. | |
Source: https://social.technet.microsoft.com/Forums/windowsserver/en-US/19402d17-3239-4e8b-b6c6-e06f45f3a123/windows-server-2003-bsod-with-stop-0x0000007b?forum=winserversetup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment