Add machine-id note

This note informs that it may be necessary to remove /etc/machine-id for dracut to properly generate. The nodes will fail to boot otherwise
This commit is contained in:
Stephen Simpson
2025-01-02 11:31:38 -06:00
parent 86d10a1a0a
commit 8af74bdb69
3 changed files with 8 additions and 0 deletions

View File

@@ -326,6 +326,12 @@ initramfs inside the container.
dnf -y install warewulf-dracut
dracut --force --no-hostonly --add wwinit --regenerate-all
.. note::
In some systems, such as ``rockylinux:8``, it may be
necessary to remove ``/etc/machine-id`` for dracut to properly generate
the initramfs in the location that Warewulf is expecting.
Set the node's iPXE template to ``dracut`` to direct iPXE to fetch the
node's initramfs image and boot with dracut semantics, rather than
booting the node image directly.