【经验交流】转帖:制作 联想的Vista SP1 合集(多版本)
本帖最后由 血竹 于 2009-5-7 14:21 编辑联想OEM Vista DVD恢复光盘分四种:HomeBasic、HomePremium、Business和Ultimate。平常应用,带齐四张光盘,实在没有必要,让我们将它们合四为一吧。
经过分析,联想OEM Vista的所有OEM信息均存在DVD光盘sources目录下的boot.wim文件中,而install.wim影像的内容则是与MSDN版本相同的。
要把联想的四个版本的光盘合为一个,一是要对Boot.wim动动手术,把导入固定版本系列号的做法,改为自动检测版本然后导入相应的系列号。二是将install.wim中的starter版本剔除。
具体方法如下:
一、修改boot.wim
1.拷贝联想恢复光盘的boot.wim到B分区(当然其他也一样,只是为了方便说明,不过要保证剩余空间足够,最好500M以上);
2.消除boot.wim文件的只读属性;
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_acb2d3e1f6b35aa.png
3.用下面命令mount到B分区的mount目录(要预先建立好mount目录)
Quote: imagex /mountrw b:\boot.wim 2 b:\mount
4.下载附件lenovo.rar,解压出lenovo.wim到B分区
5.用下面命令将lenovo.wim的内容增加、替换boot.wim的内容
Quote: imagex /apply b:\lenovo.wim 1 b:\mount
6.保存boot.wim
Quote: imagex /unmount /commit b:\mount
7.如果你不是完美主义者,可跳过这一步
将boot.wim改名为boot0.wim,并用以下命令重建一个
Quote: imagex /export b:\boot0.wim * b:\boot.wim
二、剔除install.wim中的starter版本(可以不进行,只是选择安装版本时,会多一个starter版本而已)
1.拷贝联想恢复光盘或MSDN光盘的install.wim到E分区
2.用以下批处理命令在G分区重建一个install.wim(可下载附件makewim.cmd执行)
Quote: set srcDir=e:
set dstDir=g:
start /wait /min imagex /export %srcDir%\install.wim 2 %dstDir%\install.wim "Windows Vista HomeBasic Lenovo OEM"
start /wait /min imagex /export %srcDir%\install.wim 3 %dstDir%\install.wim "Windows Vista HomePremium Lenovo OEM"
start /wait /min imagex /export %srcDir%\install.wim 1 %dstDir%\install.wim "Windows Vista Business Lenovo OEM"
start /wait /min imagex /export %srcDir%\install.wim 4 %dstDir%\install.wim "Windows Vista Ultimate Lenovo OEM"
start /wait /min imagex /INFO %dstDir%\install.wim 1 "Windows Vista HomeBasic Lenovo OEM" "Windows Vista HomeBasic Lenovo OEM"
start /wait /min imagex /INFO %dstDir%\install.wim 2 "Windows Vista HomePremium Lenovo OEM" "Windows Vista HomePremium Lenovo OEM"
start /wait /min imagex /INFO %dstDir%\install.wim 3 "Windows Vista Business Lenovo OEM" "Windows Vista Business Lenovo OEM"
start /wait /min imagex /INFO %dstDir%\install.wim 4 "Windows Vista Ultimate Lenovo OEM" "Windows Vista Ultimate Lenovo OEM"
pause
三、合盘
1.用UltraISO打开联想恢复光盘,分别将修改好的boot.wim和install.wim拖入替换原文件;
2.删除光盘sources目录下的*.clg共5个文件;
3.顺便修改一下联想恢复光盘的标签为Lenovo Vista,其他也可以,随意。
4.另存为lenovo.iso
5.大功告成。
为方便懒人,我已经把修改好的boot.wim上传到rayfile网盘,不想自己动手的话,直接下载就可以了。
Quote: http://www.rayfile.com/files/0126c3ca-9738-11dd-9923-0019d11a795f/
有关图片:
选择安装版本
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_9091a9e3a1c9bca.png
正在安装
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_ff8f4984896e4d9.png
重启后进行系统设置
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_25b4424b6c17228.png
安装完毕
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_b7880a642e0a036.png
欢迎中心
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_e8c0273d65272fa.png
联想电脑自动激活
http://www.feelingme.cn/bbs/attachment/Mon_0810/9_610_6f485611ef315cb.png [ 此帖被willsion在2008-10-11 13:02重新编辑 ]
很好,学习了 很好,学习了 楼上居然和我说的一样 也来学习 学习
RE: 【经验交流】转帖:制作 联想的Vista SP1 合集(多版本)
谢谢楼主,收藏了。 能不能做个上传一下啊 谢谢楼主,收藏了。 很好,学习了 谢谢楼主分享。。。 看不到图片了。
页:
[1]