similar to: login menu in pxelinux

Displaying 20 results from an estimated 4000 matches similar to: "login menu in pxelinux"

2011 Jun 08
3
Chainloading from one PXELINUX to another (with some iPXE in the mix)?
Hello SYSLINUX folks, thanks for all your hard work over the years! I'm working on a fairly complex deployment services project, and one of the aspects of it is to make it possible to federate deployment services across our university. Supporting existing deployment services is a priority, so I am presently trying to integrate an existing PXELINUX install, part of a FOG windows imaging
2009 Apr 08
1
menu module behaviour for menu exit
Hi, I was looking for a way to have a submenu go back to the previous menu when you use Escape inside the submenu. Or to return back to a menu when you return from a com32 entry (eg. kbdmap, hdt or rosh). I had hoped something like this worked: ---- default bootlocal prompt 1 label menu menu hide kernel menu.c32 label bootlocal menu hide localboot -1 menu begin main menu
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
Thanks for the comment. The next pass for a file format ... ------ FILE BEGINS ----- # Comment lines [menu] item="text to display" status="status line text" action= SUBMENU | INACTIVE | whatever submenu= <number> data="arbitrary string" item="text to display" status="status line text" action= SUBMENU | INACTIVE | RUN | EXIT submenu=
2015 Jul 18
1
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
Guys, I've been reading the email correspondence syslinux for approximately 3 months, from when I subscribed to the email notices approximately. I've not missed a single E-Mail, and not one has gone un-read. I must say that I've learned an incredible amount and only hope to learn more. Keep up the good work. I have been prowling your email correspondence for the FOG Project. You may
2011 Mar 25
1
FOG on CentOS Wiki contribution suggestion?
Hello, I'd like to contribute a page on using FOG (FOG is a Linux-based, free and open source computer imaging solution for Windows XP, Vista and 7 that ties together a few open-source tools with a php-based web interface. http://www.fogproject.org/) running on CentOS. Currently have 3 FOG servers deployed on CentOS covering a large workload using an existing Linux DHCP setup in a large
2002 May 06
1
tunnel connection like a service with cygwin or other products?
Hi all, I try to implement a secure ODBC connection via ssh tunnel from a win-pc to a linux server. I am looking for a kind of service under nt that builds a secure tunnel connection from the pc to the server at time of login of the user at the desktop and going into the background after that. That means the conncetion is always open until the user shuts down the pc. It should run completely in
2011 Apr 19
1
ConfBridge and AGI
Hello List, Is it possible to run an AGI script in backgroung for all the associated SIP channels in ConfBridge Application? If yes how? This can be done using 'b' parameter in MeetMe for non SIP channels. Regards, Rajib Rajib Deka SIEMENS Ltd. Robert V Chandran Tower, First Floor, West Wing, #149, Velechery Tambaram Main Road, Pallikaranai, Chennai-100, INDIA.
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
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
2010 Nov 22
1
Plotting a cloud/fog of variable density in rgl
Hi everyone, I want to plot a 3D interpolation of the concentration of aquatic organisms. My goal would be to have the result represented as clouds with a density proportional to the abundance of organisms, so that I could fly (well, swim actually ;) ) through the scene and see the patches here and there. Basically, I want to do something like this: http://www.youtube.com/watch?v=27mo_Y-aU-c but
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
2012 Jul 25
1
submenus and menu title
From http://www.syslinux.org/wiki/index.php/Comboot/menu.c32 *** QUOTE - BEGIN *** MENU BEGIN [tagname] MENU END Begin/end a submenu. The entries between MENU BEGIN and MENU END form a submenu, which is marked with a > mark on the right hand of the screen. Submenus inherit the properties of their parent menus, but can override them, and can thus have their own
2009 Mar 09
3
Identical yum configs, different results
Hi all, I have two new Centos 5.2 servers ("drizzle" and "fog"), both ROCKS headnodes installed from the same rolls. Identical `uname -a' output (2.6.18-92.1.13.el5, x86_64 etc), identical yum versions (Version: 3.2.8 Release: 9.el5.centos.1) with identical yum.conf files and identical repo files in /etc/yum.repos.d. To simplify things I've disabled all repos
2013 Jan 30
2
Installing fog -0.7.2 for CloudProvisioner
Hi, I am trying to install fog which is required for cloud provisioner. > gem install fog -v 0.7.2 I am getting the following error Building native extensions. This could take a while... ................ ERROR: Error installing fog: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb creating Makefile make
2013 Feb 06
1
HDT keeppxe Issue
All,? I am running a Fog Server and PXE booting 0.5.2 HDT image. The system boots and but I am not able to dump the system data to the tftp server.? I get a message "PXE stack was not detected. Dump feature is not available" This is the config i am using? kernel /fog/hdt/memdisk append initrd=fog/hdt/hdt.img.gz keeppxe Cheers Ian -------------- next part -------------- An HTML
2013 Sep 18
1
Cloud provisionner on CentOS 6 issue
Hi ! I am currently testing puppet on CentOS 6 and I wish to test the cloud provisioner tool. The problem is the following : I can''t use fog because of ruby version issue. The system : CentOS 6.4 with Ruby 1.8.7 (last version for CentOS) What I did to get the problem : install puppet-server install module puppetlabs-cloud_provisioner Trying install Fog -v 0.7.2 (cloud service library
2013 Mar 16
1
file transfer progress in menu.c32
Sir I am using pxelinux I want when I select and menu like to boot memdisk.iso It show loading pxelinux.cfg/memdisk.ok Etc I want show only filename like Loading memdisk 10% Loading memdisk 20% Loading memdisk 100% Ok
2008 Aug 04
1
About "MENU TITLE" and possible hotkey handling
3.71, using isolinux and simple menu system menu.c32 To avoid having many different menu config files (one for each submenu) I'm trying switching from the once required syntax ==== MENU LABEL > ^Firmware/BIOS KERNEL menu.c32 APPEND menufw.cfg ==== to ==== MENU BEGIN MENU TITLE ^Firmware/BIOS <stuff that was inside menufw.cfg> MENU END ==== However, it's not
2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
HPA, I believe I've found a possible bug with /menu. This against the unmodified -pre5 snapshot. SRC: http://www.survivaldisk.com/menutest.c COMPILED: http://www.survivaldisk.com/menutest.com It's easiest explained if you just compile the .c and experience it for yourself, anyways. If you have two submenus nested within each other and then call a third menu it will bring up the
2004 Sep 03
2
Using AVM Fritz!PCI as zap interface
Hello! Is there a way to use AVM Fritz!PCI as a ZAP interface and have it configured for ZAP channels? Thanx in advance! Roland Zagler mailto:r.zagler@fog.at @fog smart partners