Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patched ntoskrnl fails to load with STATUS_IMAGE_CHECKSUM_MISMATCH. #132

Open
Hallilogod opened this issue Sep 6, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Hallilogod
Copy link

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

  1. Replace ntoskrnl.exe on a Windows 10 19045 system with a custom image you want to load.
  2. Boot the EfiGuard loader.

Logs

No response

Attachments

grafik
grafik

@Hallilogod Hallilogod added the bug Something isn't working label Sep 6, 2024
@aubymori
Copy link

aubymori commented Oct 4, 2024

@Hallilogod Try loading with boot time DSE bypass by pressing Home when it prompts you and selecting the option for boot time DSE bypass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants