|
给个模式例子参考,呵呵 ,title都是备注说明
menu.lst
......
title 3. 从现有系统硬盘启动(能启动redhat linux)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map --hook
chainloader (hd0)+1
title 4. 读ISO文件
fallback 1
find --set-root /boot/rhel5.1.iso
map /boot/rhel5.1.iso (0xff) || map --mem /boot/rhel5.1.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title 6.运行ghost快速备份还原
echo $[1106] loading ghost image, please wait ...
map --mem ()/boot/imgs/ghost.ima (fd0) || find --set-root /boot/imgs/ghost.ima && map --mem /boot/imgs/ghost.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0) |
|