|
原帖由 devilma 于 2011-1-27 00:23 发表
那本来是小写的文件名,需不需要改成大写的,还是在菜单中改成大写的?
菜单中得大写,要不会找不到的~!
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
/BOOT/UNIFONT /BOOT/FONT1.BIN
gfxmenu /MESSAGE
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title 安装盛世雄风 windows2003 080808 LEOPARD美化版
find --set-root /GSQYWXH
chainloader /A2K3/SETUPLDR.BIN
title 安装盛世雄风 windows2003 080808 个人精简版
find --set-root /GSQYWXH
chainloader /B2K3/SETUPLDR.BIN
title 安装盛世雄风 windows2003 080808 VISTA美化版
find --set-root /GSQYWXH
chainloader /C2K3/SETUPLDR.BIN
title 安装盛世雄风 windows2003 080808 全功能版
find --set-root /GSQYWXH
chainloader /D2K3/SETUPLDR.BIN
title 深度windowsxp 6.2个人精简安装版
find --set-root /GSQYWXH
chainloader /I386/SETUPLDR.BIN
title 深度windowsxp 6.2个人精简克隆版
fallback 7
find --set-root /EZBOOT/GHOSTXP.IMG
map --mem /EZBOOT/GHOSTXP.IMG
chainloader (fd0)+1
savedefault --wait=2
title 启动天意PE维护系统
fallback 8
find --set-root /BOOT/ISOLINUX.BIN
chainloader /BOOT/ISOLINUX.BIN
savedefault --wait=2
title commandline
commandline
title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)
title back to dos
quit
title reboot
reboot
title halt
halt
title MAXDOS.IMG
find --set-root --ignore-floppies /BOOT/IMGS/MAXDOS.IMG
map --mem /BOOT/IMGS/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
这个是我合盘时用过的一个菜单,呵呵,有且只有过这么一次。用默认菜单改的。
[ 本帖最后由 81129950 于 2011-1-27 09:45 编辑 ] |
|