无忧启动论坛

标题: DOS下有办法直接安装ISO镜像吗 [打印本页]

作者: workers    时间: 2007-9-16 22:48
标题: DOS下有办法直接安装ISO镜像吗
DOS下有办法直接安装ISO镜像吗
我试着直接在DOS下用虚拟光驱加载ISO镜像,能够正常加载安装,但是在准备安装这一步就会报错(如图),据我分析应该是重启后,虚拟光驱无法加载,系统认不出ISO文件,致使安装失败的。经过实验,只要把ISO文件解开来,安装就能成功。
我的问题出来了,为什么在PE下加载虚拟光驱安装ISO镜像能够成功,在DOS下不解开ISO文件情况下,用虚拟光驱安装系统却失败了,请高手指点

[ 本帖最后由 workers 于 2007-9-16 11:05 PM 编辑 ]

7_720544_c37b2d035f4ffe3.jpg (44.14 KB, 下载次数: 92)

7_720544_c37b2d035f4ffe3.jpg

作者: lxl1638    时间: 2007-9-16 23:07
高级安装选项,选择复制文件到本地硬盘。
作者: h5985l    时间: 2007-9-17 12:36
都dos下了,干什么不用dos安装还非的iso安装,我倒想知道全ntfs下能不能从iso安装操作系统:victory:
作者: workers    时间: 2007-9-17 14:06
在没有光驱软驱,而且也不能进入系统,硬盘里只有ISO文件的情况下,就只能这样装系统::lol
作者: xuxuezeng    时间: 2007-9-18 19:09
原帖由 workers 于 2007-9-17 14:06 发表
在没有光驱软驱,而且也不能进入系统,硬盘里只有ISO文件的情况下,就只能这样装系统::lol


将ISO文件解压缩后,在安装!但要求C盘必须是FAT格式!
作者: workers    时间: 2007-9-18 20:26
LS的这个方法我知道,我想知道的不解压就能成功安装的方法:L
作者: 流年转换    时间: 2007-9-18 20:48
有一个软件叫LoadISO可以在DOS下打开ISO进行安装,但要求C盘和ISO所在盘得是FAT.而且ISO一定得是在硬盘上不能在U盘上
作者: laozhao    时间: 2007-9-18 20:49
2楼不是已经说了吗?

在fat32格式的情况下,后面加个复制到本地硬盘的参数:“winnt /t:c:”,就可以了。

ntfs格式的分区就不行了。
作者: workers    时间: 2007-9-19 16:05
LS的XD,参数不是这个吧:L
使用LS的参数,还是报错了:'(
作者: tylw-163    时间: 2007-9-19 16:40
呵呵。。。。。。。。
作者: laozhao    时间: 2007-9-19 21:49
参数不可能错的,我就是这样装的。

注意后面的冒号不能少即“C:”或“D:”等等,是盘符而非单字母。
作者: laozhao    时间: 2007-9-19 21:55
参数自己看。当然我不只用“t:”参数,还同时加了“s:”参数和“u:”参数,自动应答嘛。

WINNT [/s[:sourcepath]] [/t[:tempdrive]]
      [/u[:answer file]] [/udf:id[,UDF_file]]
      [/r:folder] [/r[x]:folder] [/e:command] [/a]


/s[:sourcepath]
   Specifies the source location of the Windows files.
   The location must be a full path of the form x:[path] or
   \\server\share[path].

/t[:tempdrive]
   Directs Setup to place temporary files on the specified
   drive and to install Windows on that drive. If you do
   do not specify a location, Setup attempts to locate a drive
   for you.

/u[:answer file]
   Performs an unattended Setup using an answer file (requires
   /s). The answer file provides answers to some or all of the
   prompts that the end user normally responds to during Setup.

/udf:id[,UDF_file]
   Indicates an identifier (id) that Setup uses to specify how
   a Uniqueness Database File (UDF) modifies an answer file
   (see /u).The /udf parameter overrides values in the answer
   file, and the identifier determines which values in the UDF
   file are used. If no UDF_file is specified, Setup prompts
   you to insert a disk that contains the $Unique$.udb file.

/r[:folder]
   Specifies an optional folder to be installed. The folder
   remains after Setup finishes.

/rx[:folder]
   Specifies an optional folder to be copied. The folder is
   deleted after Setup finishes.

/e Specifies a command to be executed at the end of GUI-mode Setup.

/a Enables accessibility options.

作者: panwenfei    时间: 2007-11-23 11:23
不如用硬盘安装器安装~~~
作者: ningy    时间: 2007-11-23 19:56
12楼的好强啊,学习了




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3