Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

[Fix] 0xc000000e After Clone Windows 10 Partition #9

Description

@aleixsr

Boot using a USB Windows 10 installer, open command prompt and run:

diskpart
list volume
select volume=n (where n refers to the EFI system reserved segment’s volume number that has the label “System” on there).
assign letter=S (S is the right drive alphabet which is not currently in use).
exit

bcdboot c:\Windows /s S: /f UEFI (To activate the system, change the character “c” with the character of the system partition labeled with the phrase “Boot.”).

exit

Reboot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions