| 
 | 
 
- # 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
 
 - fontfile /FONTS.GZ
 
 - default 0
 
  
- title 启动 0PE
 
 - find --set-root /0PE.ISO
 
 - map /0PE.ISO (0xff) || map --mem /0PE.ISO (0xff)
 
 - map --hook
 
 - chainloader (0xff)
 
  
- title 安装 Windows NT/2K/XP
 
 - find --set-root /F6IMG
 
 - F6IMG 
 
 - find --set-root --ignore-floppies --ignore-cd /ntldr
 
 - map () (hd0)
 
 - map (hd0) ()
 
 - map --rehook
 
 - find --set-root --ignore-floppies --ignore-cd /ntldr
 
 - chainloader /ntldr
 
  
- title 安装 Windows VISTA/WIN7/WIN2008
 
 - find --set-root --devices=h /sources/boot.wim
 
 - # did not need swap device
 
 - #map () (hd0)
 
 - #map (hd0) ()
 
 - #map --rehook
 
 - #find --set-root --devices=h /bootmgr
 
 - chainloader /bootmgr
 
  
 
- title Windows密码破解
 
 - find --set-root /IMGS/PASSWORD.IMG
 
 - map --mem /IMGS/PASSWORD.IMG (fd0)
 
 - map --hook
 
 - chainloader (fd0)+1
 
 - rootnoverify (fd0)
 
  
- title Diskgenius磁盘分区
 
 - find --set-root /IMGS/DG.IMG
 
 - map --mem /IMGS/DG.IMG (fd0)
 
 - map --hook
 
 - chainloader (fd0)+1
 
 - rootnoverify (fd0)
 
  
 
- title 重启计算机
 
 - reboot
 
  复制代码 fontfile /FONTS.GZ  加入这行就成黑白的了 
 
[ 本帖最后由 peter1123 于 2011-11-2 15:44 编辑 ] |   
 
 
 
 |