Native Boot VHD Error Code: 0xc000000e

0

I started by creating a VHDX using Hyper-V in an external drive which when I added the VHDX to bcd it boots fine from the external drive but when I wanted to copy the VHDX on my SSD when I attempted to boot I keep getting the message

The application or operating system couldn't be loaded because a required file is missing or contains errors

File: \Windows\system32\winload.efi
Error Code: 0xc000000e

also, note that the VHDX file boot up fine in the Hyper-V

E: is an external drive and D: it's my SSD which is an internal drive

Here is my boot config for the one in the external drive

Windows Boot Loader
-------------------
identifier              {119a1640-5c79-11eb-b4bf-0492261d09e8}
device                  vhd=[E:]\VMs\Windows 10 DEV\Virtual Hard Disks\Windows 10 DEV.vhdx,locate=custom:12000002
path                    \Windows\system32\winload.efi
description             Windows10ProDEV
locale                  en-us
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
isolatedcontext         Yes
flightsigning           Yes
allowedinmemorysettings 0x15000075
osdevice                vhd=[E:]\VMs\Windows 10 DEV\Virtual Hard Disks\Windows 10 DEV.vhdx,locate=custom:22000002
systemroot              \Windows
resumeobject            {119a163f-5c79-11eb-b4bf-0492261d09e8}
nx                      OptIn
bootmenupolicy          Standard

and also here is the rest of my boot config

Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=\Device\HarddiskVolume3
path                    \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description             Windows Boot Manager
locale                  en-us
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
flightsigning           Yes
default                 {e58d1c8c-1742-11eb-8fa3-b47a6ba6a9de}
resumeobject            {119a1648-5c79-11eb-b4bf-0492261d09e8}
displayorder            {e58d1c8c-1742-11eb-8fa3-b47a6ba6a9de}
                        {119a1649-5c79-11eb-b4bf-0492261d09e8}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {e58d1c8c-1742-11eb-8fa3-b47a6ba6a9de}
device                  partition=C:
path                    \WINDOWS\system32\winload.efi
description             Windows 10
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence        {e58d1c8d-1742-11eb-8fa3-b47a6ba6a9de}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \WINDOWS
resumeobject            {e58d1c8b-1742-11eb-8fa3-b47a6ba6a9de}
nx                      OptIn
bootmenupolicy          Standard
hypervisorlaunchtype    Auto
vga                     No
quietboot               No
usefirmwarepcisettings  No
bootlog                 No
sos                     No

Windows Boot Loader
-------------------
identifier              {119a1649-5c79-11eb-b4bf-0492261d09e8}
device                  vhd=[D:]\InsiderDATA\Windows10DEV.vhdx,locate=custom:12000002
path                    \Windows\system32\winload.efi
description             Windows10ProDEV
locale                  en-us
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
isolatedcontext         Yes
flightsigning           Yes
allowedinmemorysettings 0x15000075
osdevice                vhd=[D:]\InsiderDATA\Windows10DEV.vhdx,locate=custom:22000002
systemroot              \Windows
resumeobject            {119a1648-5c79-11eb-b4bf-0492261d09e8}
nx                      OptIn
bootmenupolicy          Standard

Update:

Just tested and it all works fine on my C: drive not sure why it's not working on that drive

windows
boot
multi-boot
vhd
boot-to-vhd
asked on Super User Jan 22, 2021 by poqdavid • edited Jan 24, 2021 by poqdavid

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0