无忧启动论坛

标题: 菜单是黑白的 [打印本页]

作者: peter1123    时间: 2011-11-2 09:51
标题: 菜单是黑白的
  1. # This is a sample menu.lst file. You should make some changes to it.
  2. # The old install method of booting via the stage-files has been removed.
  3. # Please install GRLDR boot strap code to MBR with the bootlace.com
  4. # utility under DOS/Win9x or Linux.

  5. color blue/green yellow/red white/magenta white/magenta
  6. timeout 30
  7. fontfile /FONTS.GZ
  8. default 0

  9. title 启动 0PE
  10. find --set-root /0PE.ISO
  11. map /0PE.ISO (0xff) || map --mem /0PE.ISO (0xff)
  12. map --hook
  13. chainloader (0xff)

  14. title 安装 Windows NT/2K/XP
  15. find --set-root /F6IMG
  16. F6IMG
  17. find --set-root --ignore-floppies --ignore-cd /ntldr
  18. map () (hd0)
  19. map (hd0) ()
  20. map --rehook
  21. find --set-root --ignore-floppies --ignore-cd /ntldr
  22. chainloader /ntldr

  23. title 安装 Windows VISTA/WIN7/WIN2008
  24. find --set-root --devices=h /sources/boot.wim
  25. # did not need swap device
  26. #map () (hd0)
  27. #map (hd0) ()
  28. #map --rehook
  29. #find --set-root --devices=h /bootmgr
  30. chainloader /bootmgr


  31. title Windows密码破解
  32. find --set-root /IMGS/PASSWORD.IMG
  33. map --mem /IMGS/PASSWORD.IMG (fd0)
  34. map --hook
  35. chainloader (fd0)+1
  36. rootnoverify (fd0)

  37. title Diskgenius磁盘分区
  38. find --set-root /IMGS/DG.IMG
  39. map --mem /IMGS/DG.IMG (fd0)
  40. map --hook
  41. chainloader (fd0)+1
  42. rootnoverify (fd0)


  43. title 重启计算机
  44. reboot
复制代码
fontfile /FONTS.GZ  加入这行就成黑白的了

[ 本帖最后由 peter1123 于 2011-11-2 15:44 编辑 ]
作者: peter1123    时间: 2011-11-2 15:43
标题: 菜单是黑白的[已解决]

找到答案
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=157181




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3