Event ID - 1292

Event Id1292
SourceBINLSVC
DescriptionAn error occurred while creating the BCD store for WIM file %1. Error Information: %2
Event Information According to Microsoft :

Cause :

This event is logged when an error occurred while creating the BCD store for WIM file.

Resolution :

Ensure that the PXE provider can modify the BCD file

The Pre-Boot Execution Environment (PXE) provider must be able to create or modify the Boot Configuration Data (BCD) file for a boot image. Each boot image on the Windows Deployment Services server has a corresponding BCD file, which contains information such as the boot device (RAMDISK), the image name (obtained from the .wim metadata), the detect HAL option, and the operating system type (Windows PE). To resolve this issue, do the following in the specified order:
  • Ensure that the boot image is valid.
  • Ensure that you have enough disk space and the necessary permissions.
Ensure that the boot image is valid

To ensure that the boot image is valid:
  1. Open the Command Prompt window.
  2. At the command prompt, run wdsutil /get-server /show:images .
  3. Ensure that all of your boot images are listed and that the information is correct.
Ensure that you have enough disk space and the necessary permissions

To ensure that you have enough disk space and required permissions:
  1. Verify that you have at least1 MB of free disk space.
  2. Right-click the RemoteInstall folder (by default, it is located on drive C), and then click Properties .
  3. On the Security tab, make sure that WDSServer is set to Full control .
Verify :

To perform this procedure, you must either be a member of the local Administrators group or have been delegated the appropriate authority.

To verify that the BCD file has been generated correctly and is accessible:
  1. Locate the following file on the Windows Deployment Service server: RemoteInstall\Tmp\<arch>.{<GUID>}.bcd, where <arch> is x86, x64, ia64, or x86x64 and <GUID> is 32 characters. Note : By default, the RemoteInstall folder is on drive C.
  2. In the Command Prompt window, run the following command for the file you located in step 1: bcdedit.exe /enum /all /store: <Drive>:\RemoteInstall\Boot\<arch>\default.bcd. The output should contain the contents of the BCD file.
  3. Verify that the output contains entries for each of your boot images.
Reference LinksEvent ID 1292 from Source BINLSVC

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.