Displaying 3 results from an estimated 3 matches for "check_for_arp".
Did you mean:
check_for_app
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,
2004 Jun 21
3
keyboard input under a vm
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is there any reason why the keyboard poll routine (int 16h) in conio.inc checks fro a serial port.
when pxelinux.0 is run under a vm - the keyboard does not register.
which makes menus useless.
Also the timer is broken.
- --
regs MR E_T
_______________________
\ \
\ OOHH I hate TYPOS \
\ \
2005 Apr 21
1
pxelinux 3.08-pre8 hangs at boot prompt under vmware GSX
...pxelinux to boot vmware instances, running
VMware-gsx-3.1.0-9089. When I enable the boot: prompt, the prompt is
displayed but then keyboard input is not echoed promptly. By that, I
mean that if you hit a few keys they wont be echoed until several
minutes later. I think the problem relates to the check_for_arp
function; if I comment the line in that that calls pxenv, then the
keyboard input is echoed promptly. C+A+D still resets promptly.
I don't know if the problem exists with real hardware, but I do know
that syslinux-2.07 was ok on vmware (but that didn't have the arp code,
of course).
Is t...