无忧启动论坛

标题: 求助,如何通过RIS启动老毛桃PE [打印本页]

作者: dmly    时间: 2008-4-22 11:30
标题: 求助,如何通过RIS启动老毛桃PE
我通过微软提供的方法,并将i386改成了WXPC,先择PE后黑屏,没有提示,求解?



方法 1:通过使用 RAM 磁盘从 RIS 服务器部署 Windows PE
1.在 RIS 服务器上找到 \RemoteInstall\Setup\Language\Images 文件夹。
2.为 Windows PE 创建一个子文件夹。例如,在命令提示符下键入以下命令:drive:\Cd \RemoteInstall\Setup\English\Images md winpe
注意:在这一步中,drive 占位符代表装有 RIS 的硬盘驱动器。Language 是 Windows PE 映像所采用的语言。
3.在 \Windows PE 文件夹中创建一个名为 Platform 的子文件夹,其中 platform 是 i386 或 amd64。例如,在命令提示符下键入以下命令:md winpe\i386
4.        将以前创建的自定义 Windows PE .iso 映像文件复制到 Windows PE\Platform 文件夹中,其中 platform 是 i386 或 amd64。例如,在命令提示符下键入以下命令:copy drive:\Work\Winpex86.iso drive 1:\RemoteInstall\Setup\English\Images\Winpe\i386
注意:drive 占位符代表包含 Windows PE 映像的硬盘,drive 1 占位符代表装有 RIS 的硬盘分区。
5.        在 \Windows PE\Platform 文件夹中创建一个名为 Templates 的子文件夹。例如,在命令提示符下键入以下命令:md winpe\i386\templates
6.找到 Windows PE 映像的 Platform 文件夹,然后将 Ntdetect.com 和 Startrom.com 复制到 Windows PE\Platform\Templates 文件夹。例如,在命令提示符下键入以下命令:drive:\ cd \winpe\i386 copy ntdetect.com
drive 1:\RemoteInstall\Setup\English\Images\winpe\i386\templates copy startrom.com
drive 1:\RemoteInstall\Setup\English\Images\winpe\i386\templates


注意:在这一步中,drive 占位符代表包含 Windows PE 映像的硬盘,drive 1 占位符代表装有 RIS 的硬盘分区。
7.        将 \Platform\Setupldr.exe(而不是 Setupldr.bin)文件从 Windows PE 映像复制到 \Windows PE\platform\templates 文件夹,然后将 Setupldr.exe 重命名为 Ntldr。例如,在命令提示符下运行以下命令:copy setupldr.exe drive 1:\RemoteInstall\Setup\English\Images\winpe\i386\templates\ntldr
.

注意:在这一步中,drive 1 占位符代表装有 RIS 的硬盘分区。
8.使用以下文本在 \Windows PE\Platform\Templates 文件夹中创建一个名为 Winnt.sif 的文本文件。 [SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\platform\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=%INSTALLPATH%\%MACHINETYPE%\<bootimage>"

Architecture = "platform"

[RemoteInstall]
Repartition = No

[OSChooser]
Description = "brief description"
Help = "longer description"
LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType = Flat
Version = "5.2 (0)"
9.启动 RIS 客户端,然后选择您创建的操作系统映像。





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