windows VM boot #4978
Unanswered
Mingwang-Li
asked this question in
Q&A
windows VM boot
#4978
Replies: 1 comment
-
EFI has runtime services that allows an OS to write to NVRAM. These runtime services get called in a virtual address space mapping built by the kernel.
Thanks,
Andrew Fish
… On Oct 30, 2023, at 7:57 AM, Mingwang-Li ***@***.***> wrote:
A blue screen of death (BSOD) of watch dog timeout occurs during Windows VM boot. The Windows dump log shows that some stacks are in efi. What is the cause?
windows stack:
KiFreezeTargetExecution+0x10c
KiIpiServiceRoutine+0x22
KiPlayInterrupt+0x208
KiProcessInterrupt+0x178
KiKernelSp0InterruptHandler+0x5c
HalEfiSetEnvironmentVariable+0xcc
HalSetEnvironmentVariableEx+0x16c
IoSetEnvironmentVariableEx+0x7c
ExpSetBootEntry+0x6b0
KiSystemServiceCopyEnd+0x38
KiServiceInternal+0x60
BiAddBootEntry+0x40
BiCreateEfiEntry+0x98
BiBindEfiEntries+0xd4
BiBindEfiNamespaceObjects+0x50
BiBindFirmwareToSystemStore+0x40
BiOpenSystemStore+0x1c8
BcdOpenStore+0xc4
PoInitHiberServices+0xc0
CmCompleteRegistryInitialization+0x170
NtInitializeRegistry+0xac
KiSystemServiceCopyEnd+0x38
KiServiceInternal+0x60
NtInitializeRegistry+0x44
KiSystemServiceCopyEnd+0x38
KiSystemServiceExit
—
Reply to this email directly, view it on GitHub <#4978>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD4ZCO7SN6UA4A2K22WM6QDYB6537AVCNFSM6AAAAAA6WFD4YSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG44TINBVGY>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A blue screen of death (BSOD) of watch dog timeout occurs during Windows VM boot. The Windows dump log shows that some stacks are in efi. What is the cause?
windows stack:
KiFreezeTargetExecution+0x10c
KiIpiServiceRoutine+0x22
KiPlayInterrupt+0x208
KiProcessInterrupt+0x178
KiKernelSp0InterruptHandler+0x5c
HalEfiSetEnvironmentVariable+0xcc
HalSetEnvironmentVariableEx+0x16c
IoSetEnvironmentVariableEx+0x7c
ExpSetBootEntry+0x6b0
KiSystemServiceCopyEnd+0x38
KiServiceInternal+0x60
BiAddBootEntry+0x40
BiCreateEfiEntry+0x98
BiBindEfiEntries+0xd4
BiBindEfiNamespaceObjects+0x50
BiBindFirmwareToSystemStore+0x40
BiOpenSystemStore+0x1c8
BcdOpenStore+0xc4
PoInitHiberServices+0xc0
CmCompleteRegistryInitialization+0x170
NtInitializeRegistry+0xac
KiSystemServiceCopyEnd+0x38
KiServiceInternal+0x60
NtInitializeRegistry+0x44
KiSystemServiceCopyEnd+0x38
KiSystemServiceExit
Beta Was this translation helpful? Give feedback.
All reactions