|
本帖最后由 2012zhaoping 于 2014-9-13 19:28 编辑
SISO安装系统模块,整合RUN、NTBOOT、F6IMG、DPMS、SRSF6N 的全部功能。现在我的菜单可以插
想做个用ghost备份和还原备份放在D盘可以自己命名gho。可以备份多个gho .还原到第二块硬盘,的时候用菜单列出GHO列表,最好批处理。并且可以安装原版windows7x32 windows7x64的第一步。本人愿意以100元作为红包。
timeout 10
default 13
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
color normal=0x0F highlight=0x0E helptext=0x0A heading=0x02 standard=0x02 border=0x77
graphicsmode -1 100:1000 100:1000 24:32
font /BOOT/GRUB/wenzi.hex
splashimage /grub/sunda.bmp
# hiddenmenu
title 重庆磁盘维护工具
fallback 1
title*******************************************************************************************************
fallback 1
title 希捷.西数.硬盘固件升级菜单\n
configfile (hd0,0)/grub/stfw.lst
title 希捷.西数.硬盘坏道检测工具菜单\n
configfile (hd0,0)/grub/hddjc.lst
title 运行WINPE微型系统\n
configfile (hd0,0)/grub/pe.lst
title 搜索第三硬盘第二逻辑分区\\ghos\\gho\\xp.gho,并还原第一硬盘第一主分区,倒计时2秒,完成后关机《不懂siso是什么》
command siso max_mem="/boot/imgs/maxdos9.img res gho=(hd2,5)/ghos/gho/xp.gho t=2 PW=OFF"
title 搜索第三硬盘第二逻辑分区\\ghos\\gho\\xp.gho,并还原第一硬盘第一主分区,倒计时2秒,完成后重启1《不懂siso是什么》
command siso max_mem="/boot/imgs/maxdos9.img res gho=(hd2,5)/ghos/gho/xp.gho hd=(hd0,0) t=2"
title 搜索第三硬盘第二逻辑分区\\ghos\\gho\\xp.gho,并还原第一硬盘第一主分区,倒计时2秒,完成后重启2《不懂siso是什么》
command siso max_mem="/boot/imgs/maxdos9.img res gho=(hd2,5)/ghos/gho/xp.gho hd=(hd0,0) t=2 pw=rb"
title 进入密码工具菜单\n
configfile (hd0,0)/grub/mima.lst
title 进入ghost工具菜单\n
configfile (hd0,0)/grub/ghostg.lst
title 直接启动ntboot\n
command RUN /BOOT/GRUB/NTBOOT.ISO
title 运行RUN自动工具菜单 \n
command RUN --automenu map --mem (hd0,0)/grub/pe/
title 安装win7和win8\n
configfile (hd0,0)/grub/az.lst
title 启动WINXPPE\n
map --mem (hd0,0)/grub/pe/winpe.iso (hd32)
map --hook
chainloader (hd32)
boot
title 启动WIN7PE\n
map --mem (hd0,0)/grub/pe/win7pe.iso (0xff)
map --hook
chainloader (0xff)
title 从硬盘启动\n
chainloader (hd0)+1
title 从光盘启动\n
errorcheck off
chainloader (cd) && boot
chainloader (cd0) && boot
chainloader (cd1) && boot
chainloader (cd2) && boot
chainloader (cd3) && boot
errorcheck on
cdrom --init
map --hook
errorcheck off
chainloader (cd) && boot
chainloader (cd0) && boot
chainloader (cd1) && boot
chainloader (cd2) && boot
chainloader (cd3) && boot
title 重启计算机\n
reboot
title 关闭计算机\n
halt
title*************************************************************************************************
fallback 1
|
|