User Tools

Site Tools


software:microsoft:windows:boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
software:microsoft:windows:boot [2022/06/05 02:39] – [Windows 10 bootrec /fixboot access is denied] superwizardsoftware:microsoft:windows:boot [2022/09/18 17:06] – [Windows 10 bootrec /fixboot access is denied] superwizard
Line 101: Line 101:
  
 From <https://answers.microsoft.com/en-us/windows/forum/all/windows-10-bootrec-fixboot-access-is-denied/747c4180-7ff3-4bc2-b6cc-81e572d546df>  From <https://answers.microsoft.com/en-us/windows/forum/all/windows-10-bootrec-fixboot-access-is-denied/747c4180-7ff3-4bc2-b6cc-81e572d546df> 
 +
 +I struggled with this error too. I got it working by booting for an USB drive created with Rufus. A Windows DVD or another bootable medium would work too. Maybe the path changes in that case.
 +I verified if the BCD-Template file exists from the command prompt (which in my case didn't) by issuing:
 +dir %WINDIR%\System32\Config\BCD*
 +
 +Then I copied the BCD-template file from the Rufus disk (X:) by issuing:
 +xcopy X:\windows\System32\Config\BCD-Template %WINDIR%\System32\Config\BCD-Template 
 +
 +From <https://superuser.com/questions/713146/windows-8-bfsvc-error-could-not-open-the-bcd-template-store-status-c000000> 
  
  
software/microsoft/windows/boot.txt · Last modified: 2024/04/28 03:40 by superwizard