Is there anyway to fix any of this or does any need to be fixed. The first red one is wrong. Secure Boot is 100% enabled. Also pretty sure memory protection in on. The other red ones I have no idea what they are. But the last one about my Kernel being tainted. What does that mean and should I be worried? I am using the kernel that comes with fedora updates.
If you look at the kernel strangely it becomes tainted ![]()
Now for the true answer, installing any âout of treeâ module taints the kernel eg: nvidia, vbox etc.
Oh, so I use Nvidia drivers, it taints it? What doe that mean for me? Do I need to be worried? Will this affect me? My nvidia drivers are also from fedora update.
There is no need to worry, itâs totally normal.
Alright then. Thanks ![]()
I donât think the âplatform secure bootâ youâre eyeing is the same as the âsecure bootâ you are thinking. That âplatform secure bootâ likely means âAMD Platform Secure Bootâ which is a part of your platform (motherboard) firmware.
The kernel tainted warning is of interest only if you or anyone needs to investigate kernel issues youâre having (if any). As you have mentioned that you have Nvidia drivers installed, the reason of taint is likely âproprietary module was loadedâ and âexternally-built (out-of-tree) module was loadedâ, itâs to be expected. Like the documentation said, Donât worry too much about this, most of the time itâs not a problem to run a tainted kernel.
As others have mentioned, this is normal when using the proprietary Nvidea drivers. It does, however, mean that kernel developers arenât able to replicate your configuration when trying to reproduce a bug. If you do encounter a bug you may need to switch to the nouveau driver to see it you can reproduce it without the Nvidia drivers.
You may want to practice switching between Nvidia and nouveau. I think this is documented in the rpmfusion Nvidia âhowtoâ. You should be able to do it with the grub editor for a 1-time boot. As a user who started out on Unix, I tend to work with command-line and emacs, so Nouveau meets most of my needs, and I switch to the proprietary drivers only when I encounter an issue using nouveau.
