Displaying 6 results from an estimated 6 matches for "tcpv4servicebinding".
2015 Aug 28
4
HP EFI binaries
Sorry guys; I got a bit lost about Gene's request on this thread;
usually a handle dump like
# dh > handles.txt
it's all we need to see the relationship between the
NBP's device handle and the Service Binding handles.
Did you get handles.txt? is it available for download somewhere?
>>>
Gene, after modifying some of Patrick's code I have been able to get the
2015 Aug 28
0
HP EFI binaries
...oadFile DevicePath(CDCD40CA5F0,0x0)/IPv4(0.0.0.0))
2D0: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
2E5: SimpleNetwork PXEBaseCode LoadFile DevicePath(CDCD40CA5F4,0x0)/IPv4(0.0.0.0))
23E: MTFTPv4ServiceBinding DHCPv4ServiceBinding UDPv4ServiceBinding UnknownDevice TCPv4ServiceBinding IPv4ServiceBinding ARPServiceBinding UnknownDevice EfiMtftp6ServiceBindingProtocolGuid IPv4Config EfiDhcp6ServiceBindingProtocolGuid EfiUdp6ServiceBindingProtocolGuid UnknownDevice EfiTcp6ServiceBindingProtocolGuid EfiIp6ConfigProtocolGuid EfiIp6ServiceBindingProtocolGuid ManagedNetworkServiceBindi...
2015 Jul 31
2
EFI: HP + syslinux = crash
> 5) upload handles.txt somewhere
It's waiting at http://okkie.nu/tmp/handles.txt
2015 Aug 28
6
HP EFI binaries
...CDCD40CA5F0,0x0)/IPv4(0.0.0.0))
> 2D0: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
> 2E5: SimpleNetwork PXEBaseCode LoadFile DevicePath(CDCD40CA5F4,0x0)/IPv4(0.0.0.0))
>
> 23E: MTFTPv4ServiceBinding DHCPv4ServiceBinding UDPv4ServiceBinding UnknownDevice TCPv4ServiceBinding IPv4ServiceBinding ARPServiceBinding UnknownDevice EfiMtftp6ServiceBindingProtocolGuid IPv4Config EfiDhcp6ServiceBindingProtocolGuid EfiUdp6ServiceBindingProtocolGuid UnknownDevice EfiTcp6ServiceBindingProtocolGuid EfiIp6ConfigProtocolGuid EfiIp6ServiceBindingProtocolGuid ManagedNetworkServiceBindi...
2015 Jul 31
0
EFI: HP + syslinux = crash
...ie.nu/tmp/handles.txt
<<<
OK your HP has 4 NICs
DevicePath(0x0,0x0)/MAC(ECB1D775E524,0x0)
DevicePath(0x0,0x1)/MAC(ECB1D775E525,0x0))
DevicePath(0x0,0x2)/MAC(ECB1D775E526,0x0))
DevicePath(0x0,0x3)/MAC(ECB1D775E527,0x0))
Plus the PXEBaseCode handles are different than UDPv4ServiceBinding/TCPv4ServiceBinding handles.
Therefore you should follow this thread to try to make things work and I'd forget about 6.03.
http://www.syslinux.org/archives/2015-July/023875.html
This particular thread ends up with the code that today we believe is able to deal with
the above mentioned problems (multi-NIC, multi-ha...
2015 Aug 01
3
EFI: HP + syslinux = crash
...gt; OK your HP has 4 NICs
>
> DevicePath(0x0,0x0)/MAC(ECB1D775E524,0x0)
> DevicePath(0x0,0x1)/MAC(ECB1D775E525,0x0))
> DevicePath(0x0,0x2)/MAC(ECB1D775E526,0x0))
> DevicePath(0x0,0x3)/MAC(ECB1D775E527,0x0))
>
> Plus the PXEBaseCode handles are different than UDPv4ServiceBinding/TCPv4ServiceBinding handles.
> Therefore you should follow this thread to try to make things work and I'd forget about 6.03.
> http://www.syslinux.org/archives/2015-July/023875.html
> This particular thread ends up with the code that today we believe is able to deal with
> the above mentioned problems...