XXXrandom_fortuna_pre_read: will do initial seeeding
random: unblocking device.
XXXrandom_harvestq_prime: after pre_read: seeded? 1
ioapic0 <Version 1.1> irqs 0-31 on motherboard
Launching APs: 3 2 1
random: entropy device external interface
...
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
With emphasis on:
"before pre_read: seeded? 0" (i.e., pre_read needs to be kicked to actually pass is_random_seeded()) and
"fsp0len=192, fs_minpool=64" (4kB /boot/entropy is sufficient) and
"fs_lasttime=0, now=4294967296, SBT_1S/10=429496729" (the latter wouldn't be a problem on this boot, but no reason to block initial seeding because we booted faster than 100ms).