Jump to content











Photo
- - - - -

Help me in editing my syslinux.cfg file

syslinux.cfg

  • Please log in to reply
3 replies to this topic

#1 Kishore

Kishore
  • Members
  • 7 posts
  •  
    India

Posted 29 March 2013 - 04:11 AM

Please anybody tell me how to change the text color of the screen given here

I want my menu text should be in bright white

And when selected it should be in Bright Cyan

Can you please help

here is my screen shot

http://imageshack.us...407/menuge.jpg/

And sample of my Syslinux.cfg

---------------------------------------------------

#Starts Here
#File created by Kishore
#
default vesamenu.c32
prompt 0
menu title     Multi BOOT USB - By Kishore Kumar   
#
menu background /kk/1024
MENU TABMSG  <F1> Help -  Mail to " kishore_kisco@yahoo.com "
menu color hotsel 30;47      #40000000 #20ffffff
#MENU COLOR sel          7;37;40 #e0ffffff #20ffffff all
menu color sel 30;47      #40000000 #20ffffff
menu color scrollbar 30;47      #40000000 #20ffffff
menu color help        37;40      #c0ffffff #00000000 std

MENU RESOLUTION 1024 768

MENU WIDTH 76
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU PASSWORDROW 11
#
MENU ROWS 15
MENU TABMSGROW 18
MENU CMDLINEROW 23
MENU ENDROW -1
#
MENU TIMEOUTROW 20
#
#MENU HELPMSGROW 21
#MENU HELPMSGENDROW -1
MENU HIDDENROW -2
MENU HSHIFT 26
MENU VSHIFT 11
#boot da disco fisso
label 0
menu label  Boot from ^HD (default)
    localboot hdd0
timeout 200
#
#
label Tools
Menu label ^Tools
MENU INDENT 1
    kernel vesamenu.c32
    APPEND /kk/tools.cfg
#
#
label Utility:
Menu label ^Utility
MENU INDENT 1
    kernel vesamenu.c32
    APPEND /kk/utility.cfg
#
#
label Install Windows:
#MENU HIDE/DISABLE  (Remove # and put disable or hide  to do the job)
Menu label Install ^Windows
MENU INDENT 1
    kernel vesamenu.c32
    APPEND /SARDU/pe.cfg
#
#reboot
label Reboot
menu label ^Reboot
    kernel Reboot.c32
#
F1 kk/help.msg
------------------------------------------------------------------



#2 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 29 March 2013 - 10:03 AM

#          element      ansi    f/ground  b/ground  shadow
MENU COLOR sel          7;37;40 #ffffffff #90000000 std
MENU COLOR unsel        37;44   #ff000000 #80000000 std

first two values are Alpha, and then comes RGB  -so it is  AArrggbb  - so I assume that ffffffff  would be all white , ffff0000 would be all red.  (untested!)



#3 Kishore

Kishore
  • Members
  • 7 posts
  •  
    India

Posted 29 March 2013 - 10:41 AM

Sir

I am applied your suggested code to my syslinux cfg

 

but I am not get, what I am expected

 

here is the link of pic with your code applied

 

http://imageshack.us...631/menu1ta.jpg
 

Any suggetions please



#4 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 29 March 2013 - 10:55 AM

It was not suggested code! It was attempting to explain how to change colours.

 

See the menu color command syntax here







Also tagged with one or more of these keywords: syslinux.cfg

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users