无忧启动论坛

标题: 哪位老大的启动光盘可以克隆到硬盘上?速度最快最好用? [打印本页]

作者: psyzhl    时间: 2003-12-15 10:39
标题: 哪位老大的启动光盘可以克隆到硬盘上?速度最快最好用?
呵呵,我也在做启动光盘,可是一看到各位做的盘,我就不想做了,因为我不是学计算机的,所以很多比较专业的问题我都处理不了。
试用过很多盘,尤其是最近的红叶兄的9,突发奇想,是否可以把各位做的光盘启动克隆到硬盘上,做一个操作系统?虽然微软的XP强,将来还有很多,但速度太慢啊。从另一个角度考虑,就是因为微软的系统,大家才不断的把口袋里的钱掏出去升级cpu,RAM。。。。。。
功在当代,利在千秋啊。
作者: NHC    时间: 2003-12-15 10:46
标题: 哪位老大的启动光盘可以克隆到硬盘上?速度最快最好用?
if 你克隆winpe
from Winpe.chm
To create a bootable Windows PE disk (32-bit versions of Windows PE)
1.Boot the destination computer into Windows PE using a Windows PE CD.
2.Create a formatted and active partition.
3.On the active partition, create a directory called C:\Minint. You must name the directory "Minint".
4.Copy the contents of build_location\i386 to C:\Minint.
For example:
xcopy "C:\Build.x86\i386\*.*" C:\Minint /S
where C:\Build.x86 is build_location.
5.Copy Ntdetect.com from build_location to the root of the destination hard disk.
For example:
xcopy "C:\Build.x86\ntdetect.com" C:\
where C:\Build.X86 is build_location.
6.On the destination hard disk, copy C:\Minint\setupldr.bin to C:\ntldr.
For example:
xcopy "C:\Minint\setupldr.bin" C:\ntldr
means copy setupldr.bin to your root directory and rename it ntldr
7.Restart the destination computer. The computer starts using Windows PE.

作者: psyzhl    时间: 2003-12-15 11:10
标题: 哪位老大的启动光盘可以克隆到硬盘上?速度最快最好用?
thanks a lot .
I'll try it right now in  my  virtual pc.





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