Windows Vista 如何使用ghost求解

BCDEDIT /set {bootmgr} device boot

BCDEDIT /set {default} device boot

BCDEDIT /set {default} osdevice boot

然后再对系统ghost,这样制作

的ghost文件就不会有错误了,对于已经用ghost恢复后不能启动的系统也可以用以下办法恢复:

用windows PE 光盘启动,在命令行下cd c:\windows\system32,然后运行以上三行命令,重启即可进入系统。

 PS:Vista的启动信息已经不放在boot.ini文件中,而是采用BCD数据库(Boot Configuration Data)文件。