Bug 277601

Summary: [nanoBSD] enabled entropy_boot_file leads to warning/error from dd during boot
Product: Base System Reporter: embhd
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Only Me    
Priority: ---    
Version: 14.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch
none
Patch none

Description embhd 2024-03-09 20:22:48 UTC
Created attachment 249054 [details]
Patch

While entropy_file is already being disable during the preparation of the image, entropy_boot_file remains enabled, giving the above mentioned error/warning.

The proposed solution is to disable it as well, see patch attached.
Comment 1 embhd 2024-03-28 18:45:28 UTC
Created attachment 249541 [details]
Patch

There is a similar variable in /boot/defaults/loader.conf, which is now also disabled - including the boot-time setting of `hostuuid`, since it needs to wait until /cfg is mounted during a later stage.