외부 드라이브에서 Hyper-V를 사용하여 VHDX를 생성하는 것으로 시작했습니다. bcd에 VHDX를 추가하면 외부 드라이브에서 제대로 부팅되지만 부팅을 시도할 때 SSD에 VHDX를 복사하려고 하면 계속 메시지가 나타납니다.
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
또한 VHDX 파일은 Hyper-V에서 제대로 부팅됩니다.
E: 외장 드라이브이고 D: 내장 드라이브인 SSD입니다.
외부 드라이브에 대한 부팅 구성은 다음과 같습니다.
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
그리고 여기에 내 부팅 구성의 나머지 부분도 있습니다
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
업데이트:
방금 테스트했는데 내 C: 드라이브에서 모두 잘 작동합니다. 왜 해당 드라이브에서 작동하지 않는지 잘 모르겠습니다.