Displaying 20 results from an estimated 700 matches similar to: "[PATCH] ifgpxe.c32"
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
New module which check if the PLoP Boot Loader already has booted a
CDROM or USB drive by checking for the presence of the PLoP INT13h hook.
The following assembly code (NASM) can detect the PLoP INT13h hook:
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e
Review welcome!
- Shao Miller
-----
From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sat, 6 Aug 2011 05:24:46 -0400
Subject: [PATCH]
2009 Feb 12
1
bug in ifcpu64 if !pae and only two options?
Hello,
ifcpu64.c has the following comment:
* append boot_kernel_64 [-- boot_kernel_32pae] -- boot_kernel_32
Also in NEWS:
(and optionally 32-bit kernels with or without PAE.)
However, if one doesn't specify boot_kernel_32pae but only boot_kernel_64
and boot_kernel_32, and if the CPU doesn't have support for PAE, args[2]
will be executed unconditionally, with no check for if
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
I wrote a new module "whichsys.c32" which detemines which command to
execute, based on the Syslinux bootloader variant.
In the near future it should/can be replaced by a lua script.
But for people who want small binaries: whichsys.c32 is +/- eighty times
smaller than lua.c32, atm.
Usage: whichsys.c32 [-iso- command] [-pxe- command] [-sys- command]
Examples: whichsys.c32 -iso-
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
Even though Doug's out of the office, I'm submitting a patch to the
ifcpu[|64].c32 COMBOOT32 modules for testing. Also available for
perusal with a web browser at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=cc70d0fa5
5e35fabf250f4dccbaed2fa44f56da7
- Shao Miller
---
>From cc70d0fa55e35fabf250f4dccbaed2fa44f56da7 Mon Sep 17 00:00:00 2001
From: Shao
2008 Jun 07
6
3.70 without "finished" gpxelinux.0?
Hello all,
I'm thinking about wrapping up a 3.70 release, even though gpxelinux.0
is technically not feature-complete. I'd like people's opinion on it.
-hpa
2009 Feb 28
1
gpxelinux and dhcp
Hello,
I'm playing with gpxelinux, it's works but ...
In my dhcpd.conf I have the traditional:
option space gpxelinux;
option gpxelinux-encap-opts code 175 = encapsulate gpxelinux;
option gpxelinux.bus-id code 177 = string;
subnet 192.168.0.0 netmask 255.255.255.0 {
host essai {
hardware ethernet 00:11:22:33:44:55;
fixed-address 192.168.0.62;
if not exist
2009 Sep 03
1
gpxelinux questions
Hi All,
I've been enjoying playing with gpxe and gpxelinux, however I have a
few questions that I'd love to get some answers for...
1) Will gpxelinux support chain loading of other NBPs without hanging
or is this already resolved ?
2) Why does gpxelinux take much longer than pxelinux to enumerate the
UUID, MAC address, then hex IP address chop ?
3) Can gpxelinux load gpxe scripts at all
2013 Aug 07
2
pxechain.com and gpxelinux.0 odd behavior
I'm sure I'm doing something wrong here, but I would appreciate a pointer.
I have tried to rtfm, but find the docs a little sparse wrt
pxechain.comand gpxelinux.0.
I am trying to setup a pxe chain server (aka chainloading?) where one of
the entries on one pxe server forwards to another (cobbler, in this case).
I know this works fine with traditional pxelinux.0 images, but it's
2009 Jun 12
4
tftp open timeout but with no server side errors
Background,
Client - realtek rtl8111c
tftpd version is 5.0
options on use -l -v
Client:
PXE-EX32 TFTP Open Timeout
Server:
Jun 12 10:48:38 damar in.tftpd[30132]: RRQ from 192.168.1.107 filename
gpxelinux.0
Jun 12 10:48:48 damar in.tftpd[30133]: RRQ from 192.168.1.107 filename
gpxelinux.0
Jun 12 10:49:24 damar in.tftpd[30134]: RRQ from 192.168.1.107 filename
gpxelinux.0
Jun 12 10:50:36 damar
2013 Apr 18
2
gpxelinux.0 Unable to locate configuration file while pxelinux.0 works
I have a situation very similar to whats in
http://www.syslinux.org/archives/2013-January/019251.html
The server is setup to provide info over dhcp+tftp and I'm planning on
chaning that to dhcp+http so I copied gpxelinux.0 to pxelinux.0 and
started failing.
The client (in my case it's a hp proliant BL460c G7) manage to get
gpxelinux.0 loaded but when it comes to load the config file it
2011 Jun 29
4
gpxelinux.0 and slow HTTP performance on VMware ESX VM
Hi,
first of all I would like to voice my deep gratitude to all syslinux developers
for this really important software. I am using it in all my automation projects
and could not manage without.
Unfortunately now I stumbled upon a problem where I am out of my wits and need
some help.
The core problem is that HTTP transfers by gpxelinux.0 are very slow. Sadly this
problem seems to be somehow
2010 Sep 26
5
Network booting FreeBSD with gpxelinx almost works (fwd)
We have been network booting FreeBSD for some time with pxeboot. But now
we would like to have menu of OSs to boot and got the idea somewhere that
gpxelinux could do that for us. We copied gpxelinux.0 from the
syslinux-4.02 distribution and replaced pxeboot with "gpxelinux" in the
dhcpd.conf file. Indeed with a configuration file in pxelinux.cfg like
this:
default freebsd
2010 Feb 04
2
[gPXE] Local Boot + SW Raid
This is worth forwarding to SYSLINUX.
On Thu, Feb 4, 2010 at 3:21 AM, Randy McAnally <rsm at fast-serv.com> wrote:
> For some reason I cannot local boot (the default) from any software RAID
> system (where the boot partition is linux raid). ?It hangs at "Booting from
> local disk..." but never exits the pxe rom and just sits there requiring a reboot.
Which RAID level are
2008 May 27
1
need advice: runing gpxelinux.0 without tftp
Hi,
?I happily use gpxelinux.0 in subnets where nic-embedded pxe stack can
load it from a tftp server pointed by the dhcp daemon.
Now I'd like to know the best way to run gpxelinux.0 in a special
subnets, where no tftp trafic is allowed, http is served through a
reverse proxy, and dhcp is ok.
I tried "gpxe on local media (rom/iso/floppy/usb) -> gpxelinux.0" with
limited success
2011 Nov 29
2
gpxelinux.0 and slow HTTP performance on VMware ESX
Hi,
I found this message in your online mail archive, i have found the same problem and did some research in the past on this. Maybe you would be interested to know it is a problem on any virtualisation product not just ESX. Second it is a problem in gPXE that you embedded in gPXElinux. The problem was build in gPXE after version 0.97 so any gPXElinux build a newer version has this problem. I
2008 Mar 29
4
gpxelinux 3.70pre7 - wonderful!
Hi Peter et al,
Just wanted to let you know my heartfelt appretiation of what you and
the other devs
have done in integrating gpxe and pxelinux... it works wonderfully
well for me... I simply
swapped my pxelinux.0 for my gpxelinux.0 and modified my pxelinux.cfg/default to
use urls to refer to the kernel and initial ram disk images and it
worked perfectly
(dns resolution and all).
This is a huge
2009 May 12
3
Chain loading hard disk with gPXELinux
Hello syslinux mailing list,
I've been working on a kind of system administration tool (
http://twyna.sourceforge.net/) with a colleague of mine for our Computer
Science Bachelor degree internship. I hope I'm saying that right :)
We use gPXELinux to boot over a web service and it's all working
marvellously, except for the localboot bug. Until now we've used chain.c32
to solve
2013 Aug 08
3
pxechain.com and gpxelinux.0 odd behavior
On Wed, Aug 7, 2013 at 7:26 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> <snip>
>
> After my experiences with writing/testing pxechn.c32, I'm not
> surprised that this happens. What version(s) have you used?
>
> One of the goals of lpxelinux.0 is to replace gpxelinux.0 for HTTP/FTP
> fetch capability. This is available in versions 5.10+ and 6.00+ (BIOS
2010 Mar 03
1
[gPXE] localboot 0 hang on some machines
Randy McAnally wrote:
>
> Thank you so much, this is the kind of news I needed!
>
> ---------- Original Message -----------
> From: "Arends, R.R." <r.r.arends at hro.nl>
> To: "Randy McAnally" <rsm at fast-serv.com>
> Cc: <gpxe at etherboot.org>
> Sent: Wed, 03 Mar 2010 10:10:56 +0100
> Subject: Re: [gPXE] localboot 0 hang on some