Christian I. Nilsson
Christian I. Nilsson
Looks like the BIOS has a bug where the text renders strange due to low resolution. Reason for saying this is that it only seems to be the text that...
Which Asix device (USB VID and PID) are you using this for? iPXE has a driver (axge) for Asix usb devices, but it does not seem lik this can be...
CONSOLE_LINUX is only possible to enable if you build a binary that runs _under_ linux normally only done for debugging. It seems several incompatible defines are enabled, some examples: -...
In efi only efi image and script is valid, not multiboot. Simply don't change default settings more then you absolutely need. "Nice to have" is the wrong approach for iPXE.
You are building a .efi but are trying to enable features that should _only_ be enabled for pcbios builds. Don't know if that is causing this exact error but it...
This is very close to #36
I would say that being able to build .kpxe for anything other then undionly would be a bug. Even tho it is possible to do, and _might_ work it is...
The path you want is `_layouts/default.html` it is not `_includes`
I have had uzbl die sometimes, and also thinking that it is possible for the server process to die as well.. One way would be to use the system watchdog...
A guess is some kind of out of memory condition in uzbl. Will try to catch more info if it happens again. the watchdog can run other scripts as well,...