On Fri, Jul 31, 2015 at 12:37 PM, Patrick Masotta via Syslinux
<syslinux at zytor.com> wrote:>>>>
> > 5) upload 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 able
to deal with
> the above mentioned problems (multi-NIC, multi-handle).
git://git.zytor.com/users/genec/syslinux.git
git://github.com/geneC/syslinux.git
Commit e466d24 on branch efi-multinic
To add one of these remotes to an existing repo, the following
commands will help.
git clone -o github-genec git://github.com/geneC/syslinux.git
git remote add github-genec git://github.com/geneC/syslinux.git
To use it,
git checkout github-genec/efi-multinic
Oscar, I'd love to hear your feedback on this commit. If it still
fails with the General Protection Exception, I'd like to try sending
you some binaries, just to rule out your build system.
--
-Gene