主题:  ntldr is missing 了,这是怎么回事

BegEgg

职务:普通成员
等级:1
金币:0.0
发贴:15
#12002/11/1 23:31:24
请问我该怎么进入纯DOS,我的系统是2000 SERVER
高手救



BegEgg

职务:普通成员
等级:1
金币:0.0
发贴:15
#22002/11/1 23:35:48
请帮我翻译一下这段话什么意思。是不是解决方法




产品 | 支持 | 搜索 | Microsoft 指南




主页 搜索 常见产品技术问答 下载 新闻组 联系我们
发送 帮助


支持中心
Windows 2000 - Developer

General Information
加入新闻组
联系我们
支持的选项和价格,电话和网上支持
客户服务
客户意见,产品购买,站点和产品信息

Microsoft Knowledge Base Article - Q255220
"NTLDR Is Missing" Error Message When You Upgrade or Install Windows 2000 Over Windows 95, Windows 98 or Windows Millennium Edition
The information in this article applies to:
Microsoft Windows 2000 Professional

For a Microsoft Windows XP version of this article, see Q314057.

SYMPTOMSWhen you attempt to install Windows 2000, or to upgrade a Microsoft Windows 95-based, Microsoft Windows 98-based, or Microsoft Windows Millennium Edition (Me)-based computer to Windows 2000, you may receive the following error message after the first reboot:

NTLDR is missing
Press any key to restart
This behavior occurs only if Windows 95, Windows 98, or Windows Me is installed on a large-capacity drive that uses the FAT32 file system.
CAUSEThis behavior occurs because the Windows 95, Windows 98, or Windows Me installation was improperly cloned on a different-geometry drive and the following conditions also exist:
The system/boot partition is formatted with the FAT32 file system.
The computer boots using INT-13 extensions (a partition larger than 7.8 gigabytes with a System-ID type of 0C in the partition table).
The Heads (sides) value in the FAT32 BIOS Parameter Block (BPB) is inaccurate. This must match the geometry of the physical drive.
The Windows 95, Windows 98, or Windows Me boot code ignores the head value in the BPB and boots even when it is invalid. The Windows 2000 boot code uses this value and causes the boot process not to succeed if it is inaccurate.
RESOLUTIONTo resolve this behavior, correct the invalid Heads (sides) value in the FAT32 BPB to enable the Windows 2000 boot process to continue. The easiest way to update the field is to rewrite the Windows 95, Windows 98, or Windows Me boot code by using the following procedure:
Restart the computer with a Windows 95, Windows 98, or Windows Me Startup disk that contains the Sys.com file (this file is included by default).
At a command prompt, type sys c:. This command rewrites the Windows 95, Windows 98, or Windows Me boot code with accurate BPB information. If this is successful, skip to step 3.

If you are using a Windows Me startup disk and receive an error, indicating that the command "Cannot find the system file in the standard locations on drive C:", this indicates that one or more files in the Windows Me installation have been removed. Use the following steps to place the correct files on the drive so that the sys command can access them:
Change to the c:\Windows prompt using the following commands:
c:
cd\windows
NOTE: If Windows is installed to a different directory, you will need to adjust the above commands accordingly.
Try to change to the Command directory by using the following command:
cd command
If you receive an error indicating that the path is not found, use the following command to create the folder and then repeat the command above:
md command
Change to the EBD folder using the following command:
cd ebd
If you receive an error indicating that the path is not found, use the following command to create the folder and then repeat the command above:
md ebd
In the EBD folder, use the following commands to copy the io.sys file from the root of the hard drive and rename it to winboot.sys, which is the file sys.com needs to transfer the system:
attrib -s -h -r c:\io.sys
copy c:\io.sys winboot.sys
Then change back to the A drive and sys the drive using the following commands:
a:
sys c:
Restart the computer to Windows 95, Windows 98, or Windows Me, and then attempt the Windows 2000 installation or upgrade procedure again.

NOTE: Alternately, after you run the sys c: command you can boot to the Recovery Console, and then use the fixboot command to rewrite the Windows 2000 boot code. This procedure enables the original installation to proceed typically.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
First Published: Feb 23 2000 10:20AM
Keywords: kbenv kberrmsg kbsetup w2000setup kbprb




发送 帮助
最后更新 2002年10月10日

? 2002 Microsoft Corporation 版权所有.保留所有权利 隐私声明 Microsoft 辅助功能



未来

职务:版主
等级:5
金币:10.0
发贴:2730
#32002/11/2 2:36:55
首先,要知道你进纯DOS的目的是什么?
win2000可以进带命令行的安全模式。
用启动盘,可以进类似的纯DOS。
制作的紧急恢复盘,也具有启动功能。



未来

职务:版主
等级:5
金币:10.0
发贴:2730
#42002/11/2 2:43:06
win2000启动盘制作程序在win2000安装光盘中的BOOTDISK目录中。
MAKEBT32为中文界面。