similar to: pxelinux and http

Displaying 20 results from an estimated 1000 matches similar to: "pxelinux and http"

2006 Jun 15
2
Problem with booting disk images
Hello, We are having problems booting disk images and are looking for a little help. Here is the screen capture of what we see: http://www.kmaclub.com/syslinux/largefloppy.png We have also tried using images from http://severinterrier.free.fr/Boot/ImgBoot/ with a similar result. Basically, memdisk loads the images and then it hangs. label linux kernel memdisk append
2002 Mar 12
3
ltsp kernel crash
Hi, I've been using pxe-enabled nic's with an lzpxe-etherboot image generated by rom-o-matic.net to boot a ltsp.org kernel, with dhcp 3 to use if statements to determine which filename option he gives to the pxe/etherboot dhcp client.Explained at http://www.ltsp.org/documentation/pxe.howto.html This works perfectly, except for the fact that you can't use 1 etherboot pxe image for
2004 Jun 15
1
memdisk etherboot integration
Folks: I've used etherboot to create a zrom that successfully brings a image of a bootable floppy into high memory. What I'd like to do is glue memdisk in so that it can hook int13 and serve the transferred image for booting when etherboot hands control back to the BIOS. The trick, and this is where I'd appreciate "gotchas", pointers or "this is an approach I
2003 Feb 13
4
Netbooting / building
Hi, I have been using pxelinux for quite a while. It works extremely well for us. Now, I am looking at something new. We would like to: boot ( some OS - hopefully linux )from the network using pxelinux. make a small partition dos partition on the first disk. connect ( via perl dbi ) to a back end database Download the appropriate files for either a winxp build OR a kernel/ramdisk for a
2003 Jun 14
0
Re: WinME command.com
Hi.. Well i've tried each and every method to insert any winme command.com into any bootable image and its really giving me problems.... I even further tested the same image with reinserting the 98 command.com and the image worked just fine.. So acc to me the problem has to lie in me command.com as there is no real mode dos in ME.. Also try using umbpci.sys and lowdma.sys for managing
2002 Aug 22
3
Syslinux with two-disk set (boot+root )
Hello there. I use (and love!) your syslinux software - also pxelinux and soon isolinux. I have been using it for build deployment purposes for some time now, however I recently updated my kernel and added some additional drivers to it, making it too large to fit on a floppy along with my ramdisk. This is no problem for my PXE-enabled clients, of course, but for those machines that do not
2003 May 30
7
load pxelinux w/o PXE BIOS?
Hi, hm at seneca.muc.de schrieb am 29.05.03 21:40:34: > I would like to load pxelinux as a second stage bootloader from a machine > which does not have a PXE BIOS (namely, from a VMware guest machine) in > order to perform an automated Linux installation. A boot floppy would > be nice. It seems that there are some commercial solutions around but > is there someting in the OSS
2005 Mar 08
2
[Fwd: Re: etherboot 5.3.14 and pxelinux keyboard problem]
Tim Legge has passed the following message on to me: hpa wrote: > Quinn wrote: > > Now it seems I have found a bug in PXELINUX with regards to etherboot. > > Up until 2.07 pxelinux was responsive to the keyboard. From 2.08 and > > up the keyboard is locked at the boot prompt when pxelinux is loaded > > via etherboot 5.3.14. > > That would not be a PXELINUX bug,
2005 Dec 02
3
PXE-on-a-disk Intel EM64T reboot
Hello! I have been successful using SYSLINUX and Etherboot to create a generic "PXE-on-a-disk" package, a floppy image and CD image that support as many Ethernet cards as possible. These have support for all of Etherboot's modules that support real PCI cards: about 25-or-so drivers and 250-or-so cards. I've built Etherboot ZLILO images, one for each driver, set up to boot
2002 Feb 06
4
Etherboot & pxelinux (was: thank you)
Hi, Peter Lister <P.Lister at sychron.com> schrieb am 06.02.02: > In way way better and easier? When I have criticised pxelinux I think > I've always stated *why* etherboot seems better for our environment. > > I'm not trying to be religious, or get anyone to change a working system > - I'm genuinely interested what differences others perceive. I've looked
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it. For now, I will hard code the menu in the code, and then somebody else can remove that restriction. May be we can add some kind of keyword to the config file which syslinux ignores and the comboot menu does something with it. I have one question about comboot: If I write a DOS program using C (compiled using watcom -3 -mt -osx
2006 Apr 29
4
Event.observe mystery
Hi, I have a class ''Menu'' with a method ''addItem''. The method (simplified) looks like this: addItem: function(itemId, text) { this.container.innerHTML += ''<div id="''+itemId+''">''+text+''</div>''; Event.observe(itemId, ''mouseover'',
2005 Nov 27
2
pxelinux -> pxeboot load?
Hi all, I've searched the depths of the resources on the internet; however I'm having trouble deploying a pxeboot solution via pxelinux. So far what I have successfully implemented in my infrastructure is a successful pxeboot setup for FreeBSD ( without the use of pxelinux ). I'd ultimately like to have a solution that will allow me to choose a network install of various Unix-like
2012 Nov 23
1
Adding a function with default parameters into the Rcmdr menu
Hi everyone, I made some tests with Rcmdr, to add a function with default parameters : For example (very simple): myfunction<-function(var="314"){ print("hello") print(var) } if I run myfunction() directly i see : > myfunction() [1] "hello" [1] "314" it's ok. But if i edit de Rcmdr-menu.txt (in
2013 Mar 06
2
Refresh a partial onClick using ajax call in rails 3.x
Hi All, I want to refresh a partial onClick, onClick i am making ajax call and getting the data but i am unable to refresh the partial. here is the code IN views: home.html.erb $(document).ready(function() { var currentCellText; $(".inline").click(function() { currentCellText = $(this).text(); $.ajax({ type: ''GET'', dataType: "json",
2010 Mar 15
1
gpxe + SYSLINUX menus = Fail?
I am attempting to setup a test gpxe(linux.0) http site, to test among other things the recent dynamic option 252 solution. In the process of investigation I stumbled across http://www.etherboot.org/wiki/appnotes/authmenus which indicates the gpxe can launch vesamenu.c32 directly. Various other pages on etherboot's site indicate menu.c32/vesamenu.c32 can be used independently as well.
2008 Jan 18
1
Noob question for wxMenu.get_menu_items()
How do I iterate through the pseudo-template list class containing wxMenuItem pointers. Am still a bit of a Ruby/wxRuby noob. Currently have this: pp mymenu.get_menu_items() which prints: #<SWIG::TYPE_p_wxMenuItemList:0x4634fa8> However when I try to do: mymenu.get_menu_items().each {|key| ...} it tells me there is no each method for this class (SWIG::TYPE_p_wxMenuItemList)
2004 Apr 27
6
SYSLINUX 2.09, 2.10-pre1 released
Hi all, I have released SYSLINUX 2.09; it is the same as 2.09-pre15 except for the version number. Changes in 2.09: * SYSLINUX: Remove residual setuid crap from syslinux-nomtools. * Handle video pages correctly when using the API functions. * Handle compiling on an x86-64 platform correctly. * Menu system from Murali Krishnan Ganapathy; see the
2002 Sep 24
1
tftpd-hpa
Hello, I need help in setting up tftpd-hpa to send a kernel to a client, on a debian woody installation. I did manage the feat when using tftpd to send a kernel to a client which had a separate network interface card, but I would like to do it with integrated LAN. Trials with tftpd failed with error messages starting with 'PXE', and later I learned that tftpd-hpa is needed for the PXE
2007 Oct 12
1
[PATCH] Make runCommand() work with multiple screens.
--- src/screen.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/screen.c b/src/screen.c index 41f031e..9fa2a11 100644 --- a/src/screen.c +++ b/src/screen.c @@ -3282,8 +3282,13 @@ runCommand (CompScreen *s, if (fork () == 0) { + size_t len = strlen (s->display->displayString); + char displayString[len + 16]; + strcpy (displayString,