how-to-fix-windows-2008-r2-bootmgr-is-missing
利用DISK2VHD 做P2V之後
使用 WINDOWS2008 開機光碟 修正開機問題
進入修復模式,打開 CMD 文字命令列 輸入下面三個指令 然後重新開機,就可以解決掉一些麻煩的問題。
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
x:\sources\recovery\StartRep.exe
; One of these four commands fixed it. This time bootrec /rebuildbcd
; did not find any orphaned installations, and StartRep.exe said that
; everything was fine.
; Rebooted one more time and it worked.
參考資料來源:http://serverfault.com/questions/233592/how-to-fix-windows-2008-r2-bootmgr-is-missing
Views: 4