Windows 無法開機開機設定損毀

  前幾天同仁在幫一台 Windows Server 2008 R2 做 Windows Update裝完重開機便再也無法進入 Windows開機會進入修復模式但跑完會出現無法修復並有開機設定損毀的訊息花了好幾小時研究最後總算修復以下為修復紀錄

 

 

◎ 使用 WinPE 開機
  ※ 無法在救援模式進行因不明原因在救援模式中系統無法掛載原本的 C 槽

 

◎ 將原本的 C 槽掛上磁碟代號這邊假設為 D

 

◎ 執行以下指令重新產生開機檔到原本的 C 槽

bcdboot D:\Windows /s D:

  ※ 因不明原因若將檔案重新產生到 100MB 的開機磁區仍無法開機

 

◎ 執行以下指令將開機磁區由 100MB 磁區改成原本 C 槽的磁區

list disk
select disk 0
list part
select part 2
active
exit

  ※ 上面的硬碟跟磁區代號請依照你 list 看到的實際狀況做調整

 

◎ 重開機OK

 

【參考連結】

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.