Displaying 6 results from an estimated 6 matches for "ilo4".
Did you mean:
ilo
2015 Aug 04
2
EFI: HP + syslinux = crash
On 04-08-15 14:42, Patrick Masotta wrote:
> I think we solved a bug but we found a new one.
> AFAIK you were not able to retrieve anything after loading syslinux.efi
> Now you retrieve ldlinux.e32, libcom32.c32, etc but it crashes when loading a png.
> If this is the case then the multi-nic issue is solved; the new code is able to
> find the NIC that booted syslinux.efi and then
2015 Aug 04
8
EFI: HP + syslinux = crash
...(). These messages end up nowhere. This may explain
> why I never saw anything beyond a certain point, even with debugging
> turned on.
I was busy adding some code to dprintf.h to add a wrapper that converts
the dprintf calls to a APrint("%a", buf) calls when I got an idea... The
ILO4 environment provides a virtual COM2 port. I was reluctant to hook
something to COM1 as I have to order some hardware for that, but this
also works very well. A pity I didn't think of using it earlier.
Still miss the printf output, though, so error messages from the shared
code don't rea...
2015 Aug 05
0
EFI: HP + syslinux = crash
...I never saw anything beyond a certain point, even with debugging
turned on.
<<<
isn't it redirected at all??
>>>
I was busy adding some code to dprintf.h to add a wrapper that converts
the dprintf calls to a APrint("%a", buf) calls when I got an idea... The
ILO4 environment provides a virtual COM2 port. I was reluctant to
hook something to COM1 as I have to order some hardware for that, but this
also works very well. A pity I didn't think of using it earlier.
<<<
You can set the com address for debugging (com1/com2/ whatever) if you lik...
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
...ack in => *crash*
Making the path very short ("http://x/") => *crash*
But when I leave out the http part => graceful exit.
Attached is a patch that works against both commits so you can see where
the extra debugging output comes from. I also attach this debugging
output from ILO4 leading up to the crash.
The good news is that e466d24 is not affected by this. It will nicely
load ldlinux.e64 and *.c32 over http using this prefix.
So.. my conclusion for now:
8702009 crashed because of some http pathprefix bug
8702009 contains the multinic bug so wouldn't work anyway
e4...
2015 Aug 05
1
EFI: HP + syslinux = crash
...ge.
Maybe we need to explicitly redirect stdout and stderr to the console
under EFI on some firmware?
>>>>
> I was busy adding some code to dprintf.h to add a wrapper that converts
> the dprintf calls to a APrint("%a", buf) calls when I got an idea... The
> ILO4 environment provides a virtual COM2 port. I was reluctant to
> hook something to COM1 as I have to order some hardware for that, but this
> also works very well. A pity I didn't think of using it earlier.
> <<<
>
> You can set the com address for debugging (com1/c...
2015 Aug 05
3
EFI: HP + syslinux = crash [ brown paper bag update ]
On Wed, Aug 5, 2015 at 3:03 PM, Oscar Roozen via Syslinux
<syslinux at zytor.com> wrote:
> Unfortunately I can't test anymore until Friday. Maybe gnu-efi got
> updated? I seem to remember seeing a shell script pulling in the
> newest version during compilation...
It's version locked to a certain commit ID.
--
-Gene