iPXE discussion forum
https: could not get entropy input :Error - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: https: could not get entropy input :Error (/showthread.php?tid=8174)



https: could not get entropy input :Error - morsi - 2016-09-12 18:22

Hi

I am trying to get https working with ipxe. I enabled HTTPS in config/general.h (#define DOWNLOAD_PROTO_HTTPS)and then compiled the efirom with following command.

make bin-x86_64-efi/80861521.efirom;

I flashed this binary to i350 flash (after padding adjusted to flash size).

However i get the following message during reboot

DRBG 0xdaf1bf90 instantiate
DRBG 0xdaf1bf90 could not get entropy input: Error 0x7f4ee083 (http://ipxe.org/7f4ee083)

Any further attempts to initiate https download results into following message and causes reboot(chain https:...)
DRBG 0xdaf1bf90 not valid
Could not start download: Invalid argument (http://ipxe.org/1c416082)


I am running this on intel i5-4402E.

Any ideas how to debug and fix this issue?

thanks
ms


RE: https: could not get entropy input :Error - NiKiZe - 2016-09-13 20:13

iPXE fails to generate enough randomness to be happy, could you enable debug to see exactly where it fails?

make bin-x86_64-efi/80861521.efirom DEBUG=efi_entropy