Bug 277601 - [nanoBSD] enabled entropy_boot_file leads to warning/error from dd during boot
Summary: [nanoBSD] enabled entropy_boot_file leads to warning/error from dd during boot
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 14.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-09 20:22 UTC by embhd
Modified: 2024-03-28 18:45 UTC (History)
0 users

See Also:


Attachments
Patch (987 bytes, patch)
2024-03-09 20:22 UTC, embhd
no flags Details | Diff
Patch (1.16 KB, patch)
2024-03-28 18:45 UTC, embhd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.