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

After booting from USB getting an error #96

Closed
evosite2 opened this issue Jul 4, 2023 · 1 comment
Closed

After booting from USB getting an error #96

evosite2 opened this issue Jul 4, 2023 · 1 comment
Labels
invalid This doesn't seem right

Comments

@evosite2
Copy link

evosite2 commented Jul 4, 2023

error for efidsefix.exe -d

C:\Users\swilk\EfiGuard-v1.2.1>efidsefix.exe -d
Disabling DSE...
CI!g_CiOptions at 0xFFFFF80149259418.
Failure: NtSetSystemEnvironmentValueEx error C000000D
AdjustCiOptions failed: C000000D

efidsefix.exe -i

SystemBootEnvironmentInformation:
- BootIdentifier: {11c4be38-4a63-11ed-a69a-d8bbc1524f32}
- FirmwareType: UEFI
- BootFlags: 0x0

SystemModuleInformation:
- Kernel: ntoskrnl.exe (\SystemRoot\system32\ntoskrnl.exe)

SystemCodeIntegrityInformation:
- IntegrityOptions: 0x2001

SystemKernelDebuggerInformation:
- KernelDebuggerEnabled: 0
- KernelDebuggerNotPresent: 1

SystemKernelDebuggerInformationEx:
- DebuggerAllowed: 0
- DebuggerEnabled: 0
- DebuggerPresent: 0

SharedUserData->KdDebuggerEnabled: 0x00

SystemKernelDebuggerFlags: 0x00

SystemCodeIntegrityPolicyInformation:
- Options: 0x40000000
- HVCIOptions: 0x0000

@evosite2 evosite2 changed the title getting a KMODE_EXCEPTION_NOT_HANDLED when booting from a USB After booting from USB getting an error Jul 4, 2023
@Mattiwatti
Copy link
Owner

The version of EfiGuard you're using is out of date (v1.2.1, current latest is v1.3). I'm mentioning this to address the original title (KMODE_EXCEPTION_NOT_HANDLED) as this was most likely caused by having HVCI enabled which v1.3 will now disable for you if needed.

Your updated issue (EfiDSEFix printing C000000D, meaning STATUS_INVALID_PARAMETER) also has an updated error description in v1.3, but what this basically comes down to is the DXE driver not being loaded, or else loaded incorrectly. EfiGuard itself does not return this status under any circumstance if it was loaded during boot.

@Mattiwatti Mattiwatti added the invalid This doesn't seem right label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants