You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use of grub2-mkconfig -o /boot/grub2/grub.cfg results in no "fips=1" directives (need to update /etc/default/grub)
/etc/default/grub needs the additional configs so that when grub2-mkconfig -o /boot/grub2/grub.cfg will actually receive "fips=1" directives. I had to redo the grub.cfg file due to blacklisting a nouevo (spelling), and that ended up in dropping fips.
use of grub2-mkconfig -o /boot/grub2/grub.cfg results in no "fips=1" directives (need to update /etc/default/grub)
/etc/default/grub needs the additional configs so that when grub2-mkconfig -o /boot/grub2/grub.cfg will actually receive "fips=1" directives. I had to redo the grub.cfg file due to blacklisting a nouevo (spelling), and that ended up in dropping fips.
See https://access.redhat.com/discussions/3487481 for some specifics, but in particular:
echo 'GRUB_CMDLINE_LINUX_DEFAULT="fips=1"' >> /etc/default.grub
Thanks Frank
RJ
The text was updated successfully, but these errors were encountered: