Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of grub2-mkconfig -o /boot/grub2/grub.cfg results in no "fips=1" directives (need to update /etc/default/grub) #37

Open
testedinproduction opened this issue Apr 10, 2019 · 0 comments

Comments

@testedinproduction
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant