Christian I. Nilsson
Christian I. Nilsson
A stab in the dark, have you tried relative mode for mouse? https://github.com/pikvm/pikvm/blob/master/pages/mouse.md
This is most likely an issue with the Dahua/HikVision devices - can you get any logs from those for how the pikvm is detected? And does any part of keyboard...
An alternative would be to have a random password be generated on first startup, having a default password at all is bad. The question of course then is how to...
I would suggest using the same method as bitcoin classic started, it better follows the standard for how data should be placed, and can also "play nice" with other chains...
Please try to figure out exactly which commit is causing the issues, see https://ipxe.org/howto/bisect if iPXE at all. More probably bad hardware or firmware issues. However consider checking for any...
Any more info here?
Did you try finding a firmware upgrade, and have you reported this to manufacturer?
U-boot can boot ipxes .efi, but only if the efi is stored on disk? Could efirom be used instead?
But u-boot can boot efi from disk, so the issue is the network boot part? If so embed ipxes efirom into the u-boot ROM instead of pxelinux.
So u-boot natively has pxelinux (emulator) embedded? (I'm not saying it has a "pxerom" but it does have modules? Same thing) Replace that pxelinux emulator with ipxe emulator ;) iPXE...