Windows 10/Fix boot: Difference between revisions
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
<pre> | <pre> | ||
cd /d | cd /d z:\EFI\Microsoft\Boot\ | ||
bootrec /fixboot | bootrec /fixboot | ||
ren BCD BCD.bak | ren BCD BCD.bak | ||
bcdboot c:\Windows /l de-de /s z: /f ALL | bcdboot c:\Windows /l de-de /s z: /f ALL | ||
</pre> | </pre> | ||
[[Category:Windows 10]] |
Latest revision as of 11:35, 18 January 2021
Start from win 10 dvd and run in CMD:
Bootrec /fixmbr Bootrec /fixboot Bootrec /scanos Bootrec /rebuildbcd
If "system device not found", run "diskpart"
sel disk 0 list vol sel vol 3 (or whatver number the EFI partition is) assign letter=z: exit
cd /d z:\EFI\Microsoft\Boot\ bootrec /fixboot ren BCD BCD.bak bcdboot c:\Windows /l de-de /s z: /f ALL