Skip to content

Instantly share code, notes, and snippets.

@yucellmustafa
Last active September 3, 2023 18:12
Show Gist options
  • Save yucellmustafa/c8d7d51a25d9cce7f803a8b8eb4f1096 to your computer and use it in GitHub Desktop.
Save yucellmustafa/c8d7d51a25d9cce7f803a8b8eb4f1096 to your computer and use it in GitHub Desktop.
repair for windows efi part (gpt)
diskpart
select disk <number of disk>
create part efi size=512
format fs=fat32
select part <number of part>
assign letter=B
exit
B:
md \EFI\Microsoft\Boot\
bcdboot C:\Windows /l tr-TR /s b: /f ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment