Techne: A practical knowledge base

Table of Contents generated with DocToc

Windows

Repair boot files

This procedure assumes the following:

The following commands will format the old EFI partition, mount it to s:, and copy the boot files to it:

diskpart
> list disk
> sel disk 0
> list part
> sel part 1
> format fs=fat32 quick label=System
> list vol
> exit
mountvol S: /S
bcdboot c:\windows /s s: /f UEFI /v
exit

Reply to this post by email ↪