win7如何引导img(RamOs)启动

cshava 2010-07-23 08:46:03
在xp下直接在boot.ini添加ramdisk(0)\WINDOWS="Windows Server 2003" /minint /fastdetect /rdpath=e:\winram.img就行了
在win7下该怎么操作呢?
...全文
557 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
EvaluationCopy 2011-05-03
  • 打赏
  • 举报
回复
我也想知道.不通过grub能否引导
xman_78tom 2010-07-24
  • 打赏
  • 举报
回复
windows 7 的 bootmgr 标准支持 wim 和 vhd 文件,而是否可以支持 img 文件不得而知。
可以参考一下 windows 嵌入系统的资料。

1 Use the following set of commands to create a ramdiskoptions object in the BCD store. The string "{ramdiskoptions}" is the well-known name for the object's GUID.
bcdedit /create {ramdiskoptions} /d "Ramdisk options"
bcdedit /set {ramdiskoptions} ramdisksdidevice partition=c:
bcdedit /set {ramdiskoptions} ramdisksdipath \boot\boot.sdi

2. Create a new boot entry.
bcdedit -create /d "Display Text" /application OSLOADER

3. Step 2 returns the GUID that is associated with the newly created boot entry. It is referred to as NewGUID in the remaining examples. Run the following set of commands to configure the boot entry.
bcdedit /set {NewGUID} device ramdisk=[c:]\sources\boot.wim,{ramdiskoptions}
bcdedit /set {NewGUID} path \windows\system32\winload.exe
bcdedit /set {NewGUID} osdevice ramdisk=[c:]\sources\boot.wim,{ramdiskoptions}
bcdedit /set {NewGUID} systemroot \windows

cshava 2010-07-23
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 just4 的回复:]

bcdedit.exe
[/Quote]用bcdedit.exe怎么添加img引导
就是just4 2010-07-23
  • 打赏
  • 举报
回复
bcdedit.exe

18,124

社区成员

发帖
与我相关
我的任务
社区描述
Windows客户端使用相关问题交流社区
社区管理员
  • Windows客户端使用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧