Guest: Windows 10 (build 19041/2004), UEFI firmware, no Guest Additions issue known
Storage: VM files on native ext4 partition (also reproduced on NTFS via ntfs-3g — ruled out as cause)
Problem: Guest intermittently hangs indefinitely at the plain VirtualBox splash screen during UEFI boot — no crash, no reset, no further VBox.log output, just silence forever (left it 5+ minutes with no change). Roughly 1 in 2-3 boot attempts hang this way; the rest proceed normally to Windows.
VBox.log excerpt at the hang point (identical every time it hangs):
Code: Select all
00:00:01.317688 EFI: VBoxDbg> loadimage64 'bootmgfw.efi' 0x10000000 LB 0x1ca000
00:00:01.742217 xHCI: USB Suspended
00:00:01.755025 EFI: debug point DXE_AP
(x7 DXE_AP debug points)
00:00:01.755860 EFI: relocate module to 0xfffff80155306000 from 0xde8ea000
(x8 relocate module lines)
[nothing further — VM state remains RUNNING indefinitely]
Code: Select all
Chipset: piix3
Paravirt. Provider: Minimal
Effective Paravirt. Prov.: Minimal
UEFI Secure Boot: disabled
TPM Type: 2.0
- With Paravirt. Provider on default (Hyper-V), boot failed differently — a rapid ACPI reset loop, with logged just before each reset. Switching to KVM stopped the reset loop and got further (to the hang described above). Switching to Minimal did not remove the hang, but seems to make successful boots more frequent than KVM did.
Code: Select all
IEM: wrmsr(0x40000118,0x0`00000001) -> #GP(0) - Disabling TPM entirely: hang occurs at the exact same log offset, so TPM emulation is not the cause.
- With UEFI Secure Boot enabled, the same indefinite silent hang occurred at this exact point on every attempt (100%, not intermittent). Disabling Secure Boot is what turned it into an intermittent issue rather than a permanent one.
Code: Select all
Your PC/Device needs to be repaired
The Boot Configuration Data file doesn't contain valid information for an operating system.
File: \BCD
Error code: 0xc0000098
Code: Select all
bcdboot C:\Windows /l en-us /s S: /f UEFICode: Select all
Error code: 0xc0000001
Code: Select all
bcdedit /set {default} bootlog yesntblog.txt
/home/eduard/Imágenes/Capturas de pantalla/Captura desde 2026-07-13 00-59-00.png
Question: Has anyone seen this specific intermittent silent hang — indefinite, no VBox.log activity, occurring right after
Code: Select all
bootmgfw.efiSeparately, I'm trying to isolate the driver responsible for the 0xc0000001 stop code by enabling boot logging (
Code: Select all
bcdedit /set {default} bootlog yes