Displaying 20 results from an estimated 600 matches similar to: "MENU not having to press <ENTER> key?"
2009 Mar 19
0
Full config file with Timeout issue
isoconfig.sys file below - Only change from past is adding stuff after the
bz28.7 kernel.
DEFAULT vesamenu.c32
Prompt 0
menu color screen 37;40 #80ffffff #00000000
menu color border 30;44 #40000000 #00000000
menu color title 1;33;44 #c0fdd017 #00000000
menu color unsel 37;44 #90ffffff #00000000
menu color hotkey 1;37;44 #ffffffff #00000000
menu color sel 7;37;40
2010 Mar 17
1
USB Thumbdrive + dos ghost boot image + drive too small = confusion
I will really hate myself if this has already been solved, i searched
the archives but didn't really find anything pertaining to it.
I have a 2.88mb dos boot floppy image, with ghost.exe, dos nic
drivers, and dos system files. It works fine when burnt to a cd.
As for the thumbdrive when trying to configure this hpghost.ima file
to run from my syslinux.cfg menu, it works and boots up fine
but
2014 Sep 15
1
apply block of if statements with menu function
Subscribers,
apply block of if statements with menu function
Subscribers,
For a menu:
menu(c('a','b','c','d'))
How to create a function that will apply to specific menu choice
objects? For example:
object1<-function (menuifchoices) {
menu1<-menu(c('a','b','c','d'))
if (menu1==1)
...
menu1a<-menu...
if (menu1a==1)
2008 Apr 01
1
Navigation Problems
Hi,
I am having problems with my page. I have a banner and navigation bar in
controller_name.rhtml in app/views/layout. Can someone please help?
Thanks
In the navigation bar, I have the following links:
Category1
Sub-Category1
Sub-Category2
Sub-Category3
Sub-Category4
Sub-Category5
Sub-Category6
In the main content, I have the following links:
Sub-Category1 edit delete
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
Hi,
just switched from syslinux-4.0.4 to syslinux-5.0.1 and noticed that
there is no more progress shown when downloading files from HTTP or TFTP.
Do i have to change something in my setup?
I'm usering vesamenu.c32 here is a sample what my menu looks like (just
partial)
[code]
# Default boot option to use
DEFAULT vesamenu.c32
MENU BACKGROUND binary.jpg
2005 Oct 26
1
chain.c32 question
I am trying to use chain.c32 to boot windows xp from a hard disk. In my
pxelinux.cfg file I have the following:
Prompt 1
Default menu1
Timeout 2
Label menu1
Kernel chain.c32 hd0 1
When my system boots it gives me the following usage error
Usage: chain.c32 (hd|fd)# [partition]
Boot:
If I type chain.c32 hd0 1 at the boot prompt the system boots windows
ok. Any help would be
2008 Aug 18
2
Fwd: Parsing XML or KML into CSV /Using R for geocoding , OR problem
Hi,
I have a data file in a KML format which is Google Earth's format for
geographic data. I need to import it into a csv file . How can I do that.
KML format is just like XML format .example below
Which R module with deal with an OR problem (like transportation problem
using geo coded data as in the example below)
Regards,
Ajay
www.decisionstats.com
-
<?xml version="1.0"
2003 Oct 08
0
SIP Problems with Cisco 5300 - Invalid CSeq Number
People:
Did you have seen this message before?
noc2pbx*CLI>
-- Executing Goto("SIP/-081363a0", "ivr1|2000|1") in new stack
-- Goto (ivr1,2000,1)
-- Executing Answer("SIP/-081363a0", "") in new stack
-- Executing Wait("SIP/-081363a0", "1") in new stack
-- Executing BackGround("SIP/-081363a0",
2003 Apr 24
3
Collecting dialed digits
I am trying to set up an auto attendant for the first time, and am having
trouble getting to the submenu. My extensions.conf file looks like this:
[incoming]
exten=> s,1,Background,menu1
exten=> s,2,Wait,20
exten=> s,3,Goto,s|1
exten=> 1,1,Playback,option1
exten=> 2,1,Playback,option2
exten=> 3,1,Playback,option3
It is my understanding that asterisk treats the digits entered
2010 Mar 06
2
memory error in for loop
hi,
I have been attempting to run this script and am getting some strange
results. The script connects to a database and retrieves a series of
tables, using sequential sql statements. I have tested all of the sql
statements in the PostGreSQL terminal and they all return the desired
results. I place each table into a list and run a FOR loop for 'i' in
the list. The script generates
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all
I have installed "syslinux" as follows:
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>format o: /s
C:\WINDOWS>format o: /s
WARNING, ALL DATA ON DISK
DRIVE O: WILL BE LOST!
Proceed with Format (Y/N)?y
Checking existing disk format.
Formatting 967.98M
Format complete.
System transferred
Volume label (11 characters, ENTER for none)?
2014 Apr 26
0
efi vesamenu 6.03-pre
This is a bug report about Syslinux 6.03-pre11 in EFI.
To Syslinux EFI developers; the results can be replicated in real
hardware.
I apologize for the length of the email; I am describing the steps
necessary to reproduce the confusing behaviors the best I can.
I have been experimenting with VBox and Syslinux EFI32.
In EFI, the default screen resolution for [vesa]menu.c32 is not 640 x
480
2007 Apr 10
1
Add support for Variables
Was just looking at a number of my scripts ( due to having to update them
for RH5).
Would it be possible to add support for variables / 2 variables
HTTP_SERVER (scope should be global in "default" but local elsewhere,
could maybe pe passed as an argument to vesamenu.c32 and menu.c32 (i think
its only of use for people using these files.))
KICKSTART_DIR (this name should be more
2013 Jun 07
1
col2rgb, factors & documentation
Hello Core Folk.
Quite by accident I discovered today that col2rgb, when fed factors, acts on the integer representation of those factors:
td <- as.factor(rainbow(5)) # not how I discovered the issue!
td
res <- col2rgb(td)
res
# but
col2rgb("#FF0000FF") # this is td[1] but does not produce the same answer
res[,1]
# moreover
as.integer(td)
col2rgb(5) # the integer value of the
2006 Dec 19
0
dtmf and ivr
hello,
i try to build a IVR for our company my problem is that the dtmf tones
are not recognized by the phones i tried several phones.
BUT when i call the voicemail i can navigate with all phones through the
menu. I use * 1.2
here is the context:
[ivr]
exten => s,1,Answer
exten => s,2,SetMusicOnHold(default)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
;SAI menu -
2006 Sep 15
1
SYSLINUX 3.30 pre 8
Hi all
i have problems with MENU COLOR....
Default file :
#DEFAULT vesamenu.c32
DEFAULT menu.c32
# OPTIONS
ALLOWOPTIONS 0
PROMPT 0
# COLORS
MENU COLOR SCREEN 36;42 #80ffffff #00000000
MENU COLOR BORDER 30;41
MENU COLOR TITLE 1;35;41
MENU COLOR UNSEL 7;32;41
MENU COLOR HOTKEY 1;33;41
MENU COLOR sel 7;37;40
MENU COLOR Hotsel 7;37;40
MENU COLOR SCROLLBAR 32;41
MENU COLOR tabmsg 31;40
MENU COLOR
2016 Jun 15
0
PXELINUX 6.03 / vesamenu.c32 hang
> Hello,
>
> I'm experiencing an issue where if I use vesamenu.c32 with PXELINUX 6.03 when network booting a virtual machine hosted on VMware ESXi 6.0, it hangs (the version message is printed and then nothing - the VM has to be powered off and back on again).
>
> This happens no matter if I choose the E1000 network interface or the VMXNET3 network interface when creating the
2008 Jan 09
0
Feature Request - Allow calling of labels from other labels
My config looks as follows:
------------------------------------------
# Default boot option to use
DEFAULT vesamenu.c32
# Prompt user for selection
PROMPT 0
# Time until default is selected
TIMEOUT 100
# Menu Configuration
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU TITLE 32Bit
2016 Jun 16
0
PXELINUX 6.03 / vesamenu.c32 hang
I've just tried 4.07 and that has the same results.
I should note that I appear to be in error about things working OK with menu.c32 as opposed to vesamenu.c32 - I do indeed see the menu (which with vesamenu.c32 it does not get that far), but when I attempt to choose the Windows Deployment Services option, it hangs.
Thanks,
Dan Jackson (Lead ITServices Technician).
-----Original
2016 Jul 07
0
no boot, no message
> On Thu, Jul 7, 2016 at 8:00 AM, Ady Ady via Syslinux <syslinux at zytor.com> wrote:
> >
>
> >>
> > We would need at least:
> >
> > A_ the partitions and directory structure in which the following items
> > are _located_ :
>
> /dev/sda1:
>
> # tree .
> .
> ??? extlinux
> ? ??? ldlinux.c32
> ? ??? ldlinux.sys
> ?