选择显示字体大小

使用基于windows server 2003的计算机创建启动软盘


使用基于 windows server 2003 的计算机创建启动软盘

  1. 在基于 windows server 2003 的计算机上格式化一张软盘。为此,请在命令提示符下键入 format a: ,然后按 enter 键。不能使用 microsoft windows 95、microsoft windows 98 或 microsoft windows millennium edition 来格式化该软盘。但可以使用运行以下操作系统的计算机来格式化该软盘:
  2. 将 ntldr 文件从以下位置之一复制到您在第 1 步中格式化的磁盘:
    • windows server 2003 cd-rom。
    • windows server 2003 安装程序软盘。
    • 与要为其创建启动软盘的计算机运行相同版本的 windows server 2003 的计算机。
  3. 将 ntdetect.com 文件复制到您在第 1 步中格式化的磁盘。
  4. 在第 1 步格式化的软盘上创建一个 boot.ini 文件。也可以从运行 windows server 2003 的计算机上复制该文件,然后对其进行修改以符合要为其创建启动软盘的计算机。以下示例适用于具有一个单分区 scsi 驱动器,且 windows server 2003 安装在 windows 文件夹下的系统,但 [operating systems] 部分的确切值取决于要为其创建启动软盘的基于 windows server 2003 的计算机的配置:

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

    [operating systems]
    scsi(0)disk(0)rdisk(0)partition(1)\windows="windows server 2003"

    如果您的计算机是从 ide、eide 或 esdi 硬盘启动,请用 multi(0) 替换 scsi(0)。例如:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\windows
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\windows="windows server 2003"

    如果在 boot.ini 文件中使用的是 scsi(x),请复制该计算机上使用的 scsi 控制器的正确设备驱动程序,然后将其重命名为 ntbootdd.sys 。如果在 boot.ini 文件中使用的是 multi(x),则无需这么做。
  5. 使用该软盘启动计算机,然后登录到 windows server 2003。

在没有基于 windows server 2003 的计算机的情况下创建启动软盘

  1. 获取一套用于 windows xp professional 的 windows xp 安装程序启动盘。有关如何操作的其他信息,请单击下面的文章编号,以查看 microsoft 知识库中相应的文章:

    310994 obtaining windows xp setup boot disks

    备注 :
    • 必须使用 windows xp professional 版本的 windows xp 安装程序启动盘,因为 windows xp home edition 版本不适用于此过程。
    • 您只需要六张一套的 windows xp 安装程序启动盘中的第一张磁盘即可完成此过程。
  2. 使用 diskcopy 命令创建 windows xp 安装程序启动盘的副本,然后删除新磁盘上的所有文件。windows xp 安装程序启动盘是六张一套的 windows xp professional 启动盘中的第一张磁盘。
  3. 将 ntdetect.com 和 ntldr 文件从 windows server 2003 cd-rom 上的 i386 文件夹复制到新软盘上。
  4. 将 ntldr 文件重命名为 setupldr.bin 。使用 windows xp 安装程序启动盘时,必须将 ntldr 文件重命名为 setupldr.bin,否则将出现以下错误信息:
    boot:couldn't find ntldr
    please insert another disk
  5. 在该软盘上创建一个 boot.ini 文件。以下示例适用于具有一个单分区 scsi 驱动器,且 windows .server 2003 安装在 windows 文件夹下的系统,但 [operating systems] 部分的确切值取决于要启动的基于 windows server 2003 的计算机的配置:

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

    [operating systems]
    scsi(0)disk(0)rdisk(0)partition(1)\windows="windows server 2003"

    如果您的计算机是从 ide、eide 或 esdi 硬盘启动,请用 multi(0) 替换 scsi(0)。例如:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\windows
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\windows="windows server 2003"

    如果在 boot.ini 文件中使用的是 scsi(x),请复制该计算机上使用的 scsi 控制器的正确设备驱动程序,然后将其重命名为 ntbootdd.sys 。如果在 boot.ini 文件中使用的是 multi(x),则无需这么做。
  6. 使用该软盘启动计算机,然后登录到 windows server 2003。

疑难解答

如果指向系统文件的路径不正确或者包括驱动器号,则可能出现以下错误信息:
windows server 2003 could not start because of the following arc firmware boot configuration problem:
did not properly generate arc name for hal and system paths.please check the windows server 2003 documentation about arc configuration options and your hardware reference manuals for additional information.boot failed. 如果选择了错误的 scsi 驱动程序或者 ntbootdd.sys 文件不存在,则可能出现以下错误信息:
windows server 2003 could not start because of a computer disk hardware configuration problem.could not read from selected boot disk.check boot path and disk hardware.please check the windows server 2003 documentation about hardware disk configuration and your hardware disk configuration and your hardware reference manuals for additional information.boot failed.
  


 


关键字 本文所属关键字

相关 与本文相关文章

分类 所有文章关键字导航

源码编程相关

Java   Asp   PHP   .Net   XML   C/C++   CGI   VB   Jsp   J2ee   J2se   J2me   EJB   Servlet   Tomcat   Resin   Struts   Weblogic   Eclipse   ANT   GUI   JMS   Web servise   IDEA   Webphere   Hibernate   Spring   Jboss   Applet   Swing   Socket   Javamail   Perl   Ajax   P2P   安全   模式   框架   测试   开源   游戏

SQL数据库相关

My-SQL   Ms-SQL   Access   DB2   Oracle   Sybase   SQLserver   索引   存储过程   加密   数据库   分页   视图  

手机无线相关

3G   Wap   CDMA   GRPS   GSM   IVR   彩信   短信   无线   增值业务

网页设计制作相关

HTML   CSS   网页配色   网页特效   Javascript   VBscript   Dreamweaver   Frontpage   JS   Web   网站设计

网站建设推广相关

建站经验   网站优化   网站排名   推广   Alexa

操作系统/服务器相关

Windows XP   Windows 2000   Windows 2003   Windows Me   Windows 9.x   Linux   UNIX   注册表   操作系统   服务器   应用服务器

图形图像多媒体相关

Photoshop   Fireworks   Flash   Coreldraw   Illustrator   Freehand   Photoimpact   多媒体   图形图像

标准 网站致力的规范

Valid CSS!

无不良内容,无不良广告,无恶意代码

Valid XHTML 1.0 Transitional

creativecommons