Windows · December 16, 2023
Windows Server errors can be a nightmare for any system administrator, especially when it comes to the dreaded 0x00000074 – BAD_SYSTEM_CONFIG_INFO error. This error can cause your server to crash, resulting in downtime and potential data loss. In this article, we will discuss the causes of this error and how to fix it.
What Causes the 0x00000074 Error?
The 0x00000074 error is typically caused by a corrupt or missing system configuration file. This can happen due to a variety of reasons, such as a power outage, hardware failure, or a virus attack. The error can also occur if there are incorrect settings in the Windows Registry or if the system files are damaged.
How to Fix the 0x00000074 Error
There are several methods to fix the 0x00000074 error, and we will discuss each one in detail.
Method 1: Use the Last Known Good Configuration
The Last Known Good Configuration is a Windows feature that allows you to start your server with the last known good settings. To use this feature, restart your server and press F8 before the Windows logo appears. Select “Last Known Good Configuration” from the menu and press Enter. This should fix the error if it was caused by a recent change in the system settings.
Method 2: Use the System File Checker
The System File Checker is a Windows utility that can scan and repair corrupted system files. To use this tool, open the Command Prompt as an administrator and type the following command:
sfc /scannow
This will scan your system files and repair any corrupted files.
Method 3: Use the Windows Recovery Environment
If the above methods do not work, you can use the Windows Recovery Environment to fix the error. To access the Windows Recovery Environment, restart your server and press F8 before the Windows logo appears. Select “Repair Your Computer” from the menu and follow the prompts to access the recovery options.
Once you are in the Windows Recovery Environment, you can use the “Startup Repair” option to fix the error. This will automatically repair any issues with the system configuration files.
Preventing the 0x00000074 Error
To prevent the 0x00000074 error from occurring in the future, it is important to keep your server updated with the latest security patches and updates. You should also regularly back up your system configuration files and use a reliable VPS hosting service like USAVPS to ensure that your server is running smoothly.
Conclusion
The 0x00000074 error can be a frustrating issue to deal with, but with the right tools and knowledge, it can be fixed. By using the Last Known Good Configuration, System File Checker, or Windows Recovery Environment, you can get your server back up and running in no time. Remember to keep your server updated and backed up to prevent future errors.
If you are looking for a reliable hosting solution for your Windows Server, consider USAVPS for their top-notch USA VPS Hosting services. With their state-of-the-art infrastructure and 24/7 support, you can rest assured that your server is in good hands.
While working on your system, you may suddenly see a blue screen showing BAD SYSTEM CONFIG INFO error. The error may be caused by incorrect system settings, malicious software, faulty hardware, etc. This stop code contains the bug value of 0xc0000001. This is a serious error that can make the system crash or corrupt your data. There are other similar stop codes that users have encountered:
- BAD_SYSTEM_CONFIG_INFO during CHKDSK
- BAD_SYSTEM_CONFIG_INFO Ntfs Sys
- BAD SYSTEM CONFIG INFO Bootloop
- BAD SYSTEM CONFIG info on startup, boot
Before you go on fixing these BSOD errors on your system, you must find out why they occur.
Reasons for BAD SYSTEM CONFIG INFO Error
There could be several reasons that cause BAD SYSTEM CONFIG INFO Windows 10 error on your system, such as:
- Faulty or outdated device drivers
- Corruption in Boot Configuration Data (BCD) File
- Faulty hard drive
- Corrupted Windows Registry
- Faulty system files/programs
How to Fix BSOD BAD_SYSTEM_CONFIG INFO error?
Method 1: Update Device Driver
The first thing to check when you see the BAD_SYSTEM_CONFIG_INFO error is if any device driver is outdated or incompatible. Maybe there is an incompatible HDD or SSD driver, or any corrupt third-party driver is installed on your system, which may be causing this error on your Windows 10 PC. You may try updating the device drivers to fix this error. To do so, follow these steps:
a. Press Windows + X to go to Start and select Device Manager. (See Image 1)
b. Expand Display adapter and right-click on the driver you want to update and click Update driver. (See Image 2)
c. On the next prompt, choose ‘Search automatically for drivers.’ (See Image 3)
d. Windows will automatically start looking for the latest driver software. If Windows couldn’t find the latest driver, you may choose to ‘Search for updated drivers on Windows Update.’ (See Image 4)
e. You will see the available updates on the screen.
f. Click ‘Install now.’ (See Image 5)
g. The latest available updates will be installed with the latest driver software.
Method 2: Fix Corrupted BCD File
Boot Configuration Data (BCD) tells you how to start your Windows. If the BCD file gets corrupted due to any reason, you won’t be able to boot into your system. It may also cause the BAD SYSTEM CONFIG INFO Windows 10 error. You may fix the BCD file to get rid of this error using the two ways explained below.
A. Use BCDEDIT Command
a. Turn on your system. The moment it starts showing the Windows logo, long-press the power key to turn it off.
b. Repeat this process thrice until you enter the Automatic Repair environment.
c. Select Advanced options from the Automatic Repair environment and choose Troubleshoot from the ‘Choose an option’ screen. (See Image 6)
d. On the next prompt, follow Advanced options > Command Prompt (See image 7)
e. In the open Command Prompt window, type the following command, and hit Enter. (See Image 8, 9)
bcdedit/deletevalue {default} numproc |
bcdedit/deletevalue {default} truncatememory |
f. Wait until the process is done, close the command prompt, and reboot your PC.
B. Use BOOTREC Command
If the above process couldn’t fix the error, you may run the bootrec command. Follow the given steps:
a. Boot your system with USB installation media, created using Windows’ Media Creation tool.
b. Click Repair your computer and follow Troubleshoot > Advanced options > Command Prompt.
c. Type the following commands and press Enter. (See Image 9, 10, 11)
bootrec /repairbcd |
bootrec /osscan |
bootrec /repairmbr |
d. Once done, restart your system and check if the error is fixed.
Method 3: Run CHKDSK Command
If there is corruption in your system’s hard drive or the drive consists of bad sectors, you may encounter BAD_SYSTEM_CONFIG_INFO Windows 10 error on your system. You may fix the faulty hard drive is by running the CHKDSK command. Follow the given steps:
a. Open Command Prompt and choose to run it as administrator.
b. Type chkdsk f: /f and hit Enter. (See Image 12)
c. Let the process end. Once the process is done, reboot your PC, and see if the error is solved.
I have fixed the error, but all of my data is gone. Can I recover data after using the CHKDSK command?
You can recover lost files after running CHKDSK Command using a Windows data recovery tool, such as Stellar Data Recovery Professional. It is a DIY data retrieval tool that can restore all kinds of data, including files, documents, emails, photos, videos, and more. The software also supports recovery from formatted, corrupted, or even crashed Windows PCs or laptops. You can also recover data from external storage media drives, such as HDDs, SSDs, USB drives, SD cards, and more.
Method 4: Fix Corrupted Windows Registry
A corrupted Windows Registry could also be the reason for this blue screen error. According to some Windows users, repairing the corrupted Windows registry using Command Prompt utility may help you eliminate this 0xc0000001 error code. Follow the given steps:
a. Boot into your system using the same USB installation media you used to fix the BCD file.
b. Choose Troubleshoot and then follow Advanced options > Command Prompt.
c. In the open Command Prompt window, type the given commands, and hit Enter.
CD C:\Windows\System32\config |
ren C:\Windows\System32\config\DEFAULT DEFAULT.old |
ren C:\Windows\System32\config\SAM SAM.old |
ren C:\Windows\System32\config\SECURITY SECURITY.old |
ren C:\Windows\System32\config\SOFTWARE SOFTWARE.old |
ren C:\Windows\System32\config\SYSTEM SYSTEM.old |
Note: These commands will rename all these folders. After renaming the folders, Windows 10 won’t use them anymore. However, you may also delete them, but it is better to rename them if you need to restore them later.
d. Now, enter the given commands in the Command Prompt:
copy C:\Windows\System32\config\Reg\Back\DEFAULT C:WindowsSystem32config |
copy C:\Windows\System32\config\Reg\Back\SAM C:WindowsSystem32config |
copy C:\Windows\System32\config\Reg\Back\SECURITY C:WindowsSystem32config |
copy C:\Windows\System32\config\Reg\Back\SYSTEM C:WindowsSystem32config |
copy C:\Windows\System32\config\Reg\Back\SOFTWARE C:WindowsSystem32config |
e. These commands will copy the registry backup and replace the older files. Once the process is done, close the Command Prompt and reboot your system.
Method 5: Perform System Restore
Corrupt system files or system programs could be a potential reason behind the ‘BAD_SYSTEM_CONFIG_INFO boot loop’ error. You may perform System Restore to fix this error. However, performing a system restore will bring all the Device Manager related changes to the default configurations, affecting all the system programs, drivers, files, registry settings, etc. So, don’t forget to take the backup of your system data before performing this method.
To perform the System Restore, follow the below-said steps:
a. Open Create a restore point.
b. Next, in the System Properties window, select System Restore. (See Image 13)
c. Click Next on the next window.
d. Select the restore point from available ones and select ‘Scan for affected programs. (See Image 14)’
e. Click Next > Finish and restart your system to check if the problem is solved.
f. As discussed, this process will bring your system to the default configuration, eventually causing you data loss. You may use professional Windows data recovery software to retrieve data.
EndNote
BAD SYSTEM CONFIG INFO is a common bug check error. There could be multiple reasons for this error, such as outdated or faulty device driver, corrupt hard drive, faulty Windows registry, corrupt system files, etc. You may perform the DIY troubleshooting methods shared in this post to fix this error. However, if you lose data due to this BSOD error, use Windows data recovery software, such as Stellar Data Recovery Professional to recover your lost data. This software can recover data from formatted, corrupted, or even crashed Windows PCs or laptops.
Was this article helpful?
YES0
NO
BAD SYSTEM CONFIG INFO — довольно распространенная ошибка, обычно возникающая при загрузке Windows и препятствующая запуску операционной системы. Рассказываем о причинах ее появления и способах устранения проблемы.
Ошибка возникает на синем экране и означает несоответствие между данными реестра и фактической конфигурацией системы. Может появиться как в процессе работы, так и при загрузке ПК/ноутбука. Последнее особенно неприятно, поскольку в этом случае вы не сможете пользоваться ОС до устранения проблем.
Что же касается причин возникновения ошибки BAD SYSTEM CONFIG INFO, то к основным относятся:
- Некорректные настройки BIOS;
- Некорректные настройки реестра Windows;
- Повреждение системных файлов;
- Конфликт ОС с новым оборудованием.
Как исправить ошибку BAD SYSTEM CONFIG INFO
К сожалению, сходу установить причину возникновения ошибки очень сложно, поэтому будем действовать методом исключения.
Откат BIOS до заводских настроек
Начать лучше с самого простого. Даже если вы не заходили в BIOS и ничего там не меняли.
Порядок действий:
- Полностью выключите устройство и включите заново;
- Сразу же начинайте нажимать на нужную клавишу до тех пор, пока не попадете в меню. Обычно за вход в BIOS отвечают клавиши Del или F8, но порой это могут быть F2 и F12;
Источник: ASUS / Скриншот BIOS
- Оформление BIOS также отличается на разных устройствах. Ищите строку со словом Defaults и нажмите на нее. Нередко за сброс до заводских параметров отвечает клавиша F9;
- Подтвердите сохранение параметров, после чего дождитесь загрузки ОС.
Если ошибка не пропала, то действуем дальше.
Обновление драйверов у нового оборудования
Если ошибка появилась после установки нового устройства (например, видеокарты), то обновите драйверы до актуальной версии. Лучше всего скачать их с сайта производителя, но также можно сделать апдейт через «Диспетчер устройств». Для этого:
- Кликните по меню «Пуск» правой кнопкой мыши и выберите «Диспетчер устройств»;
Источник: CQ / Скриншот Windows 10
- Выберите нужное устройство из списка, нажмите на него правой кнопкой мыши, после чего кликните на «Обновить драйвер»;
Источник: CQ / Скриншот Windows 10
- В открывшемся меню нажмите на «Автоматический поиск драйверов».
Проблема осталась? Шагаем дальше.
Исправление реестра
Если проблема вызвана некорректными данными в реестре, то есть шанс исправить ее путем загрузки безопасного режима. Обычно в этом случае Windows заменяет данные актуальными.
Для этого:
- Полностью выключите устройство и включите заново;
- Нажимайте на F8 до тех пор, пока не окажетесь в черном меню с множеством пунктов. Если за вход в BIOS отвечает та же клавиша, то нажимать на нее придется после того, как с экрана исчезнет заставка;
Источник: NeoSmart Technologies / Скриншот загрузочного меню
- Выберите самый первый пункт — «Безопасный режим» (Safe Mode);
- Дождитесь окончания загрузки ОС, после чего нажмите клавиши Win + R;
Источник: CQ / Скриншот Windows 10
- Введите команду msconfig и нажмите Enter;
- Откройте вкладку «Загрузки» и уберите галочку с «Безопасного режима»;
Источник: CQ / Скриншот Windows 10
- Перезагрузите устройство.
Ошибка по-прежнему докучает? Не переживайте — есть еще несколько способов вернуть устройство в рабочее состояние.
Загрузка последней удачной конфигурации
Порядок действий:
- Полностью выключите устройство и включите заново;
- Нажимайте на F8 до тех пор, пока не окажетесь в черном меню с множеством пунктов. Если за вход в BIOS отвечает та же клавиша, то нажимать на нее придется после того, как с экрана исчезнет заставка;
Источник: NeoSmart Technologies / Скриншот загрузочного меню
- Выберите пункт «Последняя удачная конфигурация» (Last Known Good Configuration).
Система перезагрузится. Если вам повезет, то ошибка исчезнет. А если нет, то действуем дальше.
Использование среды восстановления
Можно попробовать откатить Windows до более раннего состояния с помощью точек восстановления. Если ошибка возникает рандомно, и система загружается, то выполните следующие действия:
- Кликните левой кнопкой мыши по меню «Пуск» и зайдите в «Параметры»;
Источник: CQ / Скриншот Windows 10
- Выберите раздел «Обновление и безопасность»;
Источник: CQ / Скриншот Windows 10
- Откройте подраздел «Восстановление» и нажмите на «Перезагрузить сейчас» рядом с пунктом «Особые варианты загрузки».
Система перезапустится, и вы увидите перед собой синий экран со множеством пунктов. Выберите «Восстановление системы» и попробуйте откатиться до прежнего состояния с помощью доступных точек восстановления.
Если ОС не загружается, то можно попробовать запустить среду восстановления по аналогии с BIOS — с помощью горячих клавиш, предусмотренных производителем. Обычно такая функция есть у всех ноутбуков. Наведите справки в интернете и узнайте, как попасть в среду восстановления именно на вашем устройстве.
Альтернатива — полностью выключите устройство в процессе загрузки ОС. Для этого удерживайте кнопку питания в течение нескольких секунд. Проделайте это несколько раз, после чего Windows должна сама запустить среду восстановления.
Также можно воспользоваться загрузочной флешкой. Подробнее об этом вы можете прочесть здесь.
Описанное в данном разделе бесполезно в ситуации, когда пользователь удалил все точки восстановления или вовсе отключил данную функцию.
Переустановка Windows
Самый радикальный способ на случай, когда все остальные не сработали. Если Windows загружается, и вы не удаляли раздел восстановления, то выполните следующие действия:
- Кликните левой кнопкой мыши по меню «Пуск» и зайдите в «Параметры»;
Источник: CQ / Скриншот Windows 10
- Выберите раздел «Обновление и безопасность»;
Источник: CQ / Скриншот Windows 10
- Откройте подраздел «Восстановление» и кликните на «Начать» рядом с пунктом «Вернуть компьютер в исходное состояние».
Если ОС не грузится, то переустановить Windows можно при помощи загрузочного диска.
Заглавное фото: TechCult
Читайте также:
- Как устранить ошибку «Сервер RPC недоступен» в Windows
- Как исправить ошибку 0xc0000225 при загрузке Windows
- Как исправить ошибку «Среда восстановления Windows недоступна»
- Как исправить ошибку 0x80070570 в Windows
- Ошибка ntoskrnl.exe — как убрать синий экран смерти на Windows 10
BAD_SYSTEM_CONFIG_INFO BsOD Error in Windows Server & Client
Instead, a Blue Screen of Death (BSoD) is presented, or the system may automatically load the recovery console, or worst, the system keeps restarting in the loop. You can press F8 key during the initial system boot up and select “Disable Automatic Restart on Failure” to get the error message on the BSoD, which indicates:
BAD_SYSTEM_CONFIG_INFO
Normally, the technical information will also say that the stop error is 0x00000074.
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.
About the Author: LK
Page load link