|
按照
10.
C:\>bcdedit /copy {current} /d "vhd7"
The entry was successfully copied to {e8e25dc3-262d-11de-ae9c-9789f8cc463e}.
11.
C:\>bcdedit /set {e8e25dc3-262d-11de-ae9c-9789f8cc463e} device vhd=[i:]\vhd7.vhd
The operation completed successfully.
12.
C:\>bcdedit /set {e8e25dc3-262d-11de-ae9c-9789f8cc463e} osdevice vhd=[i:]\vhd7.vhd
The operation completed successfully.
13.
C:\>bcdedit /set {e8e25dc3-262d-11de-ae9c-9789f8cc463e} detecthal on
The operation completed successfully.
(e8e25dc3-262d-11de-ae9c-9789f8cc463e代码有所不同 输入bcdedit /copy {current} /d "vhd7"
命令后会出现 复制替换即可)
这个步骤做的,开机提示
bcd store file contians some invalid information
...
status 0X0000000e
...
我现在用的是xp系统然后再用win7的安装版的安装的系统。
上面的操作我是在win7下面。
[ 本帖最后由 2010ttt 于 2011-6-23 17:49 编辑 ] |
|