similar to: Dialog Menu System ?

Displaying 20 results from an estimated 10000 matches similar to: "Dialog Menu System ?"

2005 Sep 03
3
MSCDEX over NDIS ethernet
I would like to implement a replacement MSCDEX driver (based on the replacement in FreeDOS SHSUCDX http://johnson.tmfc.net/freedos/shsucdx.html and SYSLINUX) however instead of talking to disk BIOS calls or PATA chipset I would like it to talk to the NDIS driver and act as a TFTP client simply forfulling application get block requests through TFTP. Its not clear where the ISO9660 CD
2009 May 22
2
pxelinux.bin (3.80) hanging at the beginning of menu.c32 TFTP transfer
Hi, Using syslinux 3.80, I'm seeing pxelinux.bin hanging after the (succesfull) transfer of the default file. Running a lan trace, it appears that all goes fine until the time pxelinux sends a TFTP RRQ for menu.c32 to the TFTP server, gets the first data packet back, and apparently freezes at this point. The TFTP server then times out and retries (3 times) then finally sends an error packet
2004 Aug 25
3
Menu help
Hi We have setup a TFTP server on a server running Fedora Core 2. We have a network/router appliance that acts as our DHCP server. The DHCP server gives our workstations an IP address then directs them to our TFTP server looking for the boot file named pxelinux.0 . On the TFTP server we have a directory called tftpboot in this directory we have the following files: - memdisk -
2008 Jul 18
3
ISOLinux, menu.c32 and PXE handoff?
Hey Folks, Sorry if this has been asked before; hard to get a usable search on 'isolinux OR syslinux pxe-boot' with just the info I need! I work in a large organization, and the group which manages the network may not be the guys managing the hosts. I have a network and dhcp server, and pxelinux is working very well on that net. I want to make my net-install resources available to
2014 Jun 20
2
menu.c32 is not a COM32R image
Hello ! I am completely new to syslinux. I followed this instruction manually: http://www.wonkity.com/~wblock/docs/html/pxe.html I am on debian and do not have syslinux installed, but using this debian box as a tftp server. I had to modify the instructions given by the installation above. I downloaded the 6.02 version and copied the files to the tftp root. I am using dnsmasq as a tftp
2010 Jan 13
1
How to run server side script from boot menu selection ?
Here is what I am trying to do but don't know if it is possible or how to do. Scenario: A pxelinux.cfg boot menu item to load a pristine image. This would execute a script on the linux server providing the pxe boot service to copy / rsync a pristine image and boot from that image. Or at least just do the copy on the server side. Context: I am setting up a drbl (diskless remote boot linux)
2005 Mar 30
1
menu.c32, submenus
I am trying to create submenus, or more specifically a single submenu, using PXELINUX and the menu.c32. I have a tftp share with a basic config: / (root of tftp) pxelinux.0 menu.c32 /diskdiag (dir) /diskdiag/dskdiag.0 /pxelinux.cfg (dir) /pxelinux.cfg/default /pxelinux.cfg/dskdiag one of the menu items in /pxelinux.cfg/default is as follows: LABEL DISKDIAG MENU LABEL [^B] Disk Diagnostics
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
Hello, I have the following problem. I am trying to pxeboot a virtual machine using Sun's Virtualbox. I am trying to experiment with the menu options of pxelinux and this is my pxelinux.cfg/default file. # generated by fai-chboot for host cdbexample with IP 172.16.31.200 default menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local MENU TITLE PXE Menu LABEL fai-generated
2013 Aug 22
2
Automatic boot menu?
Hi, Now that Syslinux has ls.c32 and lua.c32, it should be possible to build a customizable boot menu in the bootloader itself, instead of generating it beforehand by hooking into the kernel installation/removal process. Sure that would not work over TFTP (no ls), but the already mentioned 20th century way would not either. Sadly, directory handling is not implemented in the embedded Lua
2012 Sep 06
1
Menu system bug - MENU DEFAULT not working
Hello, I'm reporting a bug, see attached syslinux.cfg I'm using submenu entries to emulate checkbox inputs. The idea is simple, there are submenus generated for all possible cases, and each Enter keypress loads appropriate submenu section. The logic of the menu is correct. Just syslinux has some bug. It doesn't set MENU DEFAULT properly for all submenus. If your first Enter keypress
2009 Jul 21
1
[PATCH node-image] Moved all temporary files into a single work directory to clean up.
All temporary files are kept in a single directory. At the end of the autotests that one directory is deleted. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/autotest.sh b/autotest.sh index c9f8a2d..d658cf3 100755 --- a/autotest.sh +++ b/autotest.sh @@ -40,6 +40,7 @@ # an
2013 Aug 29
3
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes: > On 08/22/2013 10:20 AM, Ferenc Wagner wrote: > >> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build >> a customizable boot menu in the bootloader itself, instead of generating >> it beforehand by hooking into the kernel installation/removal process. >> Sure that would not work over
2004 Nov 23
2
comboot+PXE stack
Hi, I need to add an additional feature to Murali's menu system: sending and receiving UDP datagrams. I have no experiences with writing programs at such a low level. Therefore, I need some help. 1) How to transfer IP address and other options from PXElinux to comboot? 2) I got PXE specification, ver. 2.1 (sept. 1999); can I follow it safely? 3) Is there an easy interface to use PXE stack
2009 Jun 13
1
menu broken if default 'append' option specified
Hello. This is my first post here. ;) I noticed that if the default 'append' option is specified in the config file, menu and vesamenu wont boot the system. Instead of offering a menu, the screen goes blank; after hitting any key on the keyboard, empty menu frame gets displayed with no boot entry list inside. It gets fixed by removing default 'append' entry (the one before any
2012 Oct 17
1
menu timeout restarted with single item (4.06-pre14)
Hi, The menu timeout isn't cancelled but restarted when there's only a single item in the menu and I try to move the selection. The selection flashes but of course does not move. Tested with pxelinux under QEMU: $ qemu -net nic -boot n -net user,tftp=tftpboot,bootfile=/pxelinux.0 pxelinux.cfg/default: UI menu.c32 TIMEOUT 100 LABEL single KERNEL blah Adding another menu item
2013 Sep 11
1
Polycom voicemail menu and alarm as beep with light
Hello; I am using vicidial which is using asterisk 1.8, mean while when the extension has voicemail, I always see the red light on the Polycom and hear the beep sound (toot toot) in period time. Also, I can see at the LCD an option to select it for accessing the voicemail ?but I am facing the following problems: 1) The red light and the beep: How I can let the Phone only have the red light
2005 Nov 18
3
pxelinux-3.11, simple menu & submenu
Hello all, At the end of README.menu there is : "... It is also possible to load a secondary configuration file, to get to another menu. To do that, invoke menu.c32 with the name of the secondary configuration file. LABEL othermenu MENU LABEL Another Menu KERNEL menu.c32 APPEND othermenu.conf" I'm unable to have such a conf. working. tftp logs shows
2004 Oct 07
1
Menu examples?
Hi all, I'm looking for some menu examples for Murali's menu system. Specifically, a headstart on creating a Kickstart menu which covers the most common options with the intention of creating this: label ks.menu kernel vmlinuz.ks.$DIST append ksdevice=eth0 ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192 Hmm...looking
2006 Oct 30
2
Ugly menu/dialog font of applications, using debian sarge and wine 0.9.8 and 0.9.22
hello, I have a problem with an unsuitable font in the windows menus/dialogs with the above versions of wine (dont think this depends much on the versions, though. Have not tried other versions so far.) when using debian sarge. The font seems to look a bit ugly, usually destroys partly the menu/dialog structures, and, most important, has no German umlaut's (the diphtongs ae, oe, ue and
2024 Jan 21
1
Running VMware ESXi network installer via syslinux/menu
On 1/20/2024 1:29 AM, Ralph Ronnquist via Syslinux wrote: > On Sat, Jan 20, 2024 at 12:21:37AM +0100, marki via Syslinux wrote: >> Hello, >> >> So I'm running syslinux.efi >> Which loads menu.c32 >> Which is supposed to start ESXi's bootx64.efi/mboot.efi >> >> But that gives >> >> """ >> Loading mboot.efi... ok