|
pxe detect
configfile
default 0
timeout 5
command --set-path=/BOOT/GRUB/
gfxmenu /BOOT/GRUB/message
UNIFONT /BOOT/GRUB/U16HZ
title --启动 Windows 7 [PE]
find --set-root /BW7_MGR
chainloader /BW7_MGR
title --加载 ISO 镜像[FIRA MEM]
set font=UNIFONT /BOOT/GRUB/U16HZ
set image=gfxmenu /BOOT/GRUB/message
set front=--mem
RUN --fira --automenu /ISOS/
title --加载 IMG 工具
set font=UNIFONT /BOOT/GRUB/U16HZ
set image=gfxmenu /BOOT/GRUB/message
RUN --automenu /BOOT/IMGS/
title --启动 GRUB 命令行
commandline
title --启动 CD-ROM
cdrom --init
map --hook
chainloader (cd0)
boot
title --启动 Windows NT/2000/XP/2003
find --set-root /ntldr
chainloader /ntldr
title --启动 Windows Vista/2008/Win7/Win8
find --set-root /bootmgr
chainloader /bootmgr
title --启动第一硬盘第一主分区(hd0,0)上的操作系统
rootnoverify (hd0,0)
makeactive
chainloader +1
title --启动第一硬盘第二主分区(hd0,1)上的操作系统
rootnoverify (hd0,1)
makeactive
chainloader +1
title
clear
title --重新启动计算机
reboot
title --关闭计算机
halt
我的u盘是用fbinsttool做的grub和bootmgr双引导,
[ 本帖最后由 tulongwa 于 2011-8-30 17:42 编辑 ] |
|