如何从本地存储WIM文件启动Vista系统
来源:西行资讯 作者: 出处:综艺读书 2007-05-15Windows AIK提供了极好的创建Windows PE基础镜像的机会,而且这些镜像都是以WIM文件提供,并很容易转成ISO文件刻录到CD或DVD。WIM文件也可以用于通过WDS(Windows Deployment Services)从网络启动,微软网站也提供了从USB驱动器或干净的硬盘建立启动WIM文件的教程,但是却没有提供详细的有关把WIM启动镜像放到本地硬盘并在Vista启动菜单提供可选启动选项的细节。
根据一份文档,Ray找到了创建该选项的途径,可以从C:\Sources\boot.wim启动计算机。方法如下:
1. 复制从Windows Vista安装DVD中的boot\boot.sdi文件到C:\boot (注意:这个文件夹是隐藏的)
2. 使用下列命令序列在BCD中创建ramdiskoptions对象,字串"{ramdiskoptions}" 代表已知对象的GUID:
bcdedit /create {ramdiskoptions} /d "Ramdisk options"
bcdedit /set {ramdiskoptions} ramdisksdidevice partition=c:
bcdedit /set {ramdiskoptions} ramdisksdipath \boot\boot.sdi
3. 创建启动入口:
bcdedit -create /d "Windows PE boot" /application OSLOADER
4. 第3步返回了与刚刚创建的启动入口相关的GUID,运行下列命令配置这个启动入口:
bcdedit /set {NewGUID} device ramdisk=[c:]\sources\boot.wim,{ramdiskoptions}
bcdedit /set {NewGUID} path \windows\system32\boot\winload.exe
bcdedit /set {NewGUID} osdevice ramdisk=[c:]\sources\boot.wim,{ramdiskoptions}
bcdedit /set {NewGUID} systemroot \windows
bcdedit /set {NewGUID} winpe yes
bcdedit /set {NewGUID} detecthal yes
bcdedit /displayorder {NewGUID} /addlast
OK,在启动时就会出现 "Windows PE boot"选项,然后从c:\sources\boot.wim启动机器。
·系统安全设置 (18567篇文章)
·系统安装手册 (16426篇文章)
·系统备份专题 (13550篇文章)
·存储过程 (1696篇文章)
·系统维护手册 (13080篇文章)
·网络存储—光纤通道 (1723篇文章)
·Windows Vista 专区 (3083篇文章)
·Windows Vista系统新特性 (3083篇文章)
·服务器存储专栏 (6211篇文章)
·Windows Vista Beta 2简体中文版试用记 (4329次浏览)
·跟我学 安装Windows Vista Bata2实录 (4185次浏览)
·Vista中硬盘分区合并分割全攻略 (2981次浏览)
·图解Windows Vista简体中文版安装过程 (1973次浏览)
·Windows Vista系统硬件要求详细曝光 (1729次浏览)
·还在用Ghost?200MB就能备份Vista了 (1721次浏览)
·初探Windows Vista防火墙高级配置功能 (857次浏览)
·下载:Vista网络连接补丁 (706次浏览)
·让二手PC提速30% Vista系统优化攻略 (697次浏览)
·在XP下享受Windows Vista屏保待遇 07-24
·对比XP Vista修改默认打开方式更贴心! 07-24
·调教Vista系统中的“收藏夹链接” 07-24
·玩转新版网络邻居:Vista网络位置 07-24
·巧用组策略在Vista中禁用U盘 07-24
·Windows Vista下如何关闭远程控制 07-24
·Windows Vista命令提示符帮助全翻译 07-23
·修改Vista默认配置 实现系统全自动登录 07-23
·10招加速Windows Vista系统启动和运行速度 07-23




