"NTLDR is missing"

Home Home
引用 | 編輯 crazeze
2004-11-09 06:02
樓主
推文 x0
when i install winxp, 'ntldr is mis ..

訪客只能看到部份內容,免費 加入會員



獻花 x0
引用 | 編輯 here2dl
2004-11-09 07:18
1樓
  
the error msg appeared when the computer is booting?
and thats the only error msg u got or there r more?
cuz there r serval possibilities, kindda need more info from ya.
however, u can give the following URLs a try, it helps! hopefully...
http://www.computerhope.com/issues/ch000465.htm
http://support.microsoft.com/kb/320397

come back anytime if u still got Qs..
如果障礙已排除, 也別忘了回報喔.

獻花 x0
引用 | 編輯 Kilian
2004-11-09 11:27
2樓
  
引用 | 編輯 CTW521125
2004-11-26 07:22
3樓
  
現在剛好遇到這問題,趕快參考上面兩位大大的意見,去試試看了,謝謝提醒。

獻花 x0
引用 | 編輯 taiwanes
2004-11-26 09:16
4樓
  
為何開機出現 NTLDR is missing?如何解決?
A: 在 Windows 2000 開機啟動時,NTLDR 會顯示 Bootstrap 載入器畫面,您可以在其中選取要啟動的作業系統。這個畫面是根據 Boot.ini 檔案中的資訊而定。如果您在計數器數到達零之前沒有選取項目,則 NTLDR 會載入 Boot.ini 檔案中的預設參數所指定的作業系統。Windows 2000 安裝程式會將 Boot.ini 檔案放在使用中的磁碟分割內,NTLDR 則使用 Boot.ini 檔案中的資訊來顯示 Bootstrap 載入器畫面,您可以從該畫面選取作業系統。 因此,如果 NTLDR 遺失或毀損,您的 Windows 2000 將無法啟動。
若要解決此問題,可以先從修復 Windows 2000 啟動的環境開始。您可以啟動修復主控台(Recovery Console) 來做修復:

1. 插入 Windows 2000 CD-ROM 並啟動 Windows 2000 至修復主控台(Recovery console)。
2. 輸入您所安裝的 Windows 作業系統,如您只有一個作業系統,請輸入 1 後按下 Enter 。
3. 輸入 Administrator 的密碼後按下 Enter 。
3. 輸入 map 然後按下 Enter 。請記下您含有 Windows 2000 安裝光碟的光碟機代號。
4. 輸入下列指令然後在每一列後按下 Enter 。而 <drive> 是您在步驟3所看到的光碟機代號。

    copy <drive>:\i386\ntldr c:\
    copy <drive>:\i386\ntdetect.com c:\

5. 如果系統提示您是否要覆蓋此檔案,輸入 Y 然後按下 Enter 。

6. 輸入下列指令然後在每一列後按下 Enter:
 
    type c:\boot.ini
 
這會列出如下的一段畫面:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINNT

    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect

如果您沒有出現畫面而出現下列錯誤訊息,您的 boot.ini 檔案可能已經毀損或遺失。您可以嘗試由另一台電腦編輯好複製過來。
   
    The system cannot find the file or directory specified.

7. 輸入 exit 然後按下 Enter 。電腦將重新啟動。

請注意:您的安裝位置或分割區(Partition)與 boot.ini 的內容有關。如果您使用錯誤的 boot.ini 檔案,可能無法解決您的問題。

獻花 x0