[精讚] [會員登入]
692

How to deal windows10 with lost bootloader issue

如何修復Windows 10 丟失UEFI引導 (bootloader)無法開機

分享此文連結 //n.sfs.tw/15923

分享連結 How to deal windows10 with lost bootloader issue@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
最後編修
2022-08-11 09:49:20 By jung
 


there was one time that I used a program to modifying UEFI boot loader,

but accidentally removed default boot loader of win10,

then I surfed the internet for resolution,

but failed because Microsoft's variety of versions

finally, I found it.

https://thinker-evans.blogspot.com/2020/02/windows-10-uefi-bootloaderwindows-10.html


Here's the point:

After Windows 10 1709, bootrec /fixboot is deprecated.
 

step 1: build usb booting image for windows recovery

step 2: mount usb rod for recovery

step 3: >bcdboot "C:\Windows" /s Z: /f UEFI /l zh-tw

Modify disk code for your situation 

 


 

 

END

你可能感興趣的文章

使用bash script 顯示及比較記憶體剩餘用量 How to get the available memory reported as a percentage then compare Numbers and Strings in Linux Shell Script

設定win10開機自動執行openvpn連接vpn server how to make win10 connecting to a vpn server automactically after booting up

[網管心得]ssh keygen用法 ssh-copy-id

在debian9使用apt-key add gpg key from ubuntu keyserver

How to deal windows10 with lost bootloader issue 如何修復Windows 10 丟失UEFI引導 (bootloader)無法開機

在ubuntu18.04桌面版安裝中文注音輸入法 如何在ubuntu桌面使用新酷音注音輸入法

隨機好文

在virtualbox如何壓縮vdi檔 using commands to reduce virtualbox's vdi file space

縣市端新增師生關係API程式 在縣市端建立可由教育部主機撈取縣市資料庫師生關係的API 程式

在ESXI6.7修改系統時間 how to modify esxi system time setting for good

使用bash script 顯示及比較記憶體剩餘用量 How to get the available memory reported as a percentage then compare Numbers and Strings in Linux Shell Script

testing gitlab and jenkins CI/CD on docker-1 在docker架設gitlab, jenkins 測試CI/CD pipeline第一章