I am trying to load a custom ntoskrnl image. EfiGuard does not give any errors during its log and reports functions like ImgpValidateImageHash or ImgpFilterValidationFailure as successfully patched, however winload reports the image as corrupted with ntstatus 0xC0000221 (STATUS_IMAGE_CHECKSUM_MISMATCH). I am doing this on VMware, which should not cause any problems.
Steps to reproduce
Replace ntoskrnl.exe on a Windows 10 19045 system with a custom image you want to load.
Operating system
Windows 10 build 19045
Issue description
I am trying to load a custom ntoskrnl image. EfiGuard does not give any errors during its log and reports functions like ImgpValidateImageHash or ImgpFilterValidationFailure as successfully patched, however winload reports the image as corrupted with ntstatus 0xC0000221 (STATUS_IMAGE_CHECKSUM_MISMATCH). I am doing this on VMware, which should not cause any problems.
Steps to reproduce
Logs
No response
Attachments