Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aleixsr opened this issue Feb 25, 2023 · 0 comments
Open

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

aleixsr opened this issue Feb 25, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@aleixsr
Copy link
Owner

aleixsr commented Feb 25, 2023

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.

@aleixsr aleixsr closed this as completed Feb 25, 2023
@aleixsr aleixsr added the documentation Improvements or additions to documentation label Mar 13, 2023
@aleixsr aleixsr reopened this Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant