Trying to diagnose an issue which seems Unique to EOS so far.
fwupd is detecting the Linux kernel as Tainted.
Not particularly sure where to begin, may not even cause noticeable problems.
Shows as Untainted on vanilla Arch, and Fedora which are the other 2 distros i have tried.
Shows as tainted on the live boot media for EOS-endeavours, and EOS-Gemini which i still had on boot media.
But curiously only on my new computer, it’s fine on my other system’s.
Tainted doesn’t mean broken.
Are you using the proprietary nvidia drivers? That would cause the kernel to be tainted.
virtualbox also taints the kernel.
What command did you use for that output?
I might be on my current install.
that does not however explain the same output on EOS-Endeavour live boot media or EOS-Gemini boot media.
in both cases i am forcing the boot media to not boot using the Nvidia drivers,
As i said not an issue in regular Arch or redhat Fedora.
That was a screenshot of the firmware security tab from info center under KDE desktop environment.
there is probably a command to get the same result via terminal however.
Check dmesg:
[thomas@roamer ~]$ sudo dmesg | grep taint
[ 1.511530] vboxdrv: loading out-of-tree module taints kernel.
[ 1.511532] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[thomas@roamer ~]$
On the ISO we are loading some out-of-tree modules that are tainting the kernel.
However, we remove them from the installed system if they aren’t needed.
We are using the kernels from Arch so they are the same kernels.
If you want to know what is tainting your kernel, just check and see what it is.
We definitely favor compatibility over being purely open-source and will install drivers that taint the kernel if we detect the hardware.
That being said you can easily remove those things if that is your preference
Seems to be some Nvidia module that Endeavour is loading,
Didn’t have the same tainted message with Vanilla Arch.
Not a major though, and fixable when i have the time.
Appreciate the feedback, and apologies for the very late reply, busy month.
here is the paste from dmesg:
[danielp@Tuf-Unix ~]$ sudo dmesg | grep taint
[sudo] password for danielp:
[ 0.865407] nvidia: loading out-of-tree module taints kernel.
[ 0.865413] nvidia: module license ‘NVIDIA’ taints kernel.
[ 0.865414] Disabling lock debugging due to kernel taint
[ 0.865416] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 0.865417] nvidia: module license taints kernel.
[ 1.401374] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.