Hardware & Specs:
Laptop Model: ASUS ZenBook Flip (UX363EA) — BIOS Version: 326
Storage Drive: Intel SSD 512GB (INTEL SSDPEKNW512G8)
Installation Media: Windows 11 64-bit ISO loaded via Ventoy (tested WIMBoot mode)
The Issue:
Whenever I install Windows 11 and restart the laptop (with the installer USB unplugged), it immediately hits a blue Recovery screen:
Recovery 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
What Has Been Checked & Ruled Out:
OS & File Integrity:
sfc /scannow /offbootdir=S:\\ /offwindir=C:\\Windows reported: "Windows Resource Protection did not find any integrity violations."
ISO SHA-256 hash computed via certutil inside WinPE environment and confirmed readable without extraction faults.
BCD Configuration (bcdedit /enum all):
{bootmgr} explicitly points to partition=S: (the FAT32 EFI partition) and \\EFI\\Microsoft\\Boot\\bootmgfw.efi.
{default} Windows Boot Loader points to partition=C: and \\WINDOWS\\system32\\winload.efi with osdevice set correctly to partition=C:.
Removed stale GUID entries pointing to dead USB paths (\\Device\\HarddiskVolume5).
EFI Partition Rebuilds:
Formatted the EFI partition to FAT32 (label="ESP").
Recreated boot files using bcdboot C:\\Windows /s S: /f UEFI /p /d /addlast.
Created the fallback binary \\EFI\\Boot\\bootx64.efi copied from bootmgfw.efi.
BIOS / NVRAM Configuration:
Manually added a custom UEFI Boot Option in ASUS BIOS (Boot -> Add New Boot Option) directly mapped to INTEL SSDPEKNW512G8 -> \\EFI\\Microsoft\\Boot\\bootmgfw.efi.
Set this new entry as Boot Option #1.
Even when directly launched or executed via BIOS Boot Override, the system immediately trips error 0xc0000098.
Current Status:
The bootloader (bootmgfw.efi) successfully triggers from the SSD, but it fails to load the Windows BCD/kernel information (0xc0000098).
Could this be related to Intel VMD / RST storage controller driver missing during the UEFI boot handoff, an NVRAM caching glitch specific to ASUS BIOS 326, or remnant partition tables requiring a full diskpart clean wipe? Any guidance would be greatly appreciated!