ren001 发表于 2011-2-23 12:02:50

vboot如何启动win7的vhd

用bootmgr引导正常的vhd 如何用vboot引导?已经在cfg文件改了win7的vhd的路径 引导出现无效pre-header字样 vhd大小为16g 在主分区
运行C:\vboot\tools\x86\vbootctl prepare c:\win7\win7_x86.vhd
出现

Loading virtual disk ...
Connecting to Logical Disk Manager Administrative Service...
Connected to Logical Disk Manager Administrative Service successfully.
Can't open device: \\.\vbootdiskmp, err=2
Make sure the miniport virtual disk driver is installed.
MountMiniDisk(), ret=0x2, targetNumber=255, lunNumber=255
Can't open device: \\.\vbootdiskmp, err=2
Make sure the miniport virtual disk driver is installed.
MountMiniDisk(), ret=0x2, targetNumber=255, lunNumber=255
  Disk failed to mount.

就是vboot vds驱动装不上 无法mount

[ 本帖最后由 ren001 于 2011-2-23 12:28 编辑 ]

2011huisinro 发表于 2011-2-23 13:37:28

when you run "vbootctl prepare", it will ask you to install the drivers, you must make sure to click OK to install the virtual disk drivers.

The error indicates that you didn't allow the drivers to be installed.

2011zxx 发表于 2011-2-23 14:44:15

说真的,玩win7的VHD何必非要用vboot呢?论坛里不是有人说win7自带的更快吗?

ren001 发表于 2011-2-23 14:54:13

驱动安装有提示 装了 但是是不成功的 win7的vhd刚玩好 用用vboot玩玩

lianjiang 发表于 2011-2-23 14:55:49

原帖由 ren001 于 2011-2-23 14:54 发表 http://bbs.wuyou.net/images/common/back.gif
驱动安装有提示 装了 但是是不成功的 win7的vhd刚玩好 用用vboot玩玩

1-2个月发一个蓝屏版,还不够烦的。呵呵。

xianglang 发表于 2011-2-23 22:30:58

用VBOOT玩WIN7,倒不如直接上WIN7旗舰版。

HY 发表于 2011-2-23 23:27:30

原帖由 xianglang 于 2011-2-23 22:30 发表 http://bbs.wuyou.net/images/common/back.gif
用VBOOT玩WIN7,倒不如直接上WIN7旗舰版。
同感,用vboot玩xp和2003是无奈的选择,用vboot玩win7纯属折腾。

2010kkfloat 发表于 2011-3-13 13:54:16

回复 #8 qrst724 的帖子

我觉得如果是在裸机而且想实现多VHD系统启动时,用vboot是一个不错选择,但如果是挂win7 vhd 那么用专业版、旗舰版就可以完全不用vboot了

xianglang 发表于 2011-3-13 22:46:36

原帖由 2010kkfloat 于 2011-3-13 13:54 发表 http://bbs.wuyou.net/images/common/back.gif
我觉得如果是在裸机而且想实现多VHD系统启动时,用vboot是一个不错选择,但如果是挂win7 vhd 那么用专业版、旗舰版就可以完全不用vboot了

WIN目前只有旗舰版和企业版支持VHD,专业版及以下是不支持VHD的。

ren001 发表于 2011-3-16 17:27:51

2011huisinro同志回答的很专业 谢谢

eastsir 发表于 2013-8-17 23:45:23

楼主你这个问题如何解决的?我挂安卓x86的VHD也遇这问题

念青 发表于 2018-8-4 15:27:12

32位/64位的vbootctl.exe所在目录不同,另外,它做的事,应该仅是把相应目录下的vbootstor.sys驱动,加入到了\windows\system32\drivers中,所以,不知道手动放入行不行,不知道有没有注册表相关项被添加。

有关内容qj_tzy在http://bbs.wuyou.net/forum.php?mod=viewthread&tid=187919中有些描述。里面还提及该操作还会注入boot目录等。

我成功在旗舰版中执行如下:效果待检测。:(

F:\vboot\tools\amd64\vbootctl.exe prepare e:\vhd\WIN7.VHD
VMLite VBoot control program version 1.1
http://www.vmlite.com

Host OS: Microsoft Windows 7 Ultimate Edition, 64-bit Service Pack 1 (build 7601
), Version: 6.1
Loading virtual disk ...
VDS Service Loaded
MountMiniDisk(), ret=0x0, targetNumber=0, lunNumber=0
Found disk with adapter name: VMLite VBoot Virtual Disk SCSI VStorport Adapter,
target: 0, lun: 0
Mounting volume to drive 'Z:'
Disk mounted successfully.
Processing mapped drive Z: of the new disk...
Found Windows 7 Ultimate (64-bit) in Z:\Windows, version: 6.1, service pack 1
Successfully copied driver file: F:\vboot\tools\amd64\drivers\vbootstor\vbootsto
r.sys->Z:\Windows\system32\drivers\vbootstor.sys
Service stopped successfully
Dismounted disk successfully.
Virtual disk has been successfully prepared: e:\vhd\WIN7.VHD.
ReleaseVdsService()
页: [1]
查看完整版本: vboot如何启动win7的vhd