|
我用的菜单
timeout 30
default 1
command --set-path=()/BOOT/GRUB
gfxmenu /BOOT/GRUB/MESSAGE
configfile (md)4+5
title 【01】 启动GHOST一键恢复系统
find --set-root --ignore-floppies /boot/imgs/ghost.img
map --mem /boot/imgs/ghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【02】 Win8PE精简版(32位)
find --set-root /BOOT/bootmgr
chainloader /BOOT/bootmgr
title 【03】 Win8PE精简版(64位)
find --set-root /BOOT/bcfmgr
chainloader /BOOT/bcfmgr
title 【04】 WinXP PE ISO精简版
command RUN --mem ()/BOOT/pe.iso
#find --set-root /BOOT/pe.iso
#map /BOOT/pe.iso (0xff)
#map --hook
#chainloader (0xff)
#boot
title 【05】 Win2003 PE ISO精简版
#command RUN --mem ()/BOOT/Win2003PE.iso
find --set-root /BOOT/Win2003PE.iso
map /BOOT/Win2003PE.iso (0xff)
map --hook
chainloader (0xff)
boot
title 【06】 启动Slitaz迷你系统
kernel (bd)/BOOT/bzImage root=/dev/null vga=normal autologin
initrd (bd)/BOOT/rootfs.gz
title 【07】 启动CDLinux系统
find --set-root /BOOT/CDlinux/initrd
kernel /BOOT/CDlinux/bzImage CDL_LANG=zh_CN.UTF-8
initrd /BOOT/CDlinux/initrd
title 【08】 启动变色龙引导工具 Chameleon 2.3
map --mem /boot/Chameleon_2.3.iso (0xff)
map --hook
chainloader (0xff)
title 【09】 启动MAXDOS等工具软件
configfile (bd)/BOOT/GRUB/GJ.LST
title 【10】 从本地硬盘启动Windows系统
configfile (bd)/BOOT/GRUB/detect.lst
title 【11】 启动易数一键还原
find --set-root /EassosRestoreBoot/initramfs
kernel /EassosRestoreBoot/bzImage vga=791 loglevel=3
initrd /EassosRestoreBoot/initramfs
|
|