Link to home
Start Free TrialLog in
Avatar of Rene Christensen
Rene ChristensenFlag for Denmark

asked on

Bad_system_config_info on server 2016

Server 2016 boot loop
I get a bad_system-config_info BSOD, and I cannot seem to bypass this.

The error occured after installing .net framework 4.7.2.

The f8 menu does not help, all options result in the same bsod.

Does anyone have any suggestion what to do to get the system back and running?
Avatar of nobus
nobus
Flag of Belgium image

All commands should be run from an elevated command prompt.
Run dism /online /cleanup-image /scanhealth.
Run dism /online /cleanup-image /checkhealth.
Run dism /online /cleanup-image /restorehealth.
Mount the Windows Server 2016 ISO as a drive (E: in this case)
Run dism /online /cleanup-image /restorehealth.

after a couple of  reboots, it should start the automatic repair, from which you can access  the command prompt
or use one of these methods :
https://www.digitalcitizen.life/4-ways-boot-safe-mode-windows-10
Avatar of Rene Christensen

ASKER

hmm. I get a cleanup-image is unknown in WinRE
Error 87
I tried
dism /image:D:\ /cleanup-image /scanhealth

But I get an error
An error occured while attempting to access the image
What type is the storage subsystem (hard disk drive(s)) and have you verified its health?
I do have a server 2016 installation USB.
Thats the one I use to enter WinRE
I stil get that error
I have read about something with a /source parameter, but i cannot get it right.
Would you happen to know which command to write?
Davis.
Its on a raid 10.
I am running a chkdsk right now.
I have run a memory test and a hard drive test.
They both returned no issues.
Are you comfortable with MSDos?

And here is an article on fixing your BSOD (which also applies to servers):
https://www.thewindowsclub.com/bad_system_config_info

But; before you do any of the restore registry commands, you need to verify that the REGBACK folder contains files that are NOT 0MB (zero)!

Your error 87 running DISM, BTW, indicates a syntax error in  your command line.
Yes I do have a bit of MSdos experience.

I just closed this tread, as I initially had a bcd error, which was fixed.

https://www.experts-exchange.com/questions/29147497/Windows-server-won't-boot-BCD-error.html?anchor=a42874245¬ificationFollowed=230497938&anchorAnswerId=42874245#a42874245

The error occured after the .net installation.

Your comment could indicate that even though we managed to make windows at least try to boot, the problem might still consist in the former problem.

I'll try your solution, and let you know.
The regback had no zero sized files.

Ran through these:
CD D:\Windows\System32\config
ren D:\Windows\System32\config\DEFAULT DEFAULT.old
ren D:\Windows\System32\config\SAM SAM.old
ren D:\Windows\System32\config\SECURITY SECURITY.old
ren D:\Windows\System32\config\SOFTWARE SOFTWARE.old
ren D:\Windows\System32\config\SYSTEM SYSTEM.old
And after those are done, type in these, one by one, in the given sequence,

copy D:\Windows\System32\config\RegBack\DEFAULT D:\Windows\System32\config\
copy D:\Windows\System32\config\RegBack\SAM D:\Windows\System32\config\
copy D:\Windows\System32\config\RegBack\SECURITY D:\Windows\System32\config\
copy D:\Windows\System32\config\RegBack\SYSTEM D:\Windows\System32\config\
copy D:\Windows\System32\config\RegBack\SOFTWARE D:\Windows\System32\config\

After reboot the circle is spinning for about 10 minutes while the HDD LED flashes and indicates activity.

It all ends in another BSOD:
event_tracing_fatal_error.

After automatic restart the system is checking my hard drive for consistency followed by another automatic reboot.
Once again it wants to check the disk, this time i cancel it, and I see just a black screen with no spinning circle.
The HDD LED flashes and indicates activity.
Its like that in at least 30 minutes until I finally ends up in another BSod: Critical_Process_Died
After the reboot i get an error
Windows failed to start:
\Windows\system32\winload.efi
0xc0000225

The operating system couldn't be loaded because a required file is missing or contains errors.
Entered WinRE
Ran startrep from x:\source\recovery.
Not able to repair.

And now, all of a sudden, diskpart shows that my OS partition filformat is raw?
The fact that the OS partition now reports as raw strongly indicates a hardware problem; either with the hard disk subsystem or with ram memory; but, the drives will be very difficult to retrieve much of anything from because RAID 10 is a striped mirror.  What is the controller for the RAID and do you have any ability to test the drives individually?
you could start by testing ram and disk; for ram i use memtest86+ : https://www.memtest.org/
for disk test use the manufacturers tools
ASKER CERTIFIED SOLUTION
Avatar of Rene Christensen
Rene Christensen
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial