| Previous | Next |
| IMAPI_E_STASHFILE_MOVE | IMAPI_E_BOOT_OBJECT_CONFLICT |
IMAPI_E_BOOT_IMAGE_DATA
IMAPI_E_BOOT_IMAGE_DATA belongs to bootable-image construction. IBootOptions::AssignBootImage accepts an IStream containing the boot image, and IFileSystemImage copies boot options when they are assigned to the image. The HRESULT indicates that the boot object or its data could not be incorporated into the file-system image.
Validate the boot stream before attaching boot options
- Record the boot image stream size, seek position, and read behavior.
- Confirm that
AssignBootImagesucceeded and that the stream remains readable while IMAPI copies the boot options. - Record emulation type and platform ID, especially when the application overrides values inferred from floppy-sized boot images.
IMAPI does not provide a boot image; the application supplies it. A normal directory file named like a boot loader is not equivalent to an El Torito boot image stream attached through IBootOptions. Test the exact stream independently and keep boot-option configuration separate from ordinary image files. If multiple boot entries are used, identify which entry fails rather than treating the whole image as a single boot object.
AssignBootImage · BootImageOptions · IFileSystemImage
Looking for a different code? Search another status or error code.