# Recover Windows EFI Boot Entry ## Metadata **Status**:: #x **Zettel**:: #zettel/literature **Created**:: [[2023-03-09]] **Topic**:: [[♯ Windows]] ## Synopsis [[Create Windows Recovery USD Device]] and boot using it. Launch the command prompt. ### Mount Volumes Start `diskpart` in the command prompt. Use `list disk`, `sel disk`, `list part` to navigate partitions. Use `list vol`, `sel vol`, and `assign letter=X` to assign letters to the following volumes: - The EFI FAT32 volume - The Windows system volume Type `exit` to return to the command prompt. Use `X:`, `cd`, `dir` to verify the volumes. ### Copy EFI Files Say the EFI FAT32 volume letter is G, and the Windows system volume is H. Run `bcdboot` to copy the files ``` bcdboot H:\windows /s G: /f UEFI ```