Hyper-V virtual machine
Windows 11 24H2 build 26100.4349 ISO file
Macrium Reflect Home 10.0.8576
View attachment 142962
View attachment 142963
Add boot option (image below).
Run the following command as administrator:
bcdboot x:\windows
- replace "x" with the drive letter of the cloned Windows partition
View attachment 142964
You can now boot into the cloned Windows (image below).
View attachment 142965
Optional. Enables verbose mode. Example:
bcdboot d:\windows /v
Code:
PS C:\windows\system32> bcdboot d:\windows /v
BFSVC: ServiceBootFiles MuiOnly:n Res:y Fonts:y BootMgrOvw:n BootStatOvw:n DbgTrn:y SuspendBDE:n Offline:n
BFSVC: Using EX bins because bootmgfw on ESP is 2023 already.
BFSVC: Using source OS version a000065f40001
BFSVC: Copying boot files CopyBootManager(Yes) d:\windows\boot\EFI -> \\?\GLOBALROOT\Device\HarddiskVolume1\EFI\Microsoft\Boot
BFSVC: Destination Boot.stl exists. Will copy both boot.stls (current and pending) to the destination.
BFSVC: Updating \\?\GLOBALROOT\Device\HarddiskVolume1\EFI\Boot\bootx64.efi
BFSVC: Creating Recovery directory.
BFSVC: Logging boot file servicing to bootstat log \\?\GLOBALROOT\Device\HarddiskVolume1\EFI\Microsoft\Boot\BOOTSTAT.DAT.
BFSVC: Copying font files from d:\windows\boot\Fonts to \\?\GLOBALROOT\Device\HarddiskVolume1\EFI\Microsoft\Boot\Fonts...
BFSVC: Copying resource files from d:\windows\boot\Resources to \\?\GLOBALROOT\Device\HarddiskVolume1\EFI\Microsoft\Boot\Resources...
BFSVC: Servicing debugger files
BFSVC: List of debugger files is empty
BFSVC: System partition is not in a space
BFSVC: BfsInitializeBcdStore flags(0x0000000c) RetainElementData:n DelExistinObject:n
BFSVC: VolumePathName for d:\windows is d:\
BFSVC: SystemRoot is \windows
BFSVC: Opening template from \Device\HarddiskVolume6\windows\System32\config\BCD-Template.
BFSVC: Reopening system store.
BFSVC: Creating General objects.
BFSVC: Creating Resume object.
BFSVC: Creating MemTest object.
BFSVC: Creating OsLoader object.
BFSVC: OsLoader identifier: {fc51a37f-7dd2-11f0-9431-de43990a398d}
BFSVC: Removing duplicate entries.
BFSVC: Removing duplicate object {fc51a37d-7dd2-11f0-9431-de43990a398d}
BFSVC: Create BOOTMGR object RetainBootDefault:n
BFSVC: Setting {default} to {fc51a37f-7dd2-11f0-9431-de43990a398d}
BFSVC: Cleaning up debugger settings.
BFSVC: Cleaning up hypervisor settings.
BFSVC: Opening recovery store from \Device\HarddiskVolume1\EFI\Microsoft\Recovery\BCD
BFSVC: Creating General objects.
BFSVC: Create BOOTMGR object RetainBootDefault:y
BFSVC: Setting {default} to {2ff3e490-7dfc-11f0-a5ec-00155d010400}
Boot files successfully created.
PS C:\windows\system32>