d --set-root /vghost/grub/Vista123.img
kernel /vghost/grub/memdisk.gz c=200 h=2 s=36 floppy
initrd /vghost/grub/Vista123.img c=200 h=2 s=36 floppy
savedefault
title VistaGhost--C
find --set-root --ignore-floppies /vghost/grub/Vista123.img
map --mem /vghost/grub/Vista123.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault
title Microsoft
Windows Vista
find --set-root /bootmgr
chainloader /bootmgr
title reboot
savedefault --wait=2
reboot
title shutdown
savedefault --wait=2
halt
改成了
title VistaGhost--A
find --set-root --ignore-floppies /vghost/grub/Vista123.img
map /vghost/grub/Vista123.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault
title XPGhost
find --set-root --ignore-floppies /vghost/grub/vghost.img
map /vghost/grub/vghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault
title VistaGhost--B
find --set-root /vghost/grub/Vista123.img
kernel /vghost/grub/memdisk.gz c=200 h=2 s=36 floppy
initrd /vghost/grub/Vista123.img c=200 h=2 s=36 floppy
savedefault
title VistaGhost--C
find --set-root --ignore-floppies /vghost/grub/Vista123.img
map --mem /vghost/grub/Vista123.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault
vghost.img修改:
这个文件和Vista123.img是完全一样的,因为实际使用上没用到,所以修改来作为自动备份/恢复xp
镜像文件里面需要用到的bat文件
b.bat全部重指向bxp.bat
r.bat全部重指向rxp.bat
自动备份Vista和自动恢复Vista的提示更改自动备份xp和自动恢复xp
9
7
3
1
2
4
8
: