The Bad System Config Info error is caused by corrupt SYSTEM hive in the registry, or some critical registry keys and values are not present.

To resolve the issue, try the boot the system with “Last Known Good Configuration”. To do so, press F8 key on initial system startup to load the Advanced Boot Options menu. Then, select Last Known Good Configuration.

Alternatively, if you have system image backup, you can try to restore it through Windows Recovery Environment (WinRE). To access WinRE, boot up with the Windows installation DVD, or if supported, press F8 key during initial boot up and select Repair Your Computer.

If the problem is not fixed, try to load the Windows Recovery Environment (WinRE) and then open a Command Prompt, then run the following commands, where X is the system drive on the Windows Server system when loaded in WinRE (depending on how you load the WinRE, the drive letter may be different):

md X:\Windows\System32\config\OldRegistry 
copy X:\Windows\System32\config\*.* X:\Windows\System32\config\OldRegistry\ 
copy /y X:\Windows\System32\config\RegBack\*.* X:\Windows\System32\config\

The commands above replace the registry hives of DEFAULT, SYSTEM, SAM, SECURITY, and SOFTWARE with the backed up copies. You can unplug the hard disk drive or virtual hard disk file in the case of virtual machine, and connect it to another working computer to make the changes too.