close

備份了兩個partition(System and Windows),不過當按照連結,https://technet.microsoft.com/en-us/library/hh824910.aspx?f=255&MSPPError=-2147217396,在還原時沒意外會出現Winload.exe is missing issue (Error code is 0xc000000e)。這個問題是因為開機時找不到開機必要的資訊,也就是system partition。按照連結的內容所示已經建立出來沒錯,但兩個建立出來不代表兩者有關連,必須下指令去讓system partition知道windows partition在哪。

之前有找到一些指令,也的確可以用,如下:

Bootsect /nt60 c:

bcdedit.exe /set {default} osdevice boot

bcdedit.exe /set {default} device boot

bcdedit.exe /set {default} detecthal 1

But I find the the simplies way to solve issue, you don't need to type so complicated commands, such as illustrated in the following:

Bootsect /nt60 c:

bcdboot d:\windows /s c:

 

Here the D drive means Widnows partition, C drive means System partition in PE environment. 當下了這個指令之後開機就不會出現winload.exe這個錯誤訊息了。

arrow
arrow

    TsaiBiBa 發表在 痞客邦 留言(0) 人氣()