MENU

更新时间:2023-05-18 21:17:06 阅读: 评论:0

deafult文件

LABEL Admin
MENU MASTER PASSWD $4$NTY1MzU0NTM1MDQ5$jqpA5Hy4ckgBlzn5QfyNZQH5sBA$         
在早上用英语怎么说MENU PASSWD $4$NTY1MzU0NTM1MDQ5$jqpA5Hy4ckgBlzn5QfyNZQH5sBA$

MENU LABEL 
KERNEL vesamenu.c32 

APPEND pxelinux.cfg\default1
DEFAULT vesamenu.c32
PROMPT 0

MENU BACKGROUND pp.jpg
先讯雷下载ActivePerl 
thunder://QUFodHRwOi8vZG93bmxvYWQucGNob21lLm5ldC9waHAvdGRvd25sb2FkMi5waHA/c2lkPTczMCZ1cmw9L2RldmVsb3BtZW50L3NldmVyL3BlcmwvQWN0aXZlUGVybC01LjYuMS42MjgtTVNXaW4zMi14ODYtbXVsdGktdGhyZWFkLm1zaSZzdnI9OSZ0eXA9MFpa

安装时候只选 Perl Script


重新启动

然后在syslinux里面找到sha1pass (我已上传
把它改名为sha1pass.pl

开始--运行--cmd进入dos窗口,执行sha1pass.pl wutao 得到 
密码wutao 加密后的密文,然后就可应用于deafult引导菜单了!
如果你懒记,得用重定向命令 sha1pass.pl wutao >& 
那么密文就记录在当前目录的里面!
13740 分别为 1粗细 3740 (也可能是坐标值)  //当时测试这样写的,可能不对的。也没相关资料有介绍-_-!!!
#ffffffff #00000000 none 前景色和背景色 none关闭 all 显示菜单框 std 字体阴影,#00000000 背景色透明必须#+8位,前景色可以为#+6
#选中当前菜单颜色
  menu color l 37;40 #DCAB06 #00000000 std
#选择当前菜单热键颜色
  menu color hotl 37;40  #FF2D28 #00000000 std
#MENU BACKGROUND syslinux.png
#选择条长度
MENU WIDTH 60
#选择条缩放
MENU MARGIN 14
#选择条右移
诗向会人吟#MENU HSHIFT 30
选择条下移
MENU VSHIFT 4
#选择条的总行数
MENU ROWS 10
#3个提示信息和help信息位置
MENU TABMSGROW 22
MENU CMDLINEROW 22
MENU HELPMSGROW 22
MENU TIMEOUTROW 22
menu color l      7;37;40    #e0712704 #20ff8000 all
menu color hotl   1;7;37;40  #e0400000 #20ff8000 all
# menu color screen 37;40      #9060CA00 #00000000 none
menu color border 0      #00000000 #00000000 none
SYSLINUX.CFG菜单解释


default vesamenu.c32       默认使用vesamenu.c32窗口模块(必填项)

timeout 60                 菜单停留时间,计时单位1/10(必填项)


F1阅读自述文件健康证明

F2 syslinux.cfg
F2显示启动菜单配置文件

MENU BACKGROUND back.png      运行窗口背景图片(必填项)

MENU TITLE

菜单标题                           

MENU WIDTH 40         菜单选择条长度(必填项)

MENU MARGIN 0
菜单选择条缩进,0不缩进 (若删除则自动使用默认值)

MENU ROWS 30
菜单选择条却换,0不能却换(若删除则自动使用默认值)

MENU HELPMSGROW 26

(若删除则自动使用默认值)

MENU TIMEOUTROW 27
倒计时条下移,0不下移   (若删除则自动使用默认值)



MENU TABMSGROW 28
TAB显示条下移,0不下移 (若删除则自动使用默认值)

MENU CMDLINEROW 28
TAB信息条下移,0不下移 (若删除则自动使用默认值)
                  上面这2项的参数必须一致,以免按TAB键后弹出的信息条易位
MENU HSHIFT 0
菜单选择条右移,0不右移 (若删除则自动使用默认值)

MENU VSHIFT 0
菜单选择条顶端,0不下移 (若删除则自动使用默认值)
                                                      默认值不一定是0

menu color screen
37;40
#00000000 #00000000 none


menu color border
30;44
#00000000 #00000000 none(必填项) 
menu color title
1;36;44
#00000000 #00000000 none
 
上面这三条有关整个菜单外框,如第二条menu color border管辖权异议上诉状可设置背景图片上的整个菜单
外框的线条颜色,线条粗细,单线条或双线条等,还可设置为不显示菜单外框。如果都用默认,对应的条文均可删除,MENU TITLE后只剩下下面2条:
MENU WIDTH 58

MENU color border 0 #0000 #0000 none
Comboot/menu.c32
From Syslinux Wiki
Jump to: navigation, arch

The content of (relea 3.72):

There are two menu systems included with SYSLINUX, the advanced menu system, and the simple menu system.
THE ADVANCED MENU SYSTEM
The advanced menu system, written by Murali Krishnan Ganapathy, is located in the menu/ subdirectly. It allows the ur to create hierarchial submenus, dynamic options, checkboxes, and just about anything you want. It requires that the menu is compiled from a simple C file, e 感谢你menu/simple.c and menu/complex.c for examples.

The advanced menu system doesn't support rial console at this time.
See menu/README for more information.
THE SIMPLE MENU SYSTEM
The simple menu system is a single module located at com32/modules/vesamenu.c32 (graphical) or com32/modules/menu.c32 (text mode only). It us the same configuration file as the regular SYSLINUX command line, and displays all the LABEL statements.
To u the menu system, simply make sure [vesa]menu.c32 is in the appropriate location for your boot medium (the same directory as the configuration file for SYSLINUX, EXTLINUX and ISOLINUX, and the same directory as pxelinux.0 for PXELINUX), and put the following options in your configuration file:
DEFAULT menu.c32
PROMPT 0
There are a few menu additions to the command line, all starting with the keywords MENU or TEXT; like the rest of the SYSLINUX config file language, it is ca innsitive:
MENU TITLE title
Give the menu a title. The title is prented at the top of the menu.
MENU HIDDEN
Do not display the actual menu unless the ur press a key. All that is displayed is a ti
meout message.
MENU SEPARATOR
Inrt an empty line in the menu.
MENU LABEL label去打工农村生意
(Only valid after a LABEL statement.)
Changes the label displayed for a specific entry. This allows you to have a label that isn't suitable for the command line, for example:
    # Soft Cap Linux
    LABEL softcap
        MENU LABEL Soft Cap ^Linux 9.6.36
        KERNEL softcap-9.6.36.bzi
        APPEND whatever
警察作文
    # A very den operating system
    LABEL brick
        MENU LABEL ^Windows CE/ME/NT
        KERNEL chain.c32
        APPEND hd0 2
The ^ symbol in a MENU LABEL statement defines a hotkey. The hotkey will be highlighted in the menu and will move the menu cursor immediately to that entry.
Reusing hotkeys is disallowed, subquent entries will not be highlighted, and will not work.
Keep in mind that the LABELs, not MENU LABELs, must be unique, or odd things will happen to the command-line.

MENU INDENT count
(Only valid after a LABEL statement.)
Will add "count" spaces in front of the displayed menu entry.

本文发布于:2023-05-18 21:17:06,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/686231.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:菜单   选择   显示   颜色   信息
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图