Displaying 6 results from an estimated 6 matches for "pxebasecod".
Did you mean:
pxebasecode
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
Thanks Derrik; I got your efi-dh.txt
I've found this:
252: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
267: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EE,0x1)/IPv4(0.0.0.0))
27C: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
291: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EF,0x1)/IPv4(0.0.0.0...
2015 Aug 28
6
HP EFI binaries
On Fri, Aug 28, 2015 at 4:22 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
> Thanks Derrik; I got your efi-dh.txt
>
> I've found this:
>
> 252: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
> 267: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EE,0x1)/IPv4(0.0.0.0))
> 27C: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
> 291: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EF,0x...
2015 Jul 31
2
EFI: HP + syslinux = crash
> 5) upload handles.txt somewhere
It's waiting at http://okkie.nu/tmp/handles.txt
2015 Jul 31
0
EFI: HP + syslinux = crash
...oad handles.txt somewhere
It's waiting at http://okkie.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...
2015 Aug 01
3
EFI: HP + syslinux = crash
...tp://okkie.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 toda...