无忧启动论坛

标题: 创建单文件镜像 [打印本页]

作者: wmsnet    时间: 2007-11-5 21:01
标题: 创建单文件镜像
使用论坛内的sdi开发包,大家自己找,也可到http://www.dinov.cn取得;
1) Create a new SDI file (sdimgr /new abc.sdi).

2) Before importing your target partition, add the following files
in the root folder:
        * ntdetect.com
        * boot.ini
        Its content should be:
                [boot loader]
                default=ramdisk(0)\WINDOWS
                [operating systems]
                ramdisk(0)\WINDOWS="Windows XPE  From RAM" /fastdetect
(you can customize the name and add options like /debug)

Note: Your partition may be compressed (using compressed NTFS), but these two
files need to be uncompressed.

3) Import the partition in the SDI file (sdimgr xpe.sdi /readpart:D:).
The size of the partition must be less than 500 MB.

4) Import the boot program STARTROM.COM
(sdimgr xpe.sdi /import:BOOT,0,C:\Program Files\Windows Embedded\Remote Boot Service\Downloads\startrom.com)

5) Import the nt loader NTLDR in the SDI file
(sdimgr xpe.sdi /import:LOAD,0,C:\Program Files\Windows Embedded\Remote Boot Service\Downloads\ntldr)

Note: only this version of NTLDR provided by Remote Boot Service Setup
and located in this directory seems to work.

6) Pack the SDI file (sdimgr abc.sdi /pack)
作者: 无翼鸟飞翔    时间: 2007-11-5 21:49
sdi是已经被抛弃的格式...........
作者: wmsnet    时间: 2007-11-5 22:11
标题: 回复 #2 无翼鸟飞翔 的帖子
为什么?本人感觉比较好用,在一些芯片中工作比较稳定,你有什么新的好用格式推荐吗?:)
作者: 123    时间: 2007-11-5 22:15
SDI支持多个分区,IMG只支持一个分区
作者: 无翼鸟飞翔    时间: 2007-11-5 22:51
标题: 回复 #4 123 的帖子
只是用来启动pe的话..没有多分区的必要吧......当然.其他的用途或许sdi强吧..
作者: spadek    时间: 2007-11-6 13:48
SDI不太好编辑的说,MS用无盘一样可以啊。。。o(∩_∩)o
作者: wmsnet    时间: 2009-11-8 22:16
近两年的ramxp开始热起来了,sdi是封装过的img文件,原则上虽然是windows的东西,但是还是值得使用的,毕竟目前的工作还没有离开windows。
引导做好的话,不管是sdi,img,dsk其实本质上是一样的。
目前引导的做法有以下几大种:
1:ntldr引导起来后,再引导其他可引导的文件;
2:mbr里的grldr引导(含2代的grub);
3:dos引导后,再引导二次引导文件;
做pe,ce,xpe,ramxp等,还是建议使用ntldr来引导,不怕使用二次引导,呵呵;




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