similar to: pxelinux and booting dos

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

2003 Feb 10
1
State of the UNDI stack after booting a DOS image
I'm using PxeLinux to bot DOS images for an automated test application. After Running the DOS application program, I want to use the UNDI stack to send a completion status message to the server. I boot the DOS image with keeppxe, so that the UNDI stack will continue to be in memory. I am not clear as to what state the stack is left in after PxeLinux has loaded and transferred control to the
2003 Feb 03
1
Problems booting PXE-Client
Hi list, I have installed DHCP, PXE and the TFTP-Server tftp-hpa. I'm running Debian Woody on my server and I want to boot a PXE-Client with this server. I have installed all as it is described in the docs found on the net. Under root: /tftpboot/ /tftpboot/X86PC/linux /tftpboot/X86PC/linux/messages /tftpboot/X86PC/linux/linux.0 /tftpboot/X86PC/linux/vmlinuz
2005 Feb 28
1
x101p + Nortel ATA2
Hi, Does anyone have any experience connecting Asterisk to a Meridian system using an ATA2 and x101p? The basics work -- I can make outbound calls, receive inbound, and use flash to transfer calls, but certain things do not work, specifically with calls from internal extensions. - Does the Meridian/ATA2 pass any kind of callerid info? We do not have external callerid, but I'm not even
2004 Dec 18
2
UNDI NDIS DOS Driver
I found the 3Com one, but I'm looking for the intel one. The PXE PDK doesn't have it anymore, and the intel site points me to the proboot.exe archive, which has no *.dos files in it. Does anyone know of other generic drivers for dos that work with memdisk's keeppxe option?
2005 Dec 08
1
SSH ok, SFTP ok , SCP broken... custom shell
Hi, Can anyone explain why a shell-wrapper script of the following form breaks scp? Can this kind of thing be re-worked to fix the breakage? The wrapper does not produce output, and checks a shell.allow file to see if access to a real shell such as bash should be granted. ------------ eg : #!/bin/sh if [ grep $LOGNAME /etc/shell.allow 2>&1 > /dev/null ] then exec -a - /bin/bash
2010 Nov 23
2
pxelinux.cfg/C0A80146 unable to load configuration file
Hi Peter, i am a netboot user of Linux platform. right now, i got a problem. after establishment a new pxe server, the clients boot from the network. and i just do some experiment of reboot on the clients. but i am surprise of the clients booting failure after several cycles. and i got the info of the clients can not download the config file, such as: Trying to load:
2006 Mar 02
2
keeppxe - documentation recommendation
Summary ======= I have a recommendation for a minor documentation change regarding 'keeppxe'. I lost some time on this and think that a clarification could save other people time in the future. pxelinux.doc should be tweaked to explicitly say that the "keeppxe" option should be given on the kernel command line through the APPEND statemen Detail ====== pxelinux.doc line 356
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the bottom are dropping off. I seem to be limited to 12 items. Is there a limit to how many items can be on the simple menu? default pxelinux.cfg/menu.c32 prompt 0 MENU TITLE UWSP PXE Boot Menu # TIMEOUT 200 LABEL bartpe MENU LABEL Build 12 KERNEL /STARTROM.0 APPEND keeppxe LABEL 11dnet MENU LABEL Build 11DNET beta
2016 Jun 10
4
[PATCH] Fix recognition of keeppxe option
PXELINUX has stopped recognizing the keeppxe option on the kernel command line. Here is a patch to make it work again. With COM32, it is no longer possible to use preprocessor directives to determine the SYSLINUX variant. The code inside the #if will never be compiled. So, I changed it to use syslinux_filesystem() to determine the variant. Also, I moved the relevant code from
2003 Feb 21
1
Fetching TFTP server from dos/memlinux via pxelinux?
I am using pxelinux to boot a dos image using memdisk. Now what I'd like to do is connect via tftp and fetch an additional file from DOS. I am using the 'keeppxe' memdisk option; can I access the pxe stack from DOS, and retrieve the TFTP server address? I am using MS-DOS currently, and syslinux-1.76. -- Andre Dalle [andre at dalle.ca]
2005 Nov 05
1
Cant PXE boot DOS image
My system is hanging up when attempting to boot a bootable floppy disk image Does the following info tell any story as to what's happening? Thanks. LABEL dosdiskimage KERNEL memdisk APPEND keeppxe initrd=dos.img floppy Loading dos.img ............. Ready. MEMDISK 3.11 2005-09-02 e820: 0000000000000000 000000000009fc00 1 e820: 000000000009fc00 0000000000000400 2 e820: 00000000000e0000
2016 Jun 16
2
[PATCH] Fix recognition of keeppxe option
> On Wed, Jun 15, 2016 at 1:02 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > > > >> On Tue, Jun 14, 2016 at 12:33 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > >> > > >> >> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because > >> >> > there is no convenient way in new_linux_kernel() to
2018 Feb 02
2
syslinux PXE boot version upgrade, network no longer working
My ?default? was just a sample to prevent further tl;dr :) Right, by 2014 I meant 6.03. I didn?t notice in the docs this was a known issue. If keeppxe is a bug with 6.03, that?s likely my issue. Do I drop back to 6.02 or X? Which version? Thanks, David Sent from my iPhone > On Feb 1, 2018, at 6:53 PM, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > > >> Hardware
2018 Feb 02
2
syslinux PXE boot version upgrade, network no longer working
Thanks Ady. I have to stick with stable vs. experimental but I appreciate the Debian suggestion. I don't mean to troll anyone, but... how is 6.03 considered stable if it does not correctly support keeppxe? I have to go all the way back to 4.xx for this to be supported? Wow. I still couldn't find it in the docs online where it states keeppxe doesn't work. I have some "detail
2010 Sep 09
2
Invalid or corrupt kernel image
Hi, I am trying to setup my own PXE boot server. I tried several PXE bootable Linux-Distributions. For example if I use the ubuntu netboot image from [1] it works quit well but there are a few other images they do not work in my case e.g.: RIPLinuX [2]. A friend tested this image on his PXE boot server with success. I also checked the download with md5sum. In my case I can see the boot menu [3].
2016 Jun 15
2
[PATCH] Fix recognition of keeppxe option
> On Tue, Jun 14, 2016 at 12:33 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > > > >> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because > >> > there is no convenient way in new_linux_kernel() to control the boot > >> > flags value. > >> > >> This is the part that has me questioning things and trying
2003 Sep 30
1
pxegrub + memdisk + dos + undi
I have an image of a dos floppy that loads the undi driver from 3com and mounts an smb share. This works great with pxelinux(from syslinux) and memdisk I need to make it work with pxegrub so we can use menus. (or figure out a menu system for pxelinux) With pxegrub I use memdisk as the kernel and load the dos image as a ramdisk. The undi driver loads and doesn't complain but, the network is
2007 Dec 14
8
KEEPPXE/DOS
First off I love syslinux and it has worked flawless for us on the unix side of the realm. We're trying to use our ghost images within a dos netboot using syslinux. Unfortunatly we can only pass DHCP ip's to hosts that exhibit a vendor code 'like windows/pxe/and other os's do". Unfortunatly DOS does not, so we cannot request a second IP after the pxe process to map samba
2012 Apr 26
2
Problems booting from local hd
Hi, I've got a question regarding pxelinux: It seems that there is a buck in syslinux 3.86 (or still is in the current build) in the reset_pxe function. If I call "syslinux_local_boot(0)" (in a COM32 binary) the KeepPXE variable is always 1 which resets the PXE stack instead of unloading it: local_boot: push cs pop ds mov [LocalBootType],ax call vgaclearmode mov
2016 Jun 14
2
[PATCH] Fix recognition of keeppxe option
> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because > > there is no convenient way in new_linux_kernel() to control the boot > > flags value. > > This is the part that has me questioning things and trying to recall > if any other KERNEL-like directives ever utilize keeppxe. > @Gene, Not being a developer myself, I don't understand this